Bug 161739 - AJDT builder does not respect excludes configured for JDT source folders
Summary: AJDT builder does not respect excludes configured for JDT source folders
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 critical (vote)
Target Milestone: 1.4.1   Edit
Assignee: Matt Chapman CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-20 12:05 EDT by Eugene Kuleshov CLA
Modified: 2006-10-26 14:56 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 Eugene Kuleshov CLA 2006-10-20 12:05:54 EDT
I have exclude pattern **/SCCS/** configured for all source folders (this is BitKeeper folders) and that works fine with JDT projects. 
However when AJDT builder is enabled, it is copying these SCCS folders into target directory, which cause severe troubles with BitKeeper.
Comment 1 Matt Chapman CLA 2006-10-24 11:26:46 EDT
Reproduced.
Comment 2 Matt Chapman CLA 2006-10-26 12:06:27 EDT
Fixed in:

1.4.1.200610261042 for Eclipse 3.2 (build.221)
1.5.0.200610261157 for Eclipse 3.3M2 (build.59)

AJDT will no longer copy across excluded resources to the output directory.
*BUT* note that previously copied resources will not be deleted. After upgrading AJDT you'll need to either do this manually or remove and re-add the AspectJ nature to your affected projects.
Comment 3 Eugene Kuleshov CLA 2006-10-26 14:56:18 EDT
Thanks Matt! Works like a charm.