Bug 29803 - Source path exclusion filter not relative source folder
Summary: Source path exclusion filter not relative source folder
Status: RESOLVED DUPLICATE of bug 29761
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows NT
: P3 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-20 11:09 EST by Dave Wathen CLA
Modified: 2003-01-21 06:34 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***