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=24697>.
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=24697

The JUnit plugin forks once for each test suite





------- Additional Comments From [EMAIL PROTECTED]  2004-04-07 18:35 -------
Typical usage for the above patch would be something like:

1. untar (or unzip) the apache-ant-1.6.1-src package
2. cd apache-ant-1.6.1
3. patch -p 1 < ../unified-diff-1.6.1-fork-jvm-once-per-unit-test.diff
4. ant

In your own project, inside the build.xml file, your <junit> target has to
supply an attribute fork="once" for it to make any effect.

Hope this helps someone.

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

Reply via email to