RE: OutOfMemoryError when running unit tests

2004-10-04 Thread Stephen McConnell
> -Original Message- > From: Niclas Hedhman [mailto:[EMAIL PROTECTED] > Sent: 05 October 2004 01:10 > To: Avalon framework users > Subject: Re: OutOfMemoryError when running unit tests > > On Tuesday 05 October 2004 01:20, Stephen McConnell wrote: > > Attach

Re: OutOfMemoryError when running unit tests

2004-10-04 Thread Niclas Hedhman
On Tuesday 05 October 2004 01:20, Stephen McConnell wrote: > Attached is an updated version of the JUnitTestTask.java - you should > replace the current version of the source then from /tools/magic do the > following: No attachment. Cheers Niclas -- +--//---+ / http://ww

RE: OutOfMemoryError when running unit tests

2004-10-04 Thread Stephen McConnell
> -Original Message- > From: Stephen McConnell [mailto:[EMAIL PROTECTED] > Sent: 04 October 2004 19:20 > To: 'Avalon framework users'; [EMAIL PROTECTED] > Subject: RE: OutOfMemoryError when running unit tests > > > Attached is an updated version of t

RE: OutOfMemoryError when running unit tests

2004-10-04 Thread Stephen McConnell
mode. Steve. > -Original Message- > From: David Leangen [mailto:[EMAIL PROTECTED] > Sent: 04 October 2004 18:55 > To: Avalon framework users > Subject: RE: OutOfMemoryError when running unit tests > > > Stephen, Peter, > > Thank you for your awesome support,

RE: OutOfMemoryError when running unit tests

2004-10-04 Thread David Leangen
PROTECTED] > Subject: RE: OutOfMemoryError when running unit tests > > > > > > -Original Message- > > From: David Leangen [mailto:[EMAIL PROTECTED] > > Sent: 04 October 2004 17:22 > > To: Avalon framework users > > Subject: RE: OutOfMemoryError when

RE: OutOfMemoryError when running unit tests

2004-10-04 Thread Stephen McConnell
> -Original Message- > From: David Leangen [mailto:[EMAIL PROTECTED] > Sent: 04 October 2004 17:22 > To: Avalon framework users > Subject: RE: OutOfMemoryError when running unit tests > > > Hi, Peter, > > > Did yo do "svn update" to get

RE: OutOfMemoryError when running unit tests

2004-10-04 Thread David Leangen
Hi, Peter, > Did yo do "svn update" to get the latest magic source? You MUST have the > patch applied (see the dev list) since in the unpatched source, the for > property is set too early and does not have any effect. Well, just to be sure, I just did a complete rebuild of avalon following, of c

RE: OutOfMemoryError when running unit tests

2004-10-04 Thread David Leangen
Peter, Thanks for your quick reply! I tried your suggestion by setting project.test.compile.fork=true in my user.properties file. I'm pretty sure that this should have the same effect. Unfortunately, however, this did not do the trick. What exactly does "fork" do? Does it fork per project? Per