Hello,

What people could try is to 

1) keep weblogic.jar in $ANT_HOME/lib

2) but "castrate" the file by removing the META-INF/SERVICES entries in the jar 
file which specify the JAXP transformation engine, so that you fall back to the 
default JDK transformation engine.

I did not have to try it myself with weblogic.jar but had to do something 
similar with another jar file of another large software house which also 
specified a transformation engine.

Regards,

Antoine

-------- Original-Nachricht --------
Datum: Wed, 14 Jun 2006 08:03:13 -0600
Von: "Carpentier, Nelson" <[EMAIL PROTECTED]>
An: Ant Users List <user@ant.apache.org>
Betreff: RE: <junitreport> and Weblogic

> > 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...
> 
> - Nelz
>  
> Confidentiality Note: This message contains information that may be
> confidential and/or privileged. If you are not the intended recipient, you 
> should
> not use, copy, disclose, distribute or take any action based on this
> message. If you have received this message in error, please advise the sender
> immediately by reply email and delete this message. Although ICAT Managers,
> LLC scans e-mail and attachments for viruses, it does not guarantee that
> either are virus-free and accepts no liability for any damage sustained as a
> result of viruses.  Thank you.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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

Reply via email to