Uploaded image for project: 'Maven SCM'
  1. Maven SCM
  2. SCM-356

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 1.0
    • 1.1
    • None
    • OS : Windows and LInux Suse
      Hardware : x86
    • Patch

    Description

      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"

      Attachments

        1. maven-scm-provider-clearcase-SCM-356.patch
          3 kB
          Jean-Philippe HAUTIN

        Activity

          People

            evenisse Emmanuel Venisse
            jphautin Jean-Philippe HAUTIN
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: