I cannot get Ant to recognize the classes. I've placed the strutstest.jar in the ant/lib folder, so ant should be able to see it. I've also placed the .jar in the classpath without any resolution.
I have other JUnit and other processes running with Ant without any poblems, so I'm sure the setup is fine.
I'm not a Java newbie either.
Any suggestions from those with experience using MockStrutsTestCase?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I cannot get Ant to recognize the classes. I've placed the strutstest.jar in the ant/lib folder, so ant should be able to see it. I've also placed the .jar in the classpath without any resolution.
I have other JUnit and other processes running with Ant without any poblems, so I'm sure the setup is fine.
I'm not a Java newbie either.
Any suggestions from those with experience using MockStrutsTestCase?
Umm, perhaps you'd like to share with us some more details about your problem? Like, say, the symbol that the compiler cannot resolve?
And if this is a compilation problem, how is your CLASSPATH set for the <javac> task in your build.xml file?
-d.