Hi David > -----Ursprungligt meddelande----- > Från: David Leangen [mailto:[EMAIL PROTECTED] > Skickat: den 4 oktober 2004 15:21 > Till: Avalon framework users > Ämne: RE: OutOfMemoryError when running unit tests > > > > 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 > package? Per > test?
The fork works for each test. you can check that the property is set by using <echo>${project.test.compile.fork}</echo>. 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. /peter
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]