RE: Memory leaks with ant 1.5.x! Searching for a fix

2003-03-13 Thread Jim Allers
Which tasks are you using in your build? The Eclipse ant integration makes an attempt to isolate itself from memory leaks by invoking Ant in a new classloader every time. Unfortunately, classloaders aren't the magic bullet for isolating Eclipse from any memory leaks in an Ant task. In fact, sin

RE: Junit.jar in project

2003-03-07 Thread Jim Allers
The junit.jar can be in *both*, but it needs to be in your /lib directory for the reason Steve said earlier. If it is in your classpath for the junit task, the one in ANT_HOME/lib will be used instead of the one in your project. -Original Message- From: Chris Reeves [mailto:[EMAIL PROTECTE