Any references to it are premature. The JIRA report simply does not work in its current state. The changes.xml report, OTOH, is useful.
-----Original Message----- From: Jules Gosnell [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 19, 2006 5:11 PM To: Maven Users List Subject: maven2 jira report - maven-changes-report ? I've found tempting references to a maven2 plugin that is apparently capable of generating reports of Jira issues... However, I cannot persuade it to run without crashing and I cannot find anything useful about it with Google. If anyone out there has it working for them and could post an example, I would be very grateful. I tried adding : <plugin> <groupId>org.codehaus.mojo</groupId> <!--<groupId>org.apache.maven.plugins</groupId>--> <artifactId>changes-maven-plugin</artifactId> </plugin> to my reporting plugins - but my site build falls over as the plugin pulls in a webpage from Jira. I dl-ed the page and took a look at it. It seems that the plugin is failing to get my project name into the url, so is getting back an error page... log4j:WARN No appenders could be found for logger (org.apache.commons.httpclient.HttpClient). log4j:WARN Please initialize the log4j system properly. [INFO] Jira lives at: http://jira.codehaus.org/browse [INFO] Downloading http://jira.codehaus.org/browse/secure/IssueNavigator.jspa?view=rss&pid= &sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/ord er=DESC&tempMax=100&reset=true&decorator=none [WARNING] Received: [404] org.xml.sax.SAXParseException: Expected "</meta>" to terminate element starting on line 5. at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3376) at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3370) I'm running against : http://jira.codehaus.org/browse/WADI which is Jira version 3.4.2-#108 - apparently recent versions of the plugin require >3.3 - so I should be OK ? The changes plugin page seems to be missing: http://maven.apache.org/plugins/maven-changes-plugin any help would be much appreciated. Jules -- "Open Source is a self-assembling organism. You dangle a piece of string into a super-saturated solution and a whole operating-system crystallises out around it." /********************************** * Jules Gosnell * Partner * Core Developers Network (Europe) * * www.coredevelopers.net * * Open Source Training & Support. **********************************/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
