Can you run maven -X and create a Jira issue for it? My guess is that jaxp is loaded by Ant's loader and not Mavens -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc
Paul Libbrecht <[EMAIL PROTECTED]> wrote on 22/10/2003 09:19:19 AM: > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
