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 18:10:14 UTC

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

The following comment has been added to this issue:

     Author: Matt Read
    Created: Wed, 30 Jun 2004 12:08 PM
       Body:
These files will both test and fix the issue that I originally reported however there is still a problem if the developer.id in project.xml is longer than 8 characters.

I'm not sure how to write a test for this as it depends on the plugin.jelly executing and I'm not familiar enough with Maven to know how to do that.

I'm also unsure what the fix would look like as code is not product specific (ChangeLog.replaceAuthorIdWithName()).

Let me know if I can help, otherwise I'd suggest including a note in the documentation for Clearcase users.

Matt.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPCHANGELOG-36?page=comments#action_21204

---------------------------------------------------------------------
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 12:08 PM
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