I have a custom Ant task in a jar file (custom.jar) that I would like to use in my ant build.xml.
However, I would like to add this jar to the ant runtime only during the execution of my script. Is there a way I can tell ant to include this jar (/home/me/custom.jar) in its classpath from my build.xml? I don't want to copy the file to the ant/lib directory. Instead, I just want to expose it for my script alone. Thanks in advance, Moran Ben-David --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
