Bug 227504 - "Exclude from build..." disabled for subfolders with already excluded parent folder
Summary: "Exclude from build..." disabled for subfolders with already excluded parent ...
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 4.0.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-17 05:02 EDT by Philipp Bachmann CLA
Modified: 2020-09-04 15:17 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Bachmann CLA 2008-04-17 05:02:15 EDT
Build ID: M20080221-1800

Steps To Reproduce:
1. Make a new C++ Project "foo" (the details don't matter)
2. Within "foo" create new folder "src".
3. Within "foo/src" create new folder "bar".
4. Exclude "foo/src" from "Debug" configuration.
5. Try to exclude "foo/src/bar" from "Release" configuration
   - it won't work, because now the "Exclude from build..."
   menu entry in the context menu of folder "bar" is
   disabled.


More information:
In my opinion though this might be an exotic wish it should be possible.

The other way round is possible: First exclude "foo/src/bar" from "Release" configuration, then exclude "foo/src" from "Debug" configuration. The ".cproject" file correctly reflects this.

By the way: Why does the menu entry not have been labelled "Exclude from configuration..." instead?