From: "Brett Porter" <[EMAIL PROTECTED]>
What forking are you using in m1/ant?
None. Or rather, whatever the default is-- I have nothing in
project.properties that says otherwise.
Likewise, nothing special in the surefire configuration in pom.xml, so I'm
using the defaults there, too.
I've tracked the difference down to the fact that with m1/Ant, you get a new
AntClassLoader for each test case, while with Surefire, you keep the same
IsolatedClassLoader throughout the tests.
I don't _think_ I'm forking a new JVM because I'm able to step through the
entire set of tests in JSwat (debugger) in both m1 and m2.
Suggestions?
Thanks,
Wendy Smoak
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]