Bug 6847 - DCR - Filtering output to build directory
Summary: DCR - Filtering output to build directory
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P1 enhancement (vote)
Target Milestone: 2.0 M3   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-12 10:08 EST by Ray Elenteny CLA
Modified: 2006-08-09 14:41 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ray Elenteny CLA 2001-12-12 10:08:34 EST
This request involves being able to filter what files are placed in the build 
directory during the build process.  Our site currently uses SourceSafe and all 
of the *.scc files created by SourceSafe are copied to the build directory 
during the process.  A filter would allows users to prevent files such as these 
from being copied during the build process.
Comment 1 Philipe Mulet CLA 2001-12-12 18:10:19 EST
Where would you expect to specify this filter ? On a per project basis, or on a 
per source folder basis ?
Comment 2 Ray Elenteny CLA 2001-12-13 07:13:50 EST
I think on a per project basis would be sufficient.  I think it might be nice 
to set a preference for all projects and allow it to be overridden on a project 
basis.

Thanks!
Comment 3 Philipe Mulet CLA 2001-12-13 08:02:22 EST
Time permitting.
Comment 4 Ray Elenteny CLA 2001-12-13 08:47:37 EST
Understood.  Thanks for the consideration...
Comment 5 Philipe Mulet CLA 2002-02-07 07:03:45 EST
This problem got escaladated, and will be addressed soon.
The project resource copy behavior will be controlled by some filters (UI 
configurable). A JavaCore setting is being added to hold the active filters.

By default it will exclude cvs subfolders and .* files.
Comment 6 Philipe Mulet CLA 2002-02-07 07:06:34 EST
Kent, do we want to distinguish folders from files in the filter pattern ?
We could specify "cvs/,.*" so as to indicate the first one is to be filtered 
only if being a folder.

Personally, I don't know if it is worth making the difference.
Comment 7 Philipe Mulet CLA 2002-02-11 04:18:17 EST
Will only consider filtering files.
Fixed.
Comment 8 thanujkumar CLA 2006-08-09 14:41:31 EDT
(In reply to comment #7)
> Will only consider filtering files.
> Fixed.

Even i have the same problem with Callisto release, I am using SVN and the .svn folder is copied to the build path, is it possible to allow the filter at the project level or is there any option to specify folders and files to be excluded?