On May 3, 2006, at 11:38 PM, 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.

This would've saved me some headaches when adding coverage, and will allow me to remove this explicit configuration from all of my projects.

+1 (nonbinding) and all that.

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

Reply via email to