> -----Original Message----- > From: Erik Hatcher [mailto:[EMAIL PROTECTED]
> I know Stephane has some thoughts on refactoring how the > JUnit tasks work, > so perhaps its time for us to start down that path and figure > out a better > way for it to work. I started working on some modification for Ant 1.5, it is still in 'broken' state since I did not have time to focus on it (I'm having a hard time at work and my time is limited). Roughly the idea will be to run all tests in a single forked JVM. To deal with timeout, I deal with them at testcase level with a TestCase decorator that will wrap it. Stephane
