Bug 29803

Summary: Source path exclusion filter not relative source folder
Product: [Eclipse Project] JDT Reporter: Dave Wathen <david.wathen>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 M5   
Hardware: PC   
OS: Windows NT   
Whiteboard:

Description Dave Wathen CLA 2003-01-20 11:09:51 EST
If I have the structure:

<project>
|-- bin
|-- src
    |--a
    |  |--a
    |  |--b
    |--b

and an exclusion filter of 'b' defined against <project>/src then both 
<project>/src/b and <project>/src/a/b get excluded.  The later should
only be excluded for a filter of '**/b'.
Comment 1 Philipe Mulet CLA 2003-01-21 06:25:18 EST
Indeed. For now, you should exclude '/b' to get the expected behavior.
Comment 2 Philipe Mulet CLA 2003-01-21 06:34:00 EST

*** This bug has been marked as a duplicate of 29761 ***