
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
1.
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)
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)
|
|
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>
---------------------------------------------------------------
|
|
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>
--------------------------------------------------------------- |
Show » |
Sort Order:
|
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).