Re: AW: newbie-running junit task from jar file

2004-12-01 Thread blackwater dev
html#TestingTasks > [2] http://ant.apache.org/manual/OptionalTasks/junit.html > [3] http://ant.apache.org/manual/OptionalTasks/junitreport.html > > > -Ursprüngliche Nachricht- > > Von: blackwater dev [mailto:[EMAIL PROTECTED] > > Gesendet am: Mittwoch, 1. De

AW: newbie-running junit task from jar file

2004-12-01 Thread Jan . Materne
List > Betreff: newbie-running junit task from jar file > > Hello, > > I took my junit classes and created a jar file which I want to run > from ant. How do I use the junit task and specify where the jar file > lives and to kick off with the AllTests class? I also need to

newbie-running junit task from jar file

2004-12-01 Thread blackwater dev
Hello, I took my junit classes and created a jar file which I want to run from ant. How do I use the junit task and specify where the jar file lives and to kick off with the AllTests class? I also need to use the html reporting also. Most of the samples I see simply call the basic class. Thank