make/nbproject/project.xml

Print this page

        

*** 96,126 **** </action> <action name="debug"> <script>nbproject/nbjdk.xml</script> <target>debug-nb</target> </action> ! <action name="debug.single"> ! <script>nbproject/ide-file-targets.xml</script> ! <target>debug-selected-file-in-src</target> <context> ! <property>debug.class</property> ! <folder>test/src</folder> <pattern>\.java$</pattern> ! <format>java-name</format> <arity> <one-file-only/> </arity> </context> </action> ! <action name="run.single"> <script>nbproject/ide-file-targets.xml</script> ! <target>run-selected-file-in-src</target> <context> ! <property>run.class</property> ! <folder>test/src</folder> <pattern>\.java$</pattern> ! <format>java-name</format> <arity> <one-file-only/> </arity> </context> </action> --- 96,126 ---- </action> <action name="debug"> <script>nbproject/nbjdk.xml</script> <target>debug-nb</target> </action> ! <action name="run.single"> ! <script>build.xml</script> ! <target>test</target> <context> ! <property>test.class</property> ! <folder>../test/src</folder> <pattern>\.java$</pattern> ! <format>relative-path-noext</format> <arity> <one-file-only/> </arity> </context> </action> ! <action name="debug.single"> <script>nbproject/ide-file-targets.xml</script> ! <target>debug-selected-file-in-src</target> <context> ! <property>test.class</property> ! <folder>../test/src</folder> <pattern>\.java$</pattern> ! <format>relative-path-noext</format> <arity> <one-file-only/> </arity> </context> </action>