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 61425 - exclude sub directories (and individual java classes) from a given src/test folder
Summary: exclude sub directories (and individual java classes) from a given src/test f...
Status: RESOLVED DUPLICATE of bug 49026
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-26 17:09 UTC by wqtnetbeans
Modified: 2006-12-07 17:53 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 wqtnetbeans 2005-07-26 17:09:48 UTC
Now that both src and test support multiple folders specified by the user. It'd
be really cool if for a given user specified src/test dir, she can exclude some
sub dirs and possibly individual java classes during build and dist of the project. 

This would be helpful, for example, if the user starts off with a web project;
some where down the road, she throws in an EJB in the same version controlled
source folder. Now to port her project in NB, she'd use "web with existing
sources" for the webapp, and "EJB with existing sources" for the EJBs.... Now
it'd be real nice  if she can exclude the sources for the webapp from the
sources of the EJB project, wouldn't it? But the all sources share the same
version controlled dir....

This feature is useful in all NB project types - j2se, j2ee, ....

Layman comments: It doesn't seem complated from the Ant implementation point of
view, does it? <javac src=".." excludes="..."> ...</
Comment 1 _ hair 2005-07-26 21:09:33 UTC
Is this a duplicate of http://www.netbeans.org/issues/showvotes.cgi?issue_id=55748 ?
Comment 2 _ hair 2005-07-26 21:11:34 UTC
sorry, i meant the link to be
http://www.netbeans.org/issues/show_bug.cgi?id=55748
Comment 3 wqtnetbeans 2005-07-26 21:43:07 UTC
Not sure.... In 55748, it says "free form".... Anyway, I believe the dev team
will mark it as a dup if they are the same thing....

Comment 4 Jesse Glick 2006-12-07 17:53:49 UTC

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