Executing: "C:\JIRASDK\atlassian-plugin-sdk\apache-maven\bin\mvn.bat" com.atlassian.maven.plugins:maven-amps-dispatcher-plugin:4.1.2:run [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building helloworld [INFO] task-segment: [com.atlassian.maven.plugins:maven-amps-dispatcher-plugin:4.1.2:run] [INFO] ------------------------------------------------------------------------ [INFO] Preparing amps-dispatcher:run [INFO] artifact com.atlassian.maven.plugins:maven-amps-plugin: checking for updates from atlassian-public [WARNING] repository metadata for: 'artifact com.atlassian.maven.plugins:maven-amps-plugin' could not be retrieved from repository: atlassian-public due to an error: Error transferring file: Connection timed out: connect [INFO] Repository 'atlassian-public' will be blacklisted [INFO] artifact com.atlassian.maven.plugins:maven-amps-plugin: checking for updates from central [WARNING] repository metadata for: 'artifact com.atlassian.maven.plugins:maven-amps-plugin' could not be retrieved from repository: central due to an error: Error transferring file: Connection timed out: connect [INFO] Repository 'central' will be blacklisted [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] The plugin 'com.atlassian.maven.plugins:maven-amps-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: 43 seconds [INFO] Finished at: Wed Jan 23 13:39:41 EST 2013 [INFO] Final Memory: 8M/20M [INFO] ------------------------------------------------------------------------
Basically I am using a computer with no outside internet connection so I can'tconnect to the online repository.
i managed to download the varius files I was missing till atlas-create-jira5-plugin.bat would finish competely.
Now I am getting this error.
There is none, the SDk isn't bundled with everything you need to write a program, even if you have a local instalation of JIRA.
I have resolved this issue following these steps:
[cygwin]
1.- Put proxy info in the maven's settings.xml
2.- Add proxy info in the atlas-run.bat command:
set MVN_PARAMS=%MVN_PARAMS% -Dhttps.proxyHost=XXX.XXX.XXX.XXX -Dhttps.proxyPort=8080
3.- Run atlas-run.bat command like this:
../../atlassian-plugin-sdk/bin/./atlas-run.bat -Dhttps.proxyHost=XXX.XXX.XXX.XXX -Dhttps.proxyPort=8080
It works.
Duffy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Proxy is the issue, I changed the settings.xml with proxy settings, I can compile my plugin.
Thanks,
Kalyani
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jason,
I am also facing exactly same issue, was trying to use JIRA's instructions for plug-in development but in linux enviornment, when atlas-run command is executed I get same error, I am behind the proxy and not allowed to use it. Any Idea about it? Did you solve your issue. So far I manually downloded required files and put in to maven's local repository. But stuck at this point.
Please let me know if you have found a solution.
Thanks,
Kalyani
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is one of these
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Its actually number 2, but I am not aloud to use a proxy. So far I downloaded enough to make the plugin creater to work, and the comiler. Is there a setting I can use to output a JAR file?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay I just clicked your link, I have been looking things up on google to get around this, and read most of the top links already. If you read the problem you would have saw that I can't use a proxy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there any way to just make the jar file myself with javac? I am just not sure where to point the manifest to.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there any way to just make the jar file myself with javac? I am just not sure where to point the manifest to.
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.