Carpentier, Nelson wrote:
There is no way you can set up a classpath and use <taskdef> to pull
them in in their own classloader is there?

Creating that weblogic-specific classpath and using it in the <taskdef>
is how I get "<servicegen>" to be a valid task...  Yet when the task is
running, it still freaks out if there's no weblogic JARs in the
ANT\lib...  Even when I use the <classpath> element defined in the
<servicegen> task itself...

It is probably trying to create its own XML parser or XSLT engine, and gets something decent back from ant (like Xerces and Xalan) rather than what you want. Sigh. There's no obvious fix here.

-steve


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

Reply via email to