Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPDEVACTIVITY-3 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPDEVACTIVITY-3 Summary: does not work if the developer's name contains a "'" Type: Bug Status: Unassigned Priority: Minor Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-developer-activity-plugin Components: default Assignee: Reporter: Paolo Don� Created: Fri, 4 Feb 2005 1:05 PM Updated: Fri, 4 Feb 2005 1:05 PM Environment: maven 1.0.2 - fedora core 3 - J2sdk 1.4.2 Sun Description: I've got just a developer in my pom : <developer> <name>Paolo Dona'</name> <id>paolod</id> <email>[EMAIL PROTECTED]</email> <organization>Aplexa</organization> <roles> <role/> </roles> <url>http://www.aplexa.com</url> <timezone>+1</timezone> </developer> After running "maven clean maven-developer-activity-plugin:report" I see that my generated developer-activity-report.xml contains no report for the developer (the changelog plugin works so I'm sure the configuration is ok). Here is the file... [cut] <section name="Activity by Developer"> <p>Timeframe: 30 days, Total Commits: 46 Total Number of Files Changed: 340</p> <table> <tr> <th>Name</th> <th>Number of Commits</th> <th>Number of files changed</th> </tr> </table> </section> [cut] But after turning the developer's name to : <name>Paolo Dona</name> and running "maven clean maven-developer-activity-plugin:report" again I can see my activity report set. <section name="Activity by Developer"> <p>Timeframe: 30 days, Total Commits: 46 Total Number of Files Changed: 340</p> <table> <tr> <th>Name</th> <th>Number of Commits</th> <th>Number of files changed</th> </tr> <tr> <td> <a href="team-list.html#paolod">Paolo Dona</a> </td> <td>45</td> <td>338</td> </tr> </table> </section> I think the plugin doesn't understand names with the "'" character... --------------------------------------------------------------------- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
