You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2014/03/12 03:24:59 UTC

[Bug 55925] junit task should support parallel/threads option

https://issues.apache.org/bugzilla/show_bug.cgi?id=55925

--- Comment #3 from Antoine Levy-Lambert <an...@apache.org> ---
Thanks again for reporting this issue and proposing a fix for it.

The changes that you prepare contain at some places the addition of a new
argument threadid to existing protected or public methods. 

Can you make a fresh checkout from HEAD out of svn (svn checkout
http://svn.apache.org/repos/asf/ant/core/trunk ant-core) and reapply your
changes, and rework your solution keeping for each method where the threadid
has been added to the argument list a duplicate method with the old signature,
which would call the new method passing a 0 in the threadid argument.

Once this is done please create a new patch file
- then attach the output of "svn diff "

the command to create a sandbox is :
svn checkout http://svn.apache.org/repos/asf/ant/core/trunk ant-core

-- 
You are receiving this mail because:
You are the assignee for the bug.