[ 
https://issues.apache.org/jira/browse/SCM-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17961155#comment-17961155
 ] 

ASF GitHub Bot commented on SCM-356:
------------------------------------

jira-importer opened a new issue, #577:
URL: https://github.com/apache/maven-scm/issues/577

   **[Jean-Philippe 
HAUTIN](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jphautin)** 
opened 
**[SCM-356](https://issues.apache.org/jira/browse/SCM-356?redirect=false)** and 
commented
   
   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"
   
   
   ---
   
   **Affects:** 1.0
   
   **Attachments:**
   - 
[maven-scm-provider-clearcase-SCM-356.patch](https://issues.apache.org/jira/secure/attachment/12718743/maven-scm-provider-clearcase-SCM-356.patch)
 (_3.33 kB_)
   
   1 votes, 1 watchers
   




> clearcase implementation does not allow id of more than 8 characters.
> ---------------------------------------------------------------------
>
>                 Key: SCM-356
>                 URL: https://issues.apache.org/jira/browse/SCM-356
>             Project: Maven SCM (Moved to GitHub Issues)
>          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 was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to