|
Dennis Lundberg made changes - 04/Jul/07 05:40 PM
This seems to be a limit in the SAX parser. The error happens when there are a lot of entities like & and such in the file being parsed. I got around this one by specifying an explicit value for this limit on the command line mvn site -DentityExpansionLimit=100000 When doing that, I only got issues for MNG - not any other project. So that may have been a glitch in codehaus JIRA at that time. However, I have not been successful in doing this programatically in the plugin. You can set properties on the parser, but I don't know the correct id for the property.
Dennis Lundberg made changes - 10/Feb/08 05:47 AM
I have documented a work-around in the FAQ.
Dennis Lundberg made changes - 10/Feb/08 05:49 AM
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The same thing happens if I use the issueManagement URL:
http://jira.codehaus.org/secure/BrowseProject.jspa?pid=10500
(I had been using http://jira.codehaus.org/browse/MNG
)