File handles aren't closed/released when using Junit task in Ant

2009-04-07 Thread Katy Podolner
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

RE: using junit task

2005-07-14 Thread RADEMAKERS Tanguy
>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

using junit task

2005-07-14 Thread Mark Lybarger
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?