DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=6606>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=6606





------- Additional Comments From [EMAIL PROTECTED]  2005-11-03 13:30 -------
> Sam, we cannot do that. we cannot break every build file. We need a better
> solution. 
I want to stress that there is a _simple_ solution for this problem. No need to
break any existing build files or rearrange jar files. This is true for the
junit task anyway.
How? Simply fork junit tests into a separate JVM and make sure only the new JVM
uses junit classes. There is really no need for the JUnitTask.java task to
import junit.framework.Test, it is just sloppy code. I have made this change and
it can be done in less than a day! 
The only drawback is that people that do not fork tests into a separate JVM
still needs the current workaround.

@See http://issues.apache.org/bugzilla/show_bug.cgi?id=6606#c22

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to