|
||||||||
|
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,
if the Property -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl is set by the Java Options in slave configuration,
the results of Checkstyle can be transfer back to master (Windows slave as well as Linux slave).
The transfer of Findbugs results still fail.
The main problem about all this, is that SAXParserFactory could not found.
So, maybe there will neither too much or too little transfer from Master to Slave (when a job is build on a slave)?
Best regards