You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Stephane Nicoll (JIRA)" <ji...@codehaus.org> on 2007/02/02 21:09:44 UTC

[jira] Commented: (MCHANGES-66) The changes plugin scatters white space over its Changes report

    [ http://jira.codehaus.org/browse/MCHANGES-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_86676 ] 

Stephane Nicoll commented on MCHANGES-66:
-----------------------------------------

The patch breaks some of my announcement so I need to look into it to fix it.

With a sample announcement, such as :

{code:xml}
<document>
  <properties>
    <title>Changes Tester Project</title>
    <author email="jruiz@exist.com">Johnny R. Ruiz III</author>
  </properties>
  <body>
  
    <release version="1.0" date="2005-01-01" description="First release">
      <action dev="jruiz" type="update">
        Uploaded documentation on how to use the plugin.
      </action>
       <action dev="jruiz" type="add">
        Added additional documentation on how to configure the plugin.
      </action>
      <action dev="aramirez" type="fix" issue="MPJIRA-11">
        Enable retrieving component-specific issues.
      </action>
      <action dev="jruiz" type="fix" due-to="Allan Ramirez" due-to-email="aramirez@exist.com">
        The element type " link " must be terminated by the matching end-tag.
        Deleted the erroneous code.
      </action>
    </release>
  </body>
</document>
{code}

I got this:

{noformat}
The ejbs-team is pleased to announce the ejbs-1.0.ejb release!

http://www.blah.com

Changes in this version include:


New Features:

o Added additional documentation on how to configure the plugin. 


Fixed Bugs:

o Enable retrieving component-specific issues.  Issue: MPJIRA-11. 
o The element type " link " must be terminated by the matching end-tag.         Deleted the erroneous code. Thanks to Allan Ramirez. 


Changes:

o </properties>                           Uploaded documentation on how to use the plugin. 


Removed:



For a manual installation, you can download the ejbs-1.0.ejb here:

http://www.blah.com/ejbs-1.0.jar


Have fun!
-ejbs-team

{noformat}



> The changes plugin scatters white space over its Changes report
> ---------------------------------------------------------------
>
>                 Key: MCHANGES-66
>                 URL: http://jira.codehaus.org/browse/MCHANGES-66
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Bug
>            Reporter: Henning Schmiedehausen
>         Assigned To: Stephane Nicoll
>         Attachments: changes4.patch, changes7.patch
>
>
> The changelog plugin reads the contents of the changes.xml file and scatters \n characters into it. The attached patch fixes this and also improves performance by using a string buffer.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira