I am defining and using a custom ant task to deploy/generate stubs for EJBs. 
I get an error at the RMIC part of the deploy, where it complains that a few
classes could not be found.  This is accurate, and I put together a jar to
fix it, but I don't know how to get it in the classpath for the task.  

The classpath property of the task doesn't work or isn't what I need, it
just adds the jar as an external directory.  If I add the jar as in my jdk
directory as a library everything works, but I don't want to mess anyone
else up so I need to add the jar to the classpath of the ant task, classpath
of ant itself, or something.  Even a brute force way to put this jar in the
ant task's cp would be great.

Any help would be adored.
-- 
View this message in context: 
http://www.nabble.com/Adding-Dependencies-for-Custom-Ant-Tasks-tp24650392p24650392.html
Sent from the gradle-user mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to