-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
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