Hi
I have this problem when i run the build.xml using ant in myeclipse.
<junit printsummary=”yes” errorproperty=”test.fail” failureproperty=”test.fail” fork=”yes” forkmode=”once”>
For the above code, i get an error saying … /junitvmwatcher909203.properties not found.
If i give fork=”false” this problem is not there. Also if i make a build using ant in cmd , it doesn give error.
After searching in google, i found some answers that this might be due to 2 versions of Ant. Ibut i cudn find 2 versions of ant. 🙁
Somebody please helppp.!!!
Using jdk1.6 , ant1.7