>From memory, the forkMode was added in Ant 1.6. Maven only uses Ant 1.5.3-1.


On Fri, 14 Jan 2005 16:16:47 -0700, Guy Davis <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I'm using JDK 1.4.2 so had to set:
> maven.junit.fork = true
> to get Maven to fork my tests off separately so I avoid XML errors.
> Unfortunately, forking a new JVM for every TestCase is really slow.
> 
> When I was using Ant, they offered a forkMode option which let me fork
> out of the main JVM running Maven just once.  This let me run all
> TestCases within the same JVM.  This was much faster.
> 
> Just wondering if the same or similar option existed within the
> maven-test-plugin.  If so how do I enable it.
> 
> Thanks,
> Guy
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
http://www.multitask.com.au/people/dion/

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

Reply via email to