RE: Ant within Eclipse Junit OutOfMemoryException

2007-07-01 Thread pam
Sent: Friday, 29 June 2007 4:32 PM To: Ant Users List Subject: AW: Ant within Eclipse Junit OutOfMemoryException Hi, I use an Ant Script tu run a lot of Junit Tests. I had to change the maxmemory to 1024m to let all the Tests run. But sadly I used Ant directly and not Eclipse. But this is how I solv

Re: AW: Ant within Eclipse Junit OutOfMemoryException

2007-06-29 Thread Steve Loughran
Knuplesch wrote: Hi, I use an Ant Script tu run a lot of Junit Tests. I had to change the maxmemory to 1024m to let all the Tests run. But sadly I used Ant directly and not Eclipse. But this is how I solved my memory problem in the Ant-Task:

AW: Ant within Eclipse Junit OutOfMemoryException

2007-06-28 Thread Knuplesch , Jürgen
Geschäftsführer: Uwe Seltmann HRB Stuttgart 17655 USt-IdNr.: DE 811944121 -Ursprüngliche Nachricht- Von: pam [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 29. Juni 2007 01:36 An: 'Ant Users List' Betreff: Ant within Eclipse Junit OutOfMemoryException Hi, I'm not sure if this is th

Ant within Eclipse Junit OutOfMemoryException

2007-06-28 Thread pam
Hi, I'm not sure if this is the correct forum for this question, but I'm running Junit tests with ant, within Eclipse. I have a lot of tests, I wish to run them overnight , then look at a JUnitReport. Repeatedly I have abandoned this method because I get an OutOfMemoryException after about 35 min