Re: Junit Integration Problem

2005-03-14 Thread Danilo Bürger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey, i think you meant classname="org.apache.tools.ant.taskdefs.optional.junit.JUnitTask"? i tried with that and it actually finds the task, but cant satisfy the dependency with junit.jar: BUILD FAILED: build.xml:83: taskdef A class needed by class

Re: Junit Integration Problem

2005-03-13 Thread Antoine Levy-Lambert
Hello Danilo, you need to taskdef junit in your build file, specifying a classpath which includes ant-junit.jar and junit.jar. Cheers, Antoine Danilo Bürger wrote: I would like to integrate Junit into Ant as specified by 3. in http://ant.apache.org/manual/OptionalTas