Bug 463682 - Build Configurations > Build All/Clean All/Build Selected... disabled
Summary: Build Configurations > Build All/Clean All/Build Selected... disabled
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build-managed (show other bugs)
Version: 8.6.0   Edit
Hardware: PC Windows 8
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-01 09:39 EDT by John Moule CLA
Modified: 2020-09-04 15:18 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Moule CLA 2015-04-01 09:39:56 EDT
The menu items, in the Project Explorer context menu, for Build Configurations > Build All/Clean All/Build Selected... are disabled under certain conditions when they shouldn't be.

To reproduce:

1. Open a new workspace. Create a C Project Executable project; for example Empty Project with Toolchain Cross GCC.

2. In Project Explorer view right click on the project, select Build configuration, see 3 items: Build All, Clean All and Build Selected are enabled. This is the expected behaviour.

3. Close the project

4. Create another project of the same type.

5. Right click on the 2nd project, select Build configuration, see 3 items: Build All, Clean All and Build Selected are disabled.

  Expected: These 3 items should be always enabled

Reproduced with Eclipse Luna SR2 C/C++ package, on Windows 8.1.

Additionally:

1. Once the problem has been seen, then it occurs for all projects.

2. Re-opening the initial project fixes the problem.

3. Restarting Eclipse fixes the problem.