You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Jean-Philippe HAUTIN (JIRA)" <ji...@codehaus.org> on 2007/12/04 20:50:00 UTC

[jira] Created: (SCM-356) clearcase implementation does not allow id of more than 8 characters.

clearcase implementation does not allow id of more than 8 characters.
---------------------------------------------------------------------

                 Key: SCM-356
                 URL: http://jira.codehaus.org/browse/SCM-356
             Project: Maven SCM
          Issue Type: Bug
          Components: maven-scm-provider-clearcase
    Affects Versions: 1.0
         Environment: OS : Windows and LInux Suse
Hardware : x86
            Reporter: Jean-Philippe HAUTIN
            Priority: Critical


developer ID are not limited in clearcase. 
So, we are used to use the standard pattern <firstname>_<lastname>

But when using changelog report, we got an empty developer activity report.
Looking at the source code, I see that the the arguments of the cleartool command  generated force the maximum length of 8 characters.
In the class ClearCaseChangeLogCommand, line 114, we can see that the cleartool argument is :
"USER:%-8.8u\\n"
I think it should be more like :
"USER:%u\\n"


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

        

[jira] Issue Comment Edited: (SCM-356) clearcase implementation does not allow id of more than 8 characters.

Posted by "Jean-Philippe Hautin (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_115855 ] 

jphautin edited comment on SCM-356 at 12/4/07 3:28 PM:
-------------------------------------------------------------------

SVN Patch on maven-scm-provider-clearcase sub-project.
This patch change cleartool command generation not to  restrict size to 8 characters.
Include also the update needed on TestCase

      was (Author: jphautin):
    SVN Patch on maven-scm-provider-clearcase sub-project.
  
> clearcase implementation does not allow id of more than 8 characters.
> ---------------------------------------------------------------------
>
>                 Key: SCM-356
>                 URL: http://jira.codehaus.org/browse/SCM-356
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-clearcase
>    Affects Versions: 1.0
>         Environment: OS : Windows and LInux Suse
> Hardware : x86
>            Reporter: Jean-Philippe Hautin
>            Priority: Critical
>         Attachments: maven-scm-provider-clearcase-SCM-356.patch
>
>
> developer ID are not limited in clearcase. 
> So, we are used to use the standard pattern <firstname>_<lastname>
> But when using changelog report, we got an empty developer activity report.
> Looking at the source code, I see that the the arguments of the cleartool command  generated force the maximum length of 8 characters.
> In the class ClearCaseChangeLogCommand, line 114, we can see that the cleartool argument is :
> "USER:%-8.8u\\n"
> I think it should be more like :
> "USER:%u\\n"

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

        

[jira] Updated: (SCM-356) clearcase implementation does not allow id of more than 8 characters.

Posted by "Jean-Philippe Hautin (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Philippe Hautin updated SCM-356:
-------------------------------------

    Attachment: maven-scm-provider-clearcase-SCM-356.patch

SVN Patch on maven-scm-provider-clearcase sub-project.

> clearcase implementation does not allow id of more than 8 characters.
> ---------------------------------------------------------------------
>
>                 Key: SCM-356
>                 URL: http://jira.codehaus.org/browse/SCM-356
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-clearcase
>    Affects Versions: 1.0
>         Environment: OS : Windows and LInux Suse
> Hardware : x86
>            Reporter: Jean-Philippe Hautin
>            Priority: Critical
>         Attachments: maven-scm-provider-clearcase-SCM-356.patch
>
>
> developer ID are not limited in clearcase. 
> So, we are used to use the standard pattern <firstname>_<lastname>
> But when using changelog report, we got an empty developer activity report.
> Looking at the source code, I see that the the arguments of the cleartool command  generated force the maximum length of 8 characters.
> In the class ClearCaseChangeLogCommand, line 114, we can see that the cleartool argument is :
> "USER:%-8.8u\\n"
> I think it should be more like :
> "USER:%u\\n"

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

        

[jira] Closed: (SCM-356) clearcase implementation does not allow id of more than 8 characters.

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Venisse closed SCM-356.
--------------------------------

      Assignee: Emmanuel Venisse
    Resolution: Fixed

Fixed.

> clearcase implementation does not allow id of more than 8 characters.
> ---------------------------------------------------------------------
>
>                 Key: SCM-356
>                 URL: http://jira.codehaus.org/browse/SCM-356
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-clearcase
>    Affects Versions: 1.0
>         Environment: OS : Windows and LInux Suse
> Hardware : x86
>            Reporter: Jean-Philippe Hautin
>            Assignee: Emmanuel Venisse
>            Priority: Critical
>             Fix For: 1.1
>
>         Attachments: maven-scm-provider-clearcase-SCM-356.patch
>
>
> developer ID are not limited in clearcase. 
> So, we are used to use the standard pattern <firstname>_<lastname>
> But when using changelog report, we got an empty developer activity report.
> Looking at the source code, I see that the the arguments of the cleartool command  generated force the maximum length of 8 characters.
> In the class ClearCaseChangeLogCommand, line 114, we can see that the cleartool argument is :
> "USER:%-8.8u\\n"
> I think it should be more like :
> "USER:%u\\n"

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

        

[jira] Updated: (SCM-356) clearcase implementation does not allow id of more than 8 characters.

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Venisse updated SCM-356:
---------------------------------

      Fix Version/s: 1.1
    Patch Submitted: [Yes]

Maybe it would be better to move the USER command line pattern the the config file for backward compatibility

> clearcase implementation does not allow id of more than 8 characters.
> ---------------------------------------------------------------------
>
>                 Key: SCM-356
>                 URL: http://jira.codehaus.org/browse/SCM-356
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-clearcase
>    Affects Versions: 1.0
>         Environment: OS : Windows and LInux Suse
> Hardware : x86
>            Reporter: Jean-Philippe Hautin
>            Priority: Critical
>             Fix For: 1.1
>
>         Attachments: maven-scm-provider-clearcase-SCM-356.patch
>
>
> developer ID are not limited in clearcase. 
> So, we are used to use the standard pattern <firstname>_<lastname>
> But when using changelog report, we got an empty developer activity report.
> Looking at the source code, I see that the the arguments of the cleartool command  generated force the maximum length of 8 characters.
> In the class ClearCaseChangeLogCommand, line 114, we can see that the cleartool argument is :
> "USER:%-8.8u\\n"
> I think it should be more like :
> "USER:%u\\n"

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