Hi All,
I am using
junit test cases and building the project using
ant build but i tried a lot its getting failed. don't know why ?
I have reset the classpth and junit lib as well but its again not working anyways.
Build.xml file is below:
Below is the error i am getting in build console":
I have already put the junit-3.8.2.jar file in java/lib dir.
I have used very simple jubit code top test uisng Ant build. As below .and if i remove the junit file or junit code from ant build my build.xml file runs successfully without any issue.
Still its not picking and some other issue i don't know. Tried to look in google but not found the proper root cause and how to fix this issue.
Please suggest some one your thought.