Re: AW: Junit Integration Problem

2005-03-14 Thread Danilo Bürger
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

Re: AW: Junit Integration Problem

2005-03-14 Thread Peter Reilly
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

AW: Junit Integration Problem

2005-03-14 Thread Jan . Materne
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

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

Junit Integration Problem

2005-03-13 Thread Danilo Bürger
-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.")