[ http://jira.codehaus.org/browse/MPDEVACTIVITY-4?page=comments#action_43540 ]
Jamie Bisotti commented on MPDEVACTIVITY-4: ------------------------------------------- If using maven-changelog-plugin 1.8.0+, the Developer Activity report is broken; this seems kind of major. Any plans to fix this any time soon? > XSLT stylesheet never matches any results > ----------------------------------------- > > Key: MPDEVACTIVITY-4 > URL: http://jira.codehaus.org/browse/MPDEVACTIVITY-4 > Project: maven-developer-activity-plugin > Type: Bug > Components: default > Environment: Maven developer-activity-plugin 1.5.1 > Reporter: Graham King > > > The developer-activity.jsl stylesheet matches 'changelog' and then does > count(./changelog-entry). > The changelog.xml file it is working with has this structure: > changelog > --changeset > ----changelog-entry > i.e. there are no direct children of changelog called changelog-entry. > Presumably the changelog plugin added multiple changeset options and this > plugin hasn't caught up yet. > I changed the jsl:template to match "changelog/changeset" so it would work > for me, but that wouldn't work for multiple changesets. -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
