EMAIL PROTECTED]
Gesendet am: Montag, 14. März 2005 15:26
An: Ant Users List
Betreff: Re: Junit Integration Problem
-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 t
er junit.jar is)
the third solution is to read:
http://ant.apache.org/faq.html#delegating-classloader
very carefully.
Peter
Jan
-Ursprüngliche Nachricht-
Von: Danilo Bürger
[mailto:[EMAIL PROTECTED]
Gesendet am: Montag, 14. März 2005 15:26
An: Ant Users List
Betreff: Re: Junit Inte
che Nachricht-
> Von: Danilo Bürger
> [mailto:[EMAIL PROTECTED]
> Gesendet am: Montag, 14. März 2005 15:26
> An: Ant Users List
> Betreff: Re: Junit Integration Problem
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
&g
-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
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hey,
I would like to integrate Junit into Ant as specified by 3. in
http://ant.apache.org/manual/OptionalTasks/junit.html ("3. Do neither
of the above, and instead, specify their locations using a
element in the build file. See the FAQ for details.")