This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 129723 - Includes/Excludes should be allowed separately for test/source roots
Summary: Includes/Excludes should be allowed separately for test/source roots
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-11 01:36 UTC by _ pcw
Modified: 2011-08-31 14:07 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ pcw 2008-03-11 01:36:10 UTC
J2SE project appears to apply the Include/Exclude filters to both Test and Source packages -- there should be separate
filters for each of these.

For example, I tried to create a project against the JavaMail cvs repository, which intermixes test packages with
regular source packages.  I can exclude the test code from the source view easily.  But then I've excluded it from the
Test view as well.  Even if I copy the test code, I must copy it into a distinctly different package designation that
does not including any of the original phrasing, since the original phrasing must be in the Include/Exclude list to
prevent the files from showing up in source view.  Which makes it difficult to determine where files originally came from.