[JIRA] [checkstyle-plugin] (JENKINS-19932) Publish FindBugs/Checkstyle from slave failed

2016-05-31 Thread ullrich.haf...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ulli Hafner resolved as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
SAX property is not overwritten anymore by the plugin. 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-19932 
 
 
 
  Publish FindBugs/Checkstyle from slave failed  
 
 
 
 
 
 
 
 
 

Change By:
 
 Ulli Hafner 
 
 
 

Status:
 
 Reopened Resolved 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [checkstyle-plugin] (JENKINS-19932) Publish FindBugs/Checkstyle from slave failed

2015-01-23 Thread andreas.schop...@tgw-group.com (JIRA)














































Andreas Schopper
 commented on  JENKINS-19932


Publish FindBugs/Checkstyle from slave failed















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



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [checkstyle-plugin] (JENKINS-19932) Publish FindBugs/Checkstyle from slave failed

2015-01-22 Thread andreas.schop...@tgw-group.com (JIRA)














































Andreas Schopper
 commented on  JENKINS-19932


Publish FindBugs/Checkstyle from slave failed















Hi Ulli, is there any progress on this issue. We still have this problem and would appreciate a quick fix.
Thanks in advance for your help.
Regards,
Andreas



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [checkstyle-plugin] (JENKINS-19932) Publish FindBugs/Checkstyle from slave failed

2015-01-22 Thread ullrich.haf...@gmail.com (JIRA)














































Ulli Hafner
 commented on  JENKINS-19932


Publish FindBugs/Checkstyle from slave failed















Actually no. I still can't reproduce so any change would be just like guessing. 

Maybe you can download the sources and compile a version that wraps the Checkstyle Parser into 

SaxSetup sax = new SaxSetup();

try {
// parse Checkstyle file
}
finally {
sax.cleanup();
}




























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [checkstyle-plugin] (JENKINS-19932) Publish FindBugs/Checkstyle from slave failed

2015-01-22 Thread ullrich.haf...@gmail.com (JIRA)












































 
Ulli Hafner
 edited a comment on  JENKINS-19932


Publish FindBugs/Checkstyle from slave failed
















Actually no. I still can't reproduce so any change would be just like guessing. 

Maybe you can download the sources and compile a version that wraps the Checkstyle Parser call (at hudson.plugins.checkstyle.parser.CheckStyleParser.parse(CheckStyleParser.java:67)) into: 

SaxSetup sax = new SaxSetup();

try {
// parse Checkstyle file
}
finally {
sax.cleanup();
}




























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.