Re: Adding parallel JUnit task

2009-07-01 Thread Jason Rutherglen
sounds great as well. On Wed, Jul 1, 2009 at 9:25 AM, Steve Loughran wrote: > Jason Rutherglen wrote: > >> Hello, please excuse the newbie question. >> For the Apache Lucene project I'd like to paralleize the unit tests by >> subclassing JUnitTask into ParallelJUnitTa

Adding parallel JUnit task

2009-06-29 Thread Jason Rutherglen
Hello, please excuse the newbie question. For the Apache Lucene project I'd like to paralleize the unit tests by subclassing JUnitTask into ParallelJUnitTask which executes JUnitTests in threads. I don't understand how to place things like into the new task tag properly. Here's what I've tried