Click to See Complete Forum and Search --> : How to use External Task in Custom Ant Task


koden
August 18th, 2005, 12:09 PM
I am writing a custom ANT task, but I want to use an external task in a jar file as well. How do I link in the external jar? How do I import it? What do I add to the build.xml for my custom ant task? How do I use it in the code?

thanks in advance