Maven 1.x Changelog Plugin

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

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.3
  • Fix Version/s: 1.8.1
  • Component/s: None
  • 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 :
    1

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>
---------------------------------------------------------------

Activity

Hide
Neil Palmer added a comment -

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).

Show
Neil Palmer added a comment - 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).
Hide
Brett Porter added a comment -

applied, thanks

Show
Brett Porter added a comment - applied, thanks

People

Vote (1)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: