is this to compile your jars? the way i did this was pass a string with with a :
seperated list of external jars to add to the classpath the code looks like
such:
<property name="external.classpath"
value="${built}/${external}/some-jar-youneed.jar:${built}/${external}/some-other-jar.jar"/>
then the compile target has a line like such
<javac srcdir="${src}/${package}" destdir="${built}"
classpath="${external.classpath}" />
"G.L. Grobe" wrote:
> I've got an EJB app that creates jar files, and the classes in these
> jarfiles depend upon a third party jar. Yet my app can't find the classes in
> this jar. I have nothing in my MANIFEST.mf files (the ones created by Ant).
> So how do I tell Ant to add the classpath for 3rd party jarfiles I'm adding?
> If I create a MANIFEST.mf, it just get's ignored by Ant.
>
> Any help much appreciated.
--
-Raphael
[EMAIL PROTECTED]
******************
ook ook im a monkeeeey wheeeeeeee!
********************