Have you tried the documented hack in the FAQ regarding setting the
transformer factory in system scope?
Have you tried RC1?
What JDK?

This went around on the list a while back that even the answer from the FAQ
didn't work, but there was never a real response indicating what the
environment was that caused the failure.

- Brett

> -----Original Message-----
> From: Paul Libbrecht [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, 22 October 2003 9:19 AM
> To: [EMAIL PROTECTED]
> Subject: xml:transform within maven.xml ?
> 
> 
> Hi maveners,
> 
> That's annoying... I'm getting a classnotfound exception (on 
> javax.xml.transform.TransformerFactory) when trying to invoke 
> <xml:transform> from the maven.xml.
> 
> This is weird because I do have the dependencies correct, as I 
> understand it:
> 
>      <dependency>
>        <id>commons-jelly</id>
>        <artifactId>commons-jelly-tags-xml</artifactId>
>        <version>SNAPSHOT</version>
>        </dependency>
>      <dependency><id>xml-apis</id>
>        <version>1.0.b2</version>
>        <properties><classloader>root.maven</classloader></properties>
>      </dependency>
>      <dependency><id>xalan</id>
>        <version>2.5.1</version>
>        <properties><classloader>root.maven</classloader></properties>
>      </dependency>
> 
> I've tried with and without the properties/classloader 
> element with root 
> or root.maven...
> 
> Running b10 btw.
> 
> Thanks.
> 
> Paul
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to