[
https://issues.apache.org/jira/browse/SCM-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed SCM-792.
------------------------------
Resolution: Auto Closed
This issue has been auto closed because it has been inactive for a long period
of time. If you think this issue still applies, retest your problem with the
most recent version of Maven and the affected component, reopen and post your
results.
> ClearCase Provider and Changelog Plugin- Revision is null
> ----------------------------------------------------------
>
> Key: SCM-792
> URL: https://issues.apache.org/jira/browse/SCM-792
> Project: Maven SCM
> Issue Type: Bug
> Components: maven-scm-provider-clearcase
> Affects Versions: 1.9.2
> Reporter: Stefan Bohn
> Priority: Major
>
> {{ClearCaseChangeLogConsumer#processGetRevision}}
> The revision is only set to the currentChangeSet, not the currentFile (line
> 219) (it should only be set to currentFile, because cleartool lshistory
> output is file based)
> {{org.apache.maven.scm.ChangeSet#toXml}}
> The revision is only read from the ChangeFile entries (line 536)
> So an entry in changlog.xml has revision set to null:
> {noformat}
> <changelog-entry>
> <date pattern="yyyy-MM-dd">2015-02-13</date>
> <time pattern="HH:mm:ss">08:33:56</time>
> <author><![CDATA[xyz]]></author>
> <file>
> <name>src\main\resources\xyz</name>
> <revision>null</revision>
> </file>
> <msg><![CDATA[checkin - checkin - - Activity: xyz]]></msg>
> </changelog-entry>
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)