Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Environment:NacOsX
-
Number of attachments :
Description
Here is the patch. Otherwise it complains of missing Users directory. check the maven-users list for dicusccion on that subject.
Index: xdoc/plugin.jelly
===================================================================
RCS file: /home/cvspublic/maven-plugins/xdoc/plugin.jelly,v
retrieving revision 1.54
diff -r1.54 plugin.jelly
365c365
< <j:set var="stylesheet" value="file:/$
—
> <j:set var="stylesheet" value="file://${plugin.resources}
/site.jsl" />
Issue Links
- is depended upon by
-
MAVEN-1166
plugin issues to fix by RC2
-
I have the same problem with under linux with CVS HEAD and RC-2
the error I get is
BUILD FAILED
File...... file:/home/keesj/.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: 52 seconds
Finished at: Tue Mar 16 09:20:25 CET 2004
after changing the file:/ to file:// it works