On Thu, 27 Oct 2005 08:24 pm, Mark C. Allman wrote: > As I typed my last e-mail, I suspected that wasn't what you were > looking for (it's trivial!). > > Have you tried just adding the classpath as a pathelement instead of > explicitly setting individual jars? I.e., > <pathelement path="${env.CLASSPATH}" /> > instead of > <pathelement location="${env.ANT_HOME}/lib/ant.jar" /> >
Thanks Mark you put me on the right track. Replacing it with <pathelement path="${java.class.path}"/> did the trick. Manuel <snip/>