Bug 23231

Summary: [resources] Ability to hide resources from the builders
Product: [Eclipse Project] JDT Reporter: Michael Valenta <Michael.Valenta>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED WORKSFORME QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Michael Valenta CLA 2002-09-05 13:00:45 EDT
I've had discussions with a person who would like to use Eclipse but can't 
because of how his company organizes their source directories. Part of his 
problem would be addressed by the current proposal for allowing directory 
mounting inside a project. The other part of the problem is that he would like 
to only include some of the Java files in a source folder in the build for his 
project. He claims that this is possible with javac and with some other IDEs.

One possibility would be to allow the user to mark certain files as being 
hidden (similar to team-private flag). These files would no longer be visible 
to the builder and could be filtered out of views.
Comment 1 John Arthorne CLA 2002-09-25 16:58:13 EDT
To be considered in flexible project structure work.
Comment 2 John Arthorne CLA 2002-12-02 16:38:49 EST
This will be handled by the java builder exclusion filters to be added as part
of the flexible project structure work.  Each source folder will allow you to
add filters that omit certain resources or patterns of resources from the
compilation.  Moving to JDT Core.
Comment 3 Philipe Mulet CLA 2002-12-11 06:40:39 EST
UI is being built at the moment, the support is in JDT/Core already.
Closing