[ https://issues.jenkins-ci.org/browse/JENKINS-12861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159442#comment-159442 ]
Greg Moncreaff commented on JENKINS-12861: ------------------------------------------ This brute force sed script seems to help ${KWS}/kwinspectreport --build build_${BUILD} --url ${KWDB}/${PROJECT} -xml ${FILE}.raw # try and filter out some of the 9.5.x new tags that make the Jenkins publisher unhappy cat ${FILE}.raw | egrep -v "(<trace|<taxonom|<.taxonomies|<.trace|<owner)" > ${FILE} > klocwork - update to recognize 9.5.x xml schema > ----------------------------------------------- > > Key: JENKINS-12861 > URL: https://issues.jenkins-ci.org/browse/JENKINS-12861 > Project: Jenkins > Issue Type: Improvement > Components: klocwork > Affects Versions: current > Environment: rhel 5.5 > Reporter: Greg Moncreaff > Assignee: gbois > > schema changed. current plugin can digest > <errorList version="9.2.2"> > ... > <citingStatus>Analyze</citingStatus><state>Existing</state><severity>Error</severity><severitylevel>3</severitylevel><displayAs>Error</displayAs><dateOriginated>1327694645000</dateOriginated> > but new owner field appears in 9.5 > <errorList version="9.5.2"> > <citingStatus>Analyze</citingStatus><state>New</state><owner>unowned</owner><severity>Critical</severity><severitylevel>1</severitylevel><displayAs>Error</displayAs> > that causes publisher to be less than graceful: > 22:08:53 Processing 2 files with the pattern 'kw*.xml'. > 22:08:53 Parsing has been canceled. XML Validation failed. See errors below : > 22:08:53 At line 47 of > file:/view/mafi_int_kw/vobs/csci33/csc11/kw.xml:cvc-complex-type.2.4.a: > Invalid content was found starting with element 'owner'. One of > '{"http://www.klocwork.com/inForce/report/1.0":severity, > "http://www.klocwork.com/inForce/report/1.0":severitylevel, > "http://www.klocwork.com/inForce/report/1.0":displayAs, > "http://www.klocwork.com/inForce/report/1.0":dateOriginated, > "http://www.klocwork.com/inForce/report/1.0":url, > "http://www.klocwork.com/inForce/report/1.0":comment, > "http://www.klocwork.com/inForce/report/1.0":history, > "http://www.klocwork.com/inForce/report/1.0":lastCommitter, > "http://www.klocwork.com/inForce/report/1.0":dateFixed, > "http://www.klocwork.com/inForce/report/1.0":category, > "http://www.klocwork.com/inForce/report/1.0":lastCommit}' is expected. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira