JerodLass wrote:
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.
How are you adding the custom task itself to a classpath? I would try
adding this extra jar to the exact same classpath.
Adam
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email