File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Java
»
Java in General
Author
running junit from ant
urvi kalia
Greenhorn
Joined: Aug 22, 2006
Posts: 4
posted
Aug 28, 2006 04:01:00
0
i am trying to run junitusing
ant
script .
coded in build file is --
<target name="Run JUnit" description="runs junit">
<echo message="Running Junit" level="info"/>
<
junit
>
<
test
name="junitTestClient2"></test>
<classpath refid="testapp-classpath"/>
<formatter type="plain" usefile="false"/>
</junit>
</target>
when i run this --
build failed.
due to classnotfoundexception --junitTestclient2
what do i need to do?
David O'Meara
Rancher
Joined: Mar 06, 2001
Posts: 13459
I like...
posted
Aug 28, 2006 06:11:00
0
Please don't post the same question in multiple forums. It creates duplicate conversations and wastes the time of the people trying to help you.
Thanks,
Dave
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: running junit from ant
Similar Threads
running junit from ant
Why doesn't the JUnit test OUTPUT appear using the Ant build?
Junit with ant
generate junit reports
[junit] java.lang.ClassNotFoundException: UserActivityTest
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter