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