Re: surefire forking needed?

2005-12-09 Thread Brett Porter
We have surefire forking 90% working in a testing version (see instructions on the website for how to test dev versions of plugins) - Brett On 12/9/05, Tim Waters <[EMAIL PROTECTED]> wrote: > Actually, we do not having forking available, so the "- > Dsurefire.forkMode=once" flag is not applicable

Re: surefire forking needed?

2005-12-09 Thread Tim Waters
Actually, we do not having forking available, so the "- Dsurefire.forkMode=once" flag is not applicable for our version of Maven 2.0. Going to patch surefire soon. I'll respond to this thread if the patch works. On 12/8/05, Tim Waters <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm having trouble with

surefire forking needed?

2005-12-08 Thread Tim Waters
Hi, I'm having trouble with Maven when using CORBA. I have a unit test which uses a third-party re-implementation of a java class (org/omg/CORBA/portable/Streamable). I've seen discussion in the past for Ant-- that this type of problem is resolved by setting "fork" equal to "true", however what