Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
I am getting the following error when generating a JIRA report for an Apache project.
Root Cause:
The generated link is missing "&decorator=none"
------------
maven-jira-plugin:report:
[mkdir] Created dir: C:\cvs_apache\jakarta-jetspeed-2\target\jira
Downloading http://nagoya.apache.org/jira/secure/secure/IssueNavigator.jspa?view=rss&pid=10492&sorter/field=issuekey&sorter/order=DESC&sorter/field=status&sorter/order=DESC&tempMax=1000&reset=true
BUILD FAILED
File...... c:\maven_repo\1.0-rc4\cache\maven-xdoc-plugin-1.7.2\plugin.jelly
Element... x:parse
Line...... 119
Column.... 48
Error on line 27 of document file:/C:/cvs_apache/jakarta-jetspeed-2/target/jira/jira-results.xml : The element type "link" must be terminated by the matching end-tag "</link>". Nested exception: The element type "link" must be terminated by the matching end-tag "</link>".
Total time: 11 seconds
Finished at: Sat Jul 10 04:58:27 EDT 2004
-------------
The patch contains the following:
o Appened &decorator=none to the url. This remove any HTML headers
from the resonse
o Updated the <issuerTrackerUrl> to contain the "id" attributed. See
http://jira.codehaus.org/browse/MPJIRA-4
o Added the Jira report to plugin's reports.
Note: This comment was removed from the comment on the patch.txt file.