Brett Porter wrote on Thursday, May 04, 2006 5:39 AM:

> 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?

+1, default settings should avoid unnecessary and unwanted side-effects. If 
there's a need for performance improvement of unit tests, a howto also 
explaining the possible side-effects is more helpful.

- Jörg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to