Just a sanity check: you changed your existing xalan dep to have the
classloader dependencies, or you just added the new one?

If it is all set up right, you'll have to run with -X and find out what the
classpath is. There may be something else interfering. Are you using JDK 1.3
or 1.4?

- Brett

> -----Original Message-----
> From: Nicolas FRANK [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, 13 August 2003 7:06 PM
> To: Maven Users List
> Subject: RE : XSLT transformation problem
> 
> 
> I added it but it doesn't change anything :-(   ...
> 
> -----Message d'origine-----
> De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Envoyé : mercredi 13 août 2003 10:49
> À : Maven Users List
> Objet : Re: XSLT transformation problem
> 
> 
> You'll need:
>         <dependency>
>             <groupId>xalan</groupId>
>             <artifactId>xalan</artifactId>
>             <version>2.5.1</version>
>             <properties>
>               <classloader>root</classloader>
>             </properties>
>         </dependency>
> 
> For xalan I think.

Reply via email to