This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
The problem most people have is that they have to tell Ant where the JUnit jar is, since it doesn't come in automatically. But I think that's supposed to give an exception.
Try ant with the "-v" option: "ant -v test" and see if it tells you anything more.
Customer surveys are for companies who didn't pay proper attention to begin with.
Sunder Ganapathy
Ranch Hand
Joined: Apr 01, 2003
Posts: 120
posted
0
Thanks Tim. After using -v option I get the following message.
C:\tomcat\apache-tomcat-6.0.14\webapps\newselen>ant -v test
Apache Ant version 1.7.0 compiled on December 13 2006 Buildfile: build.xml Detected Java version: 1.6 in: C:\Program Files\Java\jdk1.6.0\jre Detected OS: Windows XP parsing buildfile C:\tomcat\apache-tomcat-6.0.14\webapps\newselen\build.xml with URI = file:/C:/tomcat/apache-tomcat-6.0.14/webapps/newselen/build.xml
Project base dir set to: C:\tomcat\apache-tomcat-6.0.14\webapps\newselen
[antlib rg.apache.tools.ant] Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.
[property] Loading C:\tomcat\apache-tomcat-6.0.14\webapps\newselen\build.properties Build sequence for target(s) `test' is [test] Complete build sequence is [test, report, compile, ]
test:
BUILD SUCCESSFUL Total time: 1 second [ April 10, 2008: Message edited by: Sunder Ganapathy ]