[ http://jira.codehaus.org/browse/MOJO-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Raphaël Piéroni updated MOJO-582: --------------------------------- Component/s: netbeans Moved from unknown component to netbeans > NetBeans bug in run-selected-files-in-test target > ------------------------------------------------- > > Key: MOJO-582 > URL: http://jira.codehaus.org/browse/MOJO-582 > Project: Mojo > Issue Type: Bug > Components: netbeans > Environment: Plugin: > org.codehaus.mojo:netbeans-freeform-maven-plugin:2.1-SNAPSHOT: > Windows XP SP2 > NetBeans IDE 5.5 (6.0 QBuild too) > JDK 1.4.2_12 > Maven 2.0.4 > Reporter: Josh Kitterman > Attachments: IdeFileTargetsWriter.diff > > > The ide-file-targets.xml file is created with incorrect information in the > run-selected-files-in-test target. > Instead of the <junit> tast, it has the <java> task. The <classpath> node is > created correctly, but the the <java> task should be changed to: > <junit> > <classpath .../> > <formatter type="xml"/> (enhancement to plug into NetBeans graphical > display) > <formatter type="brief" usefile="false"/> (enhancement to plug into > NetBeans graphical display) > <test name="${classname}"/> > </junit> > I suspect the debug-selected-files-in-test target suffers from the same > problem. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email