You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Brian Enigma <en...@netninja.com> on 2004/03/28 01:32:35 UTC

Maven RC2 and xdoc

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

     I upgraded from RC1 to RC2 today, and I thought I did everything 
correctly.  I wiped out my ~/.maven/plugins folder (as per suggestions 
of other messages on the list).  I also use a /usr/local/maven symlink, 
which used to point to the RC1 folder, and now the RC2, so paths should 
be fine.  Various other goals work perfectly (clean, jar, java:compile) 
under RC2, but running "maven clean xdoc" generates the following 
messages:

...normal messages...
Validating plugins.html
Validating project-info.html
Validating team-list.html
     [echo] Generating 
/Users/enigma/Code/java/MagicCodes/target/docs/linkcheck.html from 
/Users/enigma/Code/java/MagicCodes/target/linkcheck/docs/linkcheck.xml

BUILD FAILED
File...... 
file:/Users/enigma/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
Element... j:include
Line...... 345
Column.... 54
null:-1:-1: <null> Could not parse Jelly script
Total time: 20 seconds
Finished at: Sat Mar 27 16:23:39 PST 2004

The specific line in question looks to be trying to include the URI 
${stylesheet.toString()}.  Any suggestions?
  -Brian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (Darwin)

iD8DBQFAZh0m0dKNWt3rpSURApY5AKCST2bX2a7x38KEopvVcvO+Ub3sygCeIE81
qCKlWwUyfq2DqWLbyyM6WrM=
=hBvs
-----END PGP SIGNATURE-----


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven RC2 and xdoc

Posted by Emmanuel Venisse <em...@venisse.net>.
This bug, that appears on *nix, was fixed in cvs.

You can replace the stylesheet declaration (line 384) by this :
      <j:set var="stylesheet" value="file:${plugin.resources}/site.jsl" />


Emmanuel

----- Original Message ----- 
From: "Brian Enigma" <en...@netninja.com>
To: "Maven Users List" <us...@maven.apache.org>
Sent: Sunday, March 28, 2004 2:32 AM
Subject: Maven RC2 and xdoc


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
>      I upgraded from RC1 to RC2 today, and I thought I did everything 
> correctly.  I wiped out my ~/.maven/plugins folder (as per suggestions 
> of other messages on the list).  I also use a /usr/local/maven symlink, 
> which used to point to the RC1 folder, and now the RC2, so paths should 
> be fine.  Various other goals work perfectly (clean, jar, java:compile) 
> under RC2, but running "maven clean xdoc" generates the following 
> messages:
> 
> ...normal messages...
> Validating plugins.html
> Validating project-info.html
> Validating team-list.html
>      [echo] Generating 
> /Users/enigma/Code/java/MagicCodes/target/docs/linkcheck.html from 
> /Users/enigma/Code/java/MagicCodes/target/linkcheck/docs/linkcheck.xml
> 
> BUILD FAILED
> File...... 
> file:/Users/enigma/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly
> Element... j:include
> Line...... 345
> Column.... 54
> null:-1:-1: <null> Could not parse Jelly script
> Total time: 20 seconds
> Finished at: Sat Mar 27 16:23:39 PST 2004
> 
> The specific line in question looks to be trying to include the URI 
> ${stylesheet.toString()}.  Any suggestions?
>   -Brian
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.3 (Darwin)
> 
> iD8DBQFAZh0m0dKNWt3rpSURApY5AKCST2bX2a7x38KEopvVcvO+Ub3sygCeIE81
> qCKlWwUyfq2DqWLbyyM6WrM=
> =hBvs
> -----END PGP SIGNATURE-----
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org