You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/03/16 09:30:51 UTC

[jira] Commented: (MPXDOC-84) Compilation breaks on #nix system.

The following comment has been added to this issue:

     Author: Kees Jongenburger
    Created: Tue, 16 Mar 2004 3:30 AM
       Body:
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

---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPXDOC-84&page=comments#action_17620

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPXDOC-84

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPXDOC-84
    Summary: Compilation breaks on #nix system.
       Type: Bug

     Status: Open
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-xdoc-plugin

   Assignee: Jason van Zyl
   Reporter: Sebastien Sahuc

    Created: Mon, 23 Feb 2004 1:49 PM
    Updated: Tue, 16 Mar 2004 3:30 AM
Environment: NacOsX

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:/${plugin.resources}/site.jsl" />
---
>       <j:set var="stylesheet" value="file://${plugin.resources}/site.jsl" />



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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