Hi. Does anyone know how I can debug the java code when executing junit tests from an ant script? I am using eclipse - right click on build file --> debug as --> ant build
Why would you want to? Just debug the test that's failing.
vik ar
Ranch Hand
Joined: Jul 31, 2009
Posts: 104
posted
0
I have packaged all of my unit tests in a jar and all of the test classes are reading files. The code for reading files in a jar is different from the code for reading files not in a jar