> From: Martin Skopp [mailto:[EMAIL PROTECTED] > > On Wed, 2003-05-28 at 10:40, Tim Anderson wrote: > > I'm trying to use <ant:style> in my maven.xml, but I'm getting > > > > <ant:style> javax.xml.transform.TransformerFactoryConfigurationError: > > Provider org.apache.xalan.processor.TransformerFactoryImpl not found > > > > errors. > > The docbook plugin tries the same... (see > src/plugins-build/docbook/plugin.jelly or > $MAVEN_HOME/plugins/maven-docbook-plugin-1.0/plugin.jelly) and it does > > ${systemScope.setProperty('javax.xml.transform.TransformerFactory' > ,'org.apac > he.xalan.processor.TransformerFactoryImpl')} > > inside its "docbook:transform" goal. > Maybe it helps setting the sysProp?
Yep - tried that. Also tried sticking the xalan, ant, xerces and xml-apis in the root and root.maven classloaders. Neither approach works for me. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
