This one was fixed in CVS yesterday. -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au
"Ming Fai" <[EMAIL PROTECTED]> wrote on 11/01/2003 11:28:40 AM: > hi, > > What dependencies are required for the docbook transformation goal? The > three dependencies in the docbook plugin are included in my project.xml > (without the classloader properties, for sure), but still error. It seems > Xalan is not loaded?! > > I copied the /sdocbook directory to a fresh checkout jakarta-turbine-maven > and run "maven docbook:transform", and getting the same error. > > what's com.kvisco.xsl.XSLProcessor? how to configure it to use Xalan > instead? > > regards, > mingfai > > error > ----- > docbook:transform: > [style] DEPRECATED - xslp processor is deprecated. Use trax or xalan > instead. > java.lang.NoClassDefFoundError: com/kvisco/xsl/XSLProcessor > > dependency in docbook plugin > ---------------------------- > <dependency> > <id>ant</id> > <version>1.5.1</version> > <properties> > <classloader>root</classloader> > </properties> > </dependency> > > <dependency> > <id>commons-lang</id> > <version>1.0-b1.1</version> > <properties> > <classloader>root.maven</classloader> > </properties> > </dependency> > > <dependency> > <id>xalan</id> > <version>2.3.1</version> > <url>http://xml.apache.org/xalan-j/</url> > <properties> > <classloader>root</classloader> > </properties> > </dependency> > > > -- > To unsubscribe, e-mail: <mailto:turbine-maven-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:turbine-maven-user- > [EMAIL PROTECTED]> > > ForwardSourceID:NT000A19E6 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
