|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Hi Ulli,
the fix doesn't work. With and without the property -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl.
I took the source from https://github.com/jenkinsci/checkstyle-plugin
Changed hudson.plugins.checkstyle.parser.CheckStyleParser.java Line 67 to:
SaxSetup sax = new SaxSetup();
try { // parse Checkstyle file module = (CheckStyle)digester.parse(new InputStreamReader(file, "UTF-8")); }
finally { sax.cleanup(); }
Regards
Andreas