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