ghale / gradle-jenkins-plugin

Gradle plugin to programmatically configure Jenkins jobs.
123 stars 42 forks source link

Getting error on linux #76

Open emartynov opened 8 years ago

emartynov commented 8 years ago

Hi guys,

Thank you for nice plugin. It works fine on Mac but fails on Linux:

Caused by: org.xml.sax.SAXParseException; lineNumber: 29; columnNumber: 388; The prefix "xmlns" cannot be bound to any namespace explicitly; neither can the namespace for "xmlns" be bound to any prefix explicitly.
    at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
    at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
    at org.custommonkey.xmlunit.XMLUnit.buildDocument(XMLUnit.java:383)
    at org.custommonkey.xmlunit.XMLUnit.buildDocument(XMLUnit.java:370)
    at org.custommonkey.xmlunit.Diff.<init>(Diff.java:101)
    at org.custommonkey.xmlunit.Diff.<init>(Diff.java:93)
    at com.terrafolio.gradle.plugins.jenkins.tasks.UpdateJenkinsItemsTask$_doExecute_closure1$_closure2.doCall(UpdateJenkinsItemsTask.groovy:23)

I can not find any "xmlns" prefixes in our config file. Please give me direction what to check.