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 236263 - JUnit and TestNG should not be included by default in platform application
Summary: JUnit and TestNG should not be included by default in platform application
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-23 11:24 UTC by mienamoo
Modified: 2013-09-23 11:24 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 mienamoo 2013-09-23 11:24:07 UTC
NetBeans IDE 7.3.1
JDK 7u21

When creating a new NetBeans Platform Application (Ant-based) project, some modules from the platform cluster are by default included in the application. Or more accurately, only some of the modules are specified as being excluded. 

I would argue that the JUnit 4 and TestNG library wrappers should be EXCLUDED by default. Surely the majority of NetBeans Platform Applications won't use those?

It might be worthwhile to see whether there are any others that I didn't spot in my brief inspection, that should also be excluded.