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 64495 - Cannot exclude class or package from the project.
Summary: Cannot exclude class or package from the project.
Status: RESOLVED DUPLICATE of bug 49371
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-15 19:43 UTC by debugdog
Modified: 2006-01-24 17:37 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 debugdog 2005-09-15 19:43:07 UTC
We have an existing project has the following directory structure:

ProjectA
|___src
    |____com
    |    |_____...
    |____test
         |_____com
               |____...

The src directory contains all source code includes test code.
In NetBeans 4.1, I cannot exclude the test directory from the source package
ProjectA/src.  All classes under the test directory show under the source tree
with the package name prefix with "test.", in fact, the package name should be
"com.something"

Is there any plan to have the feature that user can exclude files/directories
from the source package folder as well as the test package folder?  Other IDEs,
such as Eclipse, support that.
Comment 1 Jan Lahoda 2006-01-23 13:45:38 UTC
=>java/j2seproject. I am pretty sure it is a duplicate of another issue, do not
have a number handy.
Comment 2 Tomas Zezula 2006-01-24 17:37:24 UTC
The same problem as issue #49371.
The classpath API should allow exclusion list. The actual change in the API
should not be so hard, but it affects lots of clients.


*** This issue has been marked as a duplicate of 49371 ***