You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Guillaume Husta (JIRA)" <ji...@codehaus.org> on 2012/08/07 10:06:21 UTC

[jira] (SCM-685) scm:diff doesn't work when using the 'endScmVersion' parameter

Guillaume Husta created SCM-685:
-----------------------------------

             Summary: scm:diff doesn't work when using the 'endScmVersion' parameter
                 Key: SCM-685
                 URL: https://jira.codehaus.org/browse/SCM-685
             Project: Maven SCM
          Issue Type: Bug
          Components: maven-plugin
    Affects Versions: 1.7
            Reporter: Guillaume Husta


When using *scm:diff* with the parameters 'startScmVersion' and 'endScmVersion', both parameters get the value of 'startScmVersion'.

The *'endScmVersion' attribute* of the mojo seems to be erroneously assigned to the 'startScmVersion' parameter.

Extract of the DiffMojo code :
{code:title=DiffMojo.java}
...
/**
 * The version (revision number/branch name/tag name).
 *
 * @parameter expression="${startScmVersion}"
 */
private String endScmVersion;
...
{code}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (SCM-685) scm:diff doesn't work when using the 'endScmVersion' parameter

Posted by "Guillaume Husta (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/SCM-685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=306039#comment-306039 ] 

Guillaume Husta commented on SCM-685:
-------------------------------------

Thank you for having fixed it so quickly !
                
> scm:diff doesn't work when using the 'endScmVersion' parameter
> --------------------------------------------------------------
>
>                 Key: SCM-685
>                 URL: https://jira.codehaus.org/browse/SCM-685
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-plugin
>    Affects Versions: 1.7
>            Reporter: Guillaume Husta
>            Assignee: Robert Scholte
>             Fix For: 1.8
>
>
> When using *scm:diff* with the parameters 'startScmVersion' and 'endScmVersion', both parameters get the value of 'startScmVersion'.
> The *'endScmVersion' attribute* of the mojo seems to be erroneously assigned to the 'startScmVersion' parameter.
> Extract of the DiffMojo code :
> {code:title=DiffMojo.java}
> ...
> /**
>  * The version (revision number/branch name/tag name).
>  *
>  * @parameter expression="${startScmVersion}"
>  */
> private String endScmVersion;
> ...
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (SCM-685) scm:diff doesn't work when using the 'endScmVersion' parameter

Posted by "Robert Scholte (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/SCM-685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte closed SCM-685.
------------------------------

       Resolution: Fixed
    Fix Version/s: 1.8
         Assignee: Robert Scholte

Fixed in [r1371922|http://svn.apache.org/viewvc?rev=1371922&view=rev]
thanks!
                
> scm:diff doesn't work when using the 'endScmVersion' parameter
> --------------------------------------------------------------
>
>                 Key: SCM-685
>                 URL: https://jira.codehaus.org/browse/SCM-685
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-plugin
>    Affects Versions: 1.7
>            Reporter: Guillaume Husta
>            Assignee: Robert Scholte
>             Fix For: 1.8
>
>
> When using *scm:diff* with the parameters 'startScmVersion' and 'endScmVersion', both parameters get the value of 'startScmVersion'.
> The *'endScmVersion' attribute* of the mojo seems to be erroneously assigned to the 'startScmVersion' parameter.
> Extract of the DiffMojo code :
> {code:title=DiffMojo.java}
> ...
> /**
>  * The version (revision number/branch name/tag name).
>  *
>  * @parameter expression="${startScmVersion}"
>  */
> private String endScmVersion;
> ...
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira