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=14354>. 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=14354 exec junit task in another jvm Summary: exec junit task in another jvm Product: Ant Version: 1.4.1 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In the junit task there is the parameter 'fork' that can be set to 'yes' or 'no'. We develop with eclipse and have many tests to execute. If in my ant script I put the fork parameter to 'no' the eclipse jvm get much memory and at the end doesn't release it completely. If I put fork to 'yes' my tests are executed in much more time because for each test case is allocated a new jvm. Can you add a third choice fork 'once' so that all the tests are executed in a new jvm that terminate and relase all the memory at the end of all the tests? Thank you. Giannandrea -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
