Lets say I have a taskdef in the build.xml
   <taskdef name="mytask"
                 classname="MyTask" 
                 classpath="path-to/my.jar" /> 

How do I get the 'classpath' part in the custom task that derived from Ant
Task class?
Could you point me to the right API?

I want to use that classpath back with a 'java' task.

Thanks
Stan.

-- 
View this message in context: 
http://www.nabble.com/Getting-classpath-attribute-of-custom-task-tf4171205.html#a11866788
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to