Maybe the answer went to the -dev list. This has been fixed in CVS by one of the committers, but you can patch b9 pretty easily. You need to upgrade ant to 1.5.3. Grabs the JARs (including optional) from ibiblio, put them in maven/lib replacing the 1.5.1 versions, and edit maven/bin/forehead.conf to point at them instead.
Alternatively, you can use JDK 1.4. I'm not sure after upgrading Ant whether you still need to the TransformerFactory config, but I've kept it. You will need the xalan jar in the "root" classloader as you said (for ant to see it). Let me know if you need any further help. Cheers, Brett On Wed, 2003-05-28 at 19:32, Tim Anderson wrote: > > 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] -- Brett Porter <[EMAIL PROTECTED]> f2 network --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
