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