I've been using the Junit task, both with "fork=yes" and w/o it. In both cases,
some files which are created & written to as part of the Junit tests which the
task runs, appear as still open by the java process when the whole Ant build is
finished .
and so the next build which starts by attempt
>Sent: Thursday, July 14, 2005 4:26 PM
>To: Ant Users List
>Subject: using junit task
>
>i'm wondering if there's a way to use the junit task without
>having to put a
>junit.jar into the ant/lib folder? can i use a t
i'm wondering if there's a way to use the junit task without having to put a
junit.jar into the ant/lib folder? can i use a taskdef and define the junit
task externally?