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 196597 - Create new module projects without test root
Summary: Create new module projects without test root
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
: 197570 (view as bug list)
Depends on:
Blocks: 195254
  Show dependency tree
 
Reported: 2011-03-11 16:00 UTC by Jesse Glick
Modified: 2011-04-08 22:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2011-03-11 16:00:23 UTC
For consistency with other project types (see bug #195254), and to avoid clutter when tests are not applicable (e.g. a module containing just an update site).

Dealing here just with Ant-based projects; revision 13743 in https://svn.codehaus.org/mojo/trunk/mojo/mojo-archetypes fixed this for Maven-based projects, to be included in the IDE when archetypes next published.
Comment 1 Jesse Glick 2011-03-11 16:40:15 UTC
core-main #a09064e844ff
Comment 2 Quality Engineering 2011-03-12 09:42:55 UTC
Integrated into 'main-golden', will be available in build *201103120400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a09064e844ff
User: Jesse Glick <jglick@netbeans.org>
Log: #196597: Create new module projects without test root
Also fixing some associated bugs made visible by this change:
1. Adding "JUnit 3/4.8.2 library" to project should just mean adding libs.junit4 test dep.
2. When adding first unit test dep, should display Unit Test Libraries node.
Comment 3 Jesse Glick 2011-04-08 22:42:47 UTC
*** Bug 197570 has been marked as a duplicate of this bug. ***