Message:

   The following issue has been closed.

   Resolver: Emmanuel Venisse
       Date: Thu, 5 Feb 2004 8:17 AM

Already fixed
---------------------------------------------------------------------
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: Closed
   Priority: Blocker
 Resolution: FIXED

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

    Project: maven-changelog-plugin
   Fix Fors:
             1.4
   Versions:
             1.4

   Assignee: 
   Reporter: Scott Nelson

    Created: Tue, 27 Jan 2004 11:39 AM
    Updated: Thu, 5 Feb 2004 8:17 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to