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