You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bo...@werken.com on 2003/01/14 11:58:43 UTC

[maven-bug] Created: (MAVEN-200) xdoc's performJSL tag causing "site" failed

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:

  http://jira.werken.com/secure/ViewIssue.jspa?key=MAVEN-200


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-200
    Summary: xdoc's performJSL tag causing "site" failed
       Type: Bug

     Status: Assigned
   Priority: Major

 Time Spent: Unknown
   Estimate: 0 minutes

    Project: maven
  Component: plugin-xdoc
   Versions:
             1.0-beta-8

   Assignee: Jason van Zyl
   Reporter: Willie Vu

    Created: Tue, 14 Jan 2003 4:58 AM
    Updated: Tue, 14 Jan 2003 4:58 AM
Environment: WinXP, Cygwin

Description:
When I run the goal site, I get the following error:

...

xdoc:jelly-transform:

BUILD FAILED
This tag must have either the 'name' or the 'var' variables defined Total time:  3 seconds

After a bit of digging into xdoc's plugin.jelly, I found that the outFile is not set properly in the performJSL tag:

<!-- generate output file name -->
        <util:replace var="outFileForward" oldChar="\" newChar="/" value="${file.toString()}"/>
        <j:set var="outFiles" value="${mapper.mapFileName(outFileForward)}"/>
        <j:set var="outFile" value="${outFiles[0]}"/>




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

If you think it was sent incorrectly contact one of the administrators:
   http://jira.werken.com/Administrators.jspa

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