You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/06/30 17:59:12 UTC

[jira] Updated: (MPCHANGELOG-36) changelog.xml author tag in Clearcase contains developer.id

The following issue has been updated:

    Updater: Matt Read (mailto:mread@spotd.co.uk)
       Date: Wed, 30 Jun 2004 11:58 AM
    Comment:
I've attached a new test that recreates the problem. Let me know if you'd prefer this as a patch from the root of the project.
    Changes:
             Attachment changed to ClearcaseChangeLogParserTest.java
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPCHANGELOG-36?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPCHANGELOG-36

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPCHANGELOG-36
    Summary: changelog.xml author tag in Clearcase contains developer.id
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-changelog-plugin
   Versions:
             1.4

   Assignee: 
   Reporter: Matt Read

    Created: Thu, 15 Apr 2004 9:47 AM
    Updated: Wed, 30 Jun 2004 11:58 AM
Environment: Clearcase, Windows XP

Description:
With exactly the same project.xml I see this type of thing in the changelog.xml generated using the CVS changelog factory:

<changelog-entry>
	<date>2004-04-14</date>
	<time>11:05:28</time>
	<author><![CDATA[Matt Read]]></author>

However with Clearcase factory I get this:

	<changelog-entry>
		<date>2004-04-15</date>
		<time>10:28:28</time>
		<author><![CDATA[readm   ]]></author>


I.e. it's using the developer.id from project.xml instead of the developer.name. It's also padding with whitespace which might also be causing problems.

Symptoms of this are that although the changelog report and file activity reports are correct, the Developer Activity report is blank as it's unable to match author to name.




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org