Bug 71802 - Ignored Resources are not Ignored
Summary: Ignored Resources are not Ignored
Status: RESOLVED DUPLICATE of bug 39239
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform Team Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-11 12:31 EDT by Ben Scholl CLA
Modified: 2004-08-11 15:01 EDT (History)
0 users

See Also:


Attachments
Eclipse 3.0 workspace showing the example project (86.50 KB, image/jpeg)
2004-08-11 13:36 EDT, Ben Scholl CLA
no flags Details
Eclipse 3.0 preferences showing the Ignored Resources (51.94 KB, image/jpeg)
2004-08-11 13:37 EDT, Ben Scholl CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Scholl CLA 2004-08-11 12:31:04 EDT
Adding directories, packages, and files to the Ignored Resources in the Team
preferences do not actually get ignored.  This is not true globally.  Adding
file patterns (*.obj) appears to work.
Comment 1 Michael Valenta CLA 2004-08-11 12:45:53 EDT
Could you please provide more details about what you mean by "directories, 
packages, and files". Perhaps you could include the set of patterns you tried 
and what you expected to happen.
Comment 2 Ben Scholl CLA 2004-08-11 13:36:16 EDT
Created attachment 13881 [details]
Eclipse 3.0 workspace showing the example project
Comment 3 Ben Scholl CLA 2004-08-11 13:37:06 EDT
Created attachment 13882 [details]
Eclipse 3.0 preferences showing the Ignored Resources
Comment 4 Ben Scholl CLA 2004-08-11 13:41:18 EDT
The following example represents the problem I am experiencing with an actual
version controlled project.  View the attachments.  The last 4 lines in the Team
preferences list the ignored resource I added (example, bug\example,
bug.example, BugExample.java).  I would expect that anything inside and
including the directories matching the patterns example and bug\example would be
ignored.  I would also expect that any files contained in and the package
matching the pattern bug.example would be ignored.  Also anything with a
filename matching the pattern BugExample.java would be ignored.  None of these
cases ignore anything.
Comment 5 Michael Valenta CLA 2004-08-11 14:09:44 EDT
The first cases involve ignroing a path. The ignore facility only supports 
filename patterns (see bug 39239). As for ignoring BugExample.java, this works 
for me.

*** This bug has been marked as a duplicate of 39239 ***
Comment 6 Ben Scholl CLA 2004-08-11 14:53:39 EDT
None of these cases work for me; however, they did work in older versions of
Eclpise (i.e. Eclipse 2.1).
Comment 7 Michael Valenta CLA 2004-08-11 15:01:02 EDT
The ignoring of directory paths (bug.example or bug/example has never been 
supported). As for file name patterns (example and BugExample.java), these 
should work. The only time these will fail is if the resource in question is 
shared with the repository. If you have a reproducable test case where these 
fail, please provide us with the steps and we will try to reproduce the 
failure.