Does anyone know how to use <junit> as a task as stated by the Ant 1.3 user manual? I can only get junit to work using <java> and passing <argvalues>. I've created a <taskdef> but get instanciation exceptions for the junit TestCase class. I also don't know which tool place my junit.jar file. The Ant docs mention a /lib/ext. Which Tool? I copied it into every ant, jdk, jre /lib/ext and still <junit> didn't work. Don't tell me I need to write my own class for a taskdef!!! Need some hope.
- Re: How to use a <taskdef> T Master
- Re: How to use a <taskdef> Erik Hatcher
- Re: How to use a <taskdef> Pandian . Anbunathan
