SiddheshRane opened a new pull request #2406:
URL: https://github.com/apache/netbeans/pull/2406
This commit adds the missing `debug-single-method` ant target which is
attached to "Debug Focused Test Method" menu item in Test files.
ant -f "/home/siddhesh/Masters/CS5010 PDP/lab3-starter-dungeon"
-Dnb.internal.action.name=debug.single.method -
Djavac.includes=dungeon/MedievalLevelBuilderTest.java
-Dtest.method=testAddGoblins -
Dtest.class=dungeon.MedievalLevelBuilderTest debug-single-method
Target "debug-single-method" does not exist in the project "Lab_3".
BUILD FAILED (total time: 0 seconds)
I tested by modifying my build-impl.xml file locally.
The `debug-single-method` target is only found in 5 java files and no ant
xml files. Ant files have `debug-test-method` target but it appears in only one
java file. I am not sure which is the correct one so I kept both in the
build-impl.xml.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists