Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.3
-
Fix Version/s: 1.8.1
-
Labels:None
-
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)
-
Number of attachments :
Description
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>
---------------------------------------------------------------
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).