Hi, I am trying to configure Atlassian SDK in eclipse by following the steps from the documentaion using the link https://developer.atlassian.com/display/DOCS/Installing+the+Atlassian+Plugin+SDK#InstallingtheAtlassianPluginSDK-Prerequisites.
When i try to configure eclipse to use atlassian sdk, i am facing problems when executing the command
"atlas-mvn eclipse:add-maven-repo -Declipse.workspace=<path to your Eclipse workspace>"
I am getting the below error.
C:\Users\spatruni>C:\atlassian-plugin-sdk-3.7.2\apache-maven\bin\mvn eclipse:add-maven-repo -Declipse.workspace=c:\Srinivas\Workspace
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'eclipse'.
[INFO] com.atlassian.maven.plugins: checking for updates from atlassian-public
[WARNING] repository metadata for: 'com.atlassian.maven.plugins' could not be retrieved from repository: atlassian-public due to an error: Specified destination di
ctory cannot be created: C:\Users\root\.m2\repository\com\atlassian\maven\plugins
[INFO] Repository 'atlassian-public' will be blacklisted
[INFO] com.atlassian.maven.plugins: checking for updates from central
[WARNING] repository metadata for: 'com.atlassian.maven.plugins' could not be retrieved from repository: central due to an error: Specified destination directory c
not be created: C:\Users\root\.m2\repository\com\atlassian\maven\plugins
[INFO] Repository 'central' will be blacklisted
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-eclipse-plugin' does not exist or no valid version could be found
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Tue Dec 13 17:12:37 PST 2011
[INFO] Final Memory: 7M/120M
[INFO] ------------------------------------------------------------------------
C:\Users\spatruni>
Please advise.
If you want to change the repository path maven should use, change it in the file settings.xml in c:\atlassian-plugin-sdk-3.7.2\apache-maven\conf Look for the tag localRepository
Thanks for your reply. I changed the path and able to successfully complete the execution.
Now i executed the command "atlas-create-jira-plugin" and so got struck with below error. Kindly advise.
31K downloaded (maven-plugin-testing-harness-1.1.jar)
Downloading: https://m2proxy.atlassian.com/repository/public/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.jar
32K downloaded (maven-filtering-1.0-beta-2.jar)
483K downloaded (jersey-server-1.0.3.jar)
Downloading: https://m2proxy.atlassian.com/repository/public/com/sun/jersey/jersey-json/1.0.3-atlassian-1/jersey-json-1.0.3-atlassian-1.jar
109K downloaded (jersey-json-1.0.3-atlassian-1.jar)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) com.sun:tools:jar:1.5.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.sun -DartifactId=tools -Dversion=1.5.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.sun -DartifactId=tools -Dversion=1.5.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) com.atlassian.maven.plugins:maven-jira-plugin:maven-plugin:3.7.2
2) org.jfrog.maven.annomojo:maven-plugin-tools-anno:jar:1.3.3
3) com.sun:tools:jar:1.5.0
----------
1 required artifact is missing.
for artifact:
com.atlassian.maven.plugins:maven-jira-plugin:maven-plugin:3.7.2
from the specified remote repositories:
atlassian-plugin-sdk (file://C:\atlassian-plugin-sdk-3.7.2/repository),
central (http://repo1.maven.org/maven2),
atlassian-public (https://m2proxy.atlassian.com/repository/public)
------------------------------------------------------------------------
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to make sure that your %JAVA_HOME% environment variable is configured to point to a full JDK installation, not a JRE.
The com.sun.tools:jar dependency is provided by the JDK.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had such errors with Jira as well. Haven't got any clear explanation, I deleted my plugin project, and started from the start of the sdk tutorial. Then Jira started without problems. So, don't know where the problem was.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, Thanks for your comment. I deleted my plugin project and restarted from begining. While creating skeleton for eclipse, i got build successful with the following message. Kindly advice
151K downloaded (crowd-rest-application-management-2.2.8-javadoc.jar)
[INFO] Wrote settings to C:\Srinivas\Workspace\JIRA4.4Plugins\.settings\org.eclipse.j
[INFO] Wrote Eclipse project for "JIRA4.4Plugins" to c:\Srinivas\Workspace\JIRA4.4Plu
[INFO]
Sources for some artifacts are not available.
List of artifacts without a source archive:
o com.atlassian.jira:atlassian-jira:4.4.1
o jta:jta:1.0.1
o jaxen:jaxen:1.1.1
o mockobjects:alt-jdk1.3:0.07
o com.atlassian.extras:atlassian-extras:2.2.2
o com.atlassian.crowd:embedded-crowd-api:2.2.8
o com.atlassian.crowd:embedded-crowd-core:2.2.8
o com.atlassian.crowd:embedded-crowd-spi:2.2.8
o com.atlassian.crowd:crowd-api:2.2.8
o com.atlassian.crowd:crowd-integration-api:2.2.8
o org.springframework:spring-web:2.0.6
o com.atlassian.crowd:crowd-core:2.2.8
Javadoc for some artifacts is not available.
List of artifacts without a javadoc archive:
o log4j:log4j:1.2.15
o javax.mail:mail:1.4.1
o javax.activation:activation:1.1.1
o xerces:xercesImpl:2.9.1
o jta:jta:1.0.1
o opensymphony:webwork:1.4-atlassian-17
o webwork:pell-multipart-request:1.31.0
o opensymphony:propertyset:1.5
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15 minutes 45 seconds
[INFO] Finished at: Thu Dec 15 12:18:16 PST 2011
[INFO] Final Memory: 78M/341M
[INFO] ------------------------------------------------------------------------
When i execute atlas-run, i got JIRA locked message.
Please suggest on how to overcome ths?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Joseph. I am able to run now successfully. When i execute the command atlas-run, i am gettting jira locked message with some exceptions. Please suggest.
2011-12-14 14:58:33,714 main ERROR [plugin.osgi.factory.OsgiPlugin] Detected an error (BundleException) enabling the plugin 'com.atlassian.activeobjects.activeobjects-plugin' : Unresolved constraint in bundle com.atlassian.activeobjects.activeobjects-plugin [23]: Unable to resolve 23.0: missing requirement [23.0] package; (package=javax.xml.stream). This error usually occurs when your plugin imports a package from another bundle with a specific version constraint and either the bundle providing that package doesn't meet those version constraints, or there is no bundle available that provides the specified package. For more details on how to fix this, see http://confluence.atlassian.com/x/1xy6D
2011-12-14 14:58:33,714 main WARN [plugin.osgi.factory.OsgiPlugin] Unable to enable plugin 'com.atlassian.activeobjects.activeobjects-plugin'
com.atlassian.plugin.osgi.container.OsgiContainerException: Cannot start plugin: com.atlassian.activeobjects.activeobjects-plugin
at com.atlassian.plugin.osgi.factory.OsgiPlugin.enableInternal(OsgiPlugin.java:430)
at com.atlassian.plugin.impl.AbstractPlugin.enable(AbstractPlugin.java:237)
at com.atlassian.plugin.impl.AbstractDelegatingPlugin.enable(AbstractDelegatingPlugin.java:213)
at com.atlassian.plugin.manager.PluginEnabler.actualEnable(PluginEnabler.java:114)
at com.atlassian.plugin.manager.PluginEnabler.enable(PluginEnabler.java:99)
at com.atlassian.plugin.manager.DefaultPluginManager.addPlugins(DefaultPluginManager.java:682)
at com.atlassian.plugin.manager.DefaultPluginManager.init(DefaultPluginManager.java:156)
at com.atlassian.jira.plugin.JiraPluginManager.start(JiraPluginManager.java:61)
at com.atlassian.jira.ComponentManager$PluginSystem.start(ComponentManager.java:684)
at com.atlassian.jira.ComponentManager.startPluginSystem(ComponentManager.java:243)
at com.atlassian.jira.ComponentManager.quickStart(ComponentManager.java:236)
at com.atlassian.jira.ComponentManager.start(ComponentManager.java:221)
at com.atlassian.jira.upgrade.PluginSystemLauncher.start(PluginSystemLauncher.java:23)
at com.atlassian.jira.startup.DefaultJiraLauncher$3.run(DefaultJiraLauncher.java:101)
at com.atlassian.jira.config.database.DatabaseConfigurationManagerImpl.doNowOrEnqueue(DatabaseConfigurationManagerImpl.java:250)
at com.atlassian.jira.config.database.DatabaseConfigurationManagerImpl.doNowOrWhenDatabaseActivated(DatabaseConfigurationManagerImpl.java:149)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does the user you are logged in as have write permissions to the C;\Users\root directory?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Joseph. I found that there is no write permission on that folder. Appreciate if could you suggest how to change the target directory path to overcome this issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The default repository directory is %USERPROFILE%\.m2 which shouldn't require any modification (on windows, all users should have full control to their own home directory). Are you using the Windows command prompt to execute the Plugin SDK, or are you using a different shell like Cygwin or mingw?
At any rate, the details on how to change the directory are posted in citnet admin's answer.
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.