Hi, I created and *INSTALLED* my plugin in Jenkins. I use an xml file to implement reflection and its path is "src/main/resources/org/jenkinsci/plugins/spokehubintegration/Commands.xml". I save the file contents in a org.w3c.dom.Document variable. When i try to read the content of this variable, the system throws a NullPointerException. I think the problem is the XML file path because when I run the plugin using mvn hpi:run -Djetty.port=8090 -Pjenkins from the command line, it works perfectly, but when I install it on Jenkins, the exception occurs. How I can solve this problem? Thanks
-- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/03034e50-fa99-4c40-a58b-351a783291b8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
