f: RE: How Ant can find third-party-jars
This is explained on the first page of the ant manual:
http://ant.apache.org/manual/running.html#libs
-
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional comman
This is explained on the first page of the ant manual:
http://ant.apache.org/manual/running.html#libs
-
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org
Hi guys,
I've got the following question:
f.e. I want to send mails with ant, so I copy the both jars
_mail.jar_(JavaMail) and the _activation.jar_ (JAF, I think it's needed,
too) to the lib-folder of its installation-dir.
Now everytime I upgrade Ant, I have to remember copying the needed jars
to