new blank jira plugin throws exception as soon as i edit jira.version in pom.xml

99 views Asked by At

I wanted to try develop a jira extension. I followed the tutorial and all went fine. It sets the 'jira.version' automatically to 6.4.4, which ran totally fine, but I want it to be 6.3.14. So I edited the pom.xml and ran atlas-clean, atlas-mvn package and atlas-run. But no luck. As soon as I try to access the jira URL with my browser I get

com.opensymphony.module.sitemesh.factory.FactoryException: Cannot construct Factory : com.opensymphony.module.sitemesh.factory.DefaultFactory: com.opensymphony.module.sitemesh.factory.FactoryException: Could not parse config file : /WEB-INF/sitemesh.xml: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.

I even tried creating a completely fresh plugin and edited the pom directly after it was created and before every other atlas- command.

So what did I miss or what did I do wrong? Why is it working with 'jira.version' set to 6.4.4, but not set to 6.3.14? I really did not edit anything besides the 'jira.version' parameter at the automatically created pom.xml.

Thanks in advance.

0

There are 0 answers