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