Yep, an updated xdoc plugin is required. I struck this with digester and
commons-logging. The best solution is to add this dependency to the
project's project.xml:

    <dependency>
      <groupId>maven</groupId>
      <artifactId>maven-xdoc-plugin</artifactId>
      <version>1.9.2</version>

<url>http://maven.apache.org/maven-1.x/reference/plugins/xdoc/</url>
      <type>plugin</type>
      <properties>
          <comment>
              &lt;strong&gt;Site Only&lt;/strong&gt; - v1.9.2 (minimum)
          </comment>
      </properties>
    </dependency>

Regards,

Simon


On Tue, 2006-02-28 at 00:36 +0100, Arnaud HERITIER wrote:
> Dion,
> 
>   I think that you need to upgrade the xdoc plugin. The one bundled in maven
> 1.0.2 is too old. I'm trying to have maven 1.1 fully compatible with commons
> site....
> 
>   Arnaud
> 
> On 2/28/06, Dion Gillard <[EMAIL PROTECTED]> wrote:
> >
> > Maven 1.0.2 fails for a different reason:
> >
> > xdoc:jelly-transform:
> >     [echo] Generating
> > C:/source/jakarta/jakarta-commons/jexl/target/docs/changelog-report.html
> > from C:\source\jakarta\ja
> > karta-commons\jexl\target\generated-xdocs\changelog-report.xml
> > Could not find the class: org.apache.commons.jelly.tags.fmt.FmtTagLibrary
> > java.lang.ClassNotFoundException:
> > org.apache.commons.jelly.tags.fmt.FmtTagLibrary
> >         at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
> >         at java.security.AccessController.doPrivileged(Native Method)
> >         at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
> >
> > Which seems that commons-site.jsl requires the jelly fmt taglib which
> > isn't installed in maven102's lib directory by default.
> >
> > On 2/28/06, Phil Steitz <[EMAIL PROTECTED]> wrote:
> > > Brett or someone more knowledgeable can explain in detail why, but you
> > > need to either use maven 1.0.2 or get a more tolerant parser to be
> > > loaded.
> > >
> > > Phil
> > >
> > > On 2/27/06, Dion Gillard <[EMAIL PROTECTED]> wrote:
> > > > Ok, that's what I had, but I still get the following error:
> > > >
> > > > BUILD FAILED
> > > > File...... C:\Documents and Settings\Dion
> > > > Gillard\.maven\cache\maven-xdoc-plugin-1.9.2\plugin.jelly
> > > > Element... x:parse
> > > > Line...... 471
> > > > Column.... -1
> > > > Error on line 18 of document  : Relative URI
> > > > "../../commons-build/menus/menus.dtd"; can not be resolved without a
> > > > base U
> > > > RI. Nested exception: Relative URI
> > > > "../../commons-build/menus/menus.dtd"; can not be resolved without a
> > > > base URI.
> > > > Total time   : 2 minutes 18 seconds
> > > > Finished at  : Tuesday, 28 February 2006 9:22:43
> > > >
> > > > Any ideas?
> > > >
> > > > On 2/27/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote:
> > > > > Dion Gillard wrote:
> > > > > > I've tried to build the site for JEXL, but obviously have the
> > > > > > commons-build directory checked out in the wrong location.
> > > > > >
> > > > > > Is it documented anywhere what the directory structure must be?
> > > > >
> > > > > You can find it here:
> > > > >
> > http://jakarta.apache.org/commons/building.html#Checking%20out%20the%20commons%20sources
> > > > >
> > > > >
> > > > > --
> > > > > Dennis Lundberg
> > > > >
> > > > >
> > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > http://www.multitask.com.au/people/dion/
> > > > Chuck Norris sleeps with a night light. Not because Chuck Norris is
> > > > afraid of the dark, but because the dark is afraid of Chuck Norris
> > > >
> > > > ---------------------------------------------------------------------
> > > > 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]
> > >
> > >
> >
> >
> > --
> > http://www.multitask.com.au/people/dion/
> > Chuck Norris sleeps with a night light. Not because Chuck Norris is
> > afraid of the dark, but because the dark is afraid of Chuck Norris
> >
> > ---------------------------------------------------------------------
> > 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]

Reply via email to