Issue Details (XML | Word | Printable)

Key: MPCHANGELOG-25
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Jan-Helge Bergesen
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Changelog Plugin

"revision" is reported as "null" for ClearCase 2002.05.00/windows

Created: 22/Jan/04 09:21 AM   Updated: 04/Jun/05 12:05 AM   Resolved: 04/Jun/05 12:05 AM
Return to search
Component/s: None
Affects Version/s: 1.3
Fix Version/s: 1.8.1

Time Tracking:
Not Specified

File Attachments: 1. Text File changelog.diff (10 kB)

Environment:
Snapshot view on Windows 2000. Maven is v.1.0-rc1.
Output from cleartool:
D:\jhb_sn_main_view\sw\java>cleartool hostinfo
AXITBPC023: ClearCase 2002.05.00 (Windows NT 5.0 (build 2195) Service Pack 4 Pentium)


 Description  « Hide

Generated "changelog.xml" file lists each entry with a
string "null" for revision, causing the generated HTML
to also include this as a "v, null":
-------------------------------------------------------------
<changelog-entry>
<date>2004-01-22</date>
<time>13:54:47</time>
<author><![CDATA[a8609 ]]></author>
<file> <name>src_test\test\axxessit\common\val\AxxStringEnumTest.java</name>
<revision>null</revision>
</file>
<file> <name>src_test\test\axxessit\common\val\AxxIntegerTest.java</name>
<revision>null</revision>
</file>
<file> <name>src_test\test\axxessit\common\val\AxxEnumTest.java</name>
<revision>null</revision>
</file>
<msg><![CDATA[checkin - checkin - - Activity:
]]></msg>
</changelog-entry>
---------------------------------------------------------------



Neil Palmer added a comment - 06/Feb/04 12:49 PM

Fixes the revision is null problem by displaying the branch & version number by default.
Removes the CVS link for Clearcase entries in the JSL
Allows the user to customize the comment query via maven.changelog.commentFormat property (only used in the ClearcaseChangeLogGenerator currently).


Brett Porter added a comment - 04/Jun/05 12:05 AM

applied, thanks