DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10413>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10413 enhancement: JUnit task only creates one forked VM per batch ------- Additional Comments From [EMAIL PROTECTED] 2003-07-15 16:20 ------- I've obtained a copy of Richard's code via email and discussed it with him. As it works via a DynamicTestSuite it actually works the same as if you have a 'TestAll' TestSuite which recursively composes all your TestCases. So the resultant output is a single TEST-xx file. This means you don't get the nice package tree structure to your test results from the junitreport task. I'd prefer any final solution to this request to produce output in the same way as the current batchtest task does. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]