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/02/19 12:01:35 UTC

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

Message:

   The following issue has been closed.

   Resolver: Ben Walding
       Date: Wed, 19 Feb 2003 5:01 AM

Case insensitive mapper patch already applied.
---------------------------------------------------------------------
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: Closed
   Priority: Major
 Resolution: FIXED

 Time Spent: Unknown
   Estimate: 0 minutes

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

   Assignee: Ben Walding
   Reporter: Willie Vu

    Created: Tue, 14 Jan 2003 4:58 AM
    Updated: Wed, 19 Feb 2003 5:01 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