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 71904

Summary: Debugging JUnit Tests in Free Form Projects
Product: projects Reporter: asleson <asleson>
Component: Ant FreeformAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: junit-issues
Priority: P3    
Version: 5.x   
Hardware: All   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description asleson 2006-01-26 15:32:59 UTC
NetBeans provides the ability to debug through JUnit tests, which is a huge
productivity tool for tracking down bugs.  Unfortunately this ability is only
available in "native" NetBeans projects.

Unless used in a tightly-controlled environment, most projects used by
developers will almost surely be free form projects.  It would be nice to be
able to debug through JUnit tests in free form projects.
Comment 1 Marian Petras 2006-07-10 09:56:53 UTC
The JUnit module does support displaying of test results in free-form projects
(see http://junit.netbeans.org/doc/binding-freeform-to-output.html).

Reassigned to module ant/freeform for further evaluation.
Comment 2 Jesse Glick 2006-07-11 23:56:48 UTC
It is possible, just not yet set up for you automatically.

If you get the Freeform Project Extras module from nbextras.org you can get
project templates that include test debug targets. See also

http://wiki.java.net/bin/view/Netbeans/FaqAntNbjpdaconnect
http://www.netbeans.org/kb/41/freeform-config.html#runsingle

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