+1
Emmanuel
Brett Porter a écrit :
It seems to be common to hit XML problems with surefire because it is
using child first classloading (like a webapp) to ensure you get what
you ask for which often causes xml problems because the apis are not in
the same place as the implementation.
I'd like to suggest we make two changes:
- childDelegation = false as the default. Since the classloader is
totally isolated, this is probably what people expect.
- forkMode = once. Most runners (like IDEs) seem to fork and a once only
fork has very little speed impact. I'm not as committed to this one, but
it might still be a good idea.
Thoughts?
- Brett
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]