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

Summary: JUnit and TestNG should not be included by default in platform application
Product: apisupport Reporter: mienamoo
Component: ProjectAssignee: Martin Kozeny <mkozeny>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

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.