AW: How Ant can find third-party-jars

2009-03-10 Thread Grimm, Markus
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

RE: How Ant can find third-party-jars

2009-03-10 Thread Felix Dorner
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

How Ant can find third-party-jars

2009-03-10 Thread Grimm, Markus
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