Hello,
I'm using JIRA6.0.3 and I'm trying to rebuild a plugin I made to work on an older version (and it worked).
In atlassian-plugin-sdk-4.2.0 I have the class
com.atlassian.jira.issue.util.TextAnalyzer
and I succeed in packaging my jar file. But when I run it, on the server, in the directory
.../jira/atlassian-jira/WEB-INF/classes/com/atlassian/jira/issue/util/
there isn't the TextAnalyzer.class file (and some other classes differ)
Where am I wrong? Should I use some different version ?
Here are the early rows of the error I get when JIRA's starting
2013-07-04 10:11:52,890 ThreadPoolAsyncTaskExecutor::Thread 5 ERROR [plugin.osgi.factory.OsgiPlugin] Unable to start the plugin container for plugin
java.lang.NoClassDefFoundError: com/atlassian/jira/issue/util/TextAnalyzer
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2413)
at java.lang.Class.getConstructors(Class.java:1478)
Plase provide your plugin pom.xml file. A possible problem would be wrong dependency to "atlassian-jira", but in 6.x you shoild depend on jira-api and jira-core
Yes Boris, you are right.
Adding dependencies from jira-api and jira-core all is ok now.
Thank you very much
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you please mark my answer as correct.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.