You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2010/04/29 23:03:12 UTC

[jira] Commented: (MCHANGELOG-108) read/write changelog.xml inconsistency

    [ http://jira.codehaus.org/browse/MCHANGELOG-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=219442#action_219442 ] 

Dennis Lundberg commented on MCHANGELOG-108:
--------------------------------------------

I'm sorry, but I don't understand what it that is broken. Can you explain some more?

Please use an example: "current behavior is this, but I expected it to be that".

> read/write changelog.xml inconsistency
> --------------------------------------
>
>                 Key: MCHANGELOG-108
>                 URL: http://jira.codehaus.org/browse/MCHANGELOG-108
>             Project: Maven 2.x Changelog Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>            Reporter: Grzegorz Kochanski
>            Priority: Minor
>
> ChangelogHandler.java:165
>             bufSet.setStartVersion(new ScmTag(attributes.getValue("startTag")));
>             bufSet.setEndVersion(new ScmTag(attributes.getValue("endTag")));
> ChangeLogSet.java:180
>         if ( startVersion != null )
>         {
>             buffer.append( " startVersion=\"" )
>                 .append( getStartVersion() )
>                 .append( "\"" );
>         }
>         if ( endVersion != null )
>         {
>             buffer.append( " endVersion=\"" )
>                 .append( getEndVersion() )
>                 .append( "\"" );
>         }
> Please fix field name to startVersion/endVersion.
> When changelog.xml is present then settings like: type, range, dates should be taken from this file during repoprt generation.

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