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
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: