On 3 May 06, at 11:38 PM 3 May 06, Brett Porter wrote:
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.
If it makes life generally easier then +1
Thoughts?
- Brett
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Jason van Zyl
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]