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/01/27 17:40:59 UTC

[jira] Created: (MPCHANGELOG-27) jsl file doesn't generate valid xdoc file

Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPCHANGELOG-27
    Summary: jsl file doesn't generate valid xdoc file
       Type: Bug

     Status: Unassigned
   Priority: Blocker

 Original Estimate: 5 minutes
 Time Spent: Unknown
  Remaining: 5 minutes

    Project: maven-changelog-plugin
   Versions:
             1.4

   Assignee: 
   Reporter: Scott Nelson

    Created: Tue, 27 Jan 2004 11:39 AM
    Updated: Tue, 27 Jan 2004 11:39 AM
Environment: Windows OS

Description:
There is a problem in the plugin-resources/changelog.jsl file.  The attribute match in the jsl entry <jsl:template> is set to document.  

<jsl:template match="document">

When it is set to document it doesn't generate valid xdoc xml file and will eventually fail during site generation when the xdoc plugin is trying to parse the generated xml xdoc file.  

It should be set to changelog instead of document to generate a valid generated xdoc file.

<jsl:template match="changelog">


---------------------------------------------------------------------
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