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:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to