You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Daniel Henrique Alves Lima <em...@yahoo.com.br> on 2004/05/09 16:08:26 UTC

Error when running xdoc goal in rc2

	Hi guys, i was getting the exception below when running xdoc. 
	Then i've modified /maven-xdoc-plugin-1.6/plugin.jelly :

== From ==
<j:set var="stylesheet" value="file:/${plugin.resources}/site.jsl" />
== To ==
<j:set var="stylesheet" value="file:${plugin.resources}/site.jsl" />

	and everything works fine. I don't know if this have been fixed in new
release.


				Thanks.

=============================================================
BUILD FAILED
File......
file:/home/daniel/.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
com.werken.werkz.UnattainableGoalException: Unable to obtain goal
[xdoc:transform] --
file:/home/daniel/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly:345:54: <j:include> could not include jelly script: file://home/daniel/.maven/plugins/maven-xdoc-plugin-1.6/plugin-resources/site.jsl. Reason: org.apache.commons.jelly.JellyException: null:-1:-1: <null> Could not parse Jelly script



-- 
"A path without obstacles probably leads nowhere."

Defalque


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


Re: Error when running xdoc goal in rc2

Posted by Emmanuel Venisse <em...@venisse.net>.
It's already fixed in cvs.

Emmanuel

----- Original Message ----- 
From: "Daniel Henrique Alves Lima" <em...@yahoo.com.br>
To: <de...@maven.apache.org>
Sent: Sunday, May 09, 2004 4:08 PM
Subject: Error when running xdoc goal in rc2


> Hi guys, i was getting the exception below when running xdoc.
> Then i've modified /maven-xdoc-plugin-1.6/plugin.jelly :
>
> == From ==
> <j:set var="stylesheet" value="file:/${plugin.resources}/site.jsl" />
> == To ==
> <j:set var="stylesheet" value="file:${plugin.resources}/site.jsl" />
>
> and everything works fine. I don't know if this have been fixed in new
> release.
>
>
> Thanks.
>
> =============================================================
> BUILD FAILED
> File......
> file:/home/daniel/.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
> com.werken.werkz.UnattainableGoalException: Unable to obtain goal
> [xdoc:transform] --
>
file:/home/daniel/.maven/plugins/maven-xdoc-plugin-1.6/plugin.jelly:345:54:
<j:include> could not include jelly script:
file://home/daniel/.maven/plugins/maven-xdoc-plugin-1.6/plugin-resources/site.jsl.
Reason: org.apache.commons.jelly.JellyException: null:-1:-1: <null> Could
not parse Jelly script
>
>
>
> -- 
> "A path without obstacles probably leads nowhere."
>
> Defalque
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>


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