Cannot install RoboVM plugin on IntelliJ Idea - ios

IntelliJ Idea fails when trying to install RoboVM plugin. I found these errors in the log:
Caused by: java.net.UnknownHostException: download.robovm.org
It must be a problem of the server, because I cannot access with an Internet browser either:
download.robovm.org’s server IP address could not be found
I know it maybe a temporal issue, but just in case, do you know if the project has been discontinued or something alike?
Thanks in advance,

RoboVM is no more, Probably his server, IP address is not active/working.
Try MobiDevelop, a fork of RoboVM. This fork is based on the last open-source version of RoboVM.
Plugins for IntelliJ IDEA/Android Studio
IntelliJ IDEA plugin snapshot builds
IntelliJ IDEA plugin release builds

Related

How can you deploy a bitbucket-plugin (already built as jar) to the server via terminal?

We run a Bitbucket Server on version 7.21 and have recently developed a Plugin for it. Since this plugin finally reached a stable Version we wanted to integrate it into our cd/ci pipeline (bamboo).
We can build the plugin via bamboo build plan alright, but we are facing an issue when trying to deploy it.
atlas-sdk's "atlas-install-plugin" does not work for us (afaik) because we are not in the project space, but only have the built jar itself.
Is there any way to copy the jar to a specific location on the bitbucket server and it auto-deploys or something similar?
For anyone searching, I found the solution.
You can install plugins via the rest api: https://confluence.atlassian.com/confkb/installing-uninstalling-upgrading-and-downgrading-marketplace-apps-on-confluence-using-rest-api-1005343959.html

Unable to upgrade git-client plugin in jenkins

It appears I am unable to fix this situation. It seems jenkins thinks I should have a newer version of a git plugin, one that is not out yet. I do not see an option to upgrade.
Any idea how to fix this?
The first thing to check is your Jenkins version itself.
Try and upgrade Jenkins (war-stable/latest/jenkins.war) to see if the core client allows for those dependencies to be resolved.

PRQA frame configuration not showing in Jenkins

I have installed Jenkins 2.111 version and I installed the PRQA plugin.Then i tried to configure PRQA. In that only QA verify configuration is showing,PRQA framework configuration is not showing.
Please help me,i have to install which version of PRQA plugin and Jenkins. Thank you in advance.
PRQA is only running on an old version of Jenkins. jenkins-2.107.2.
In latest version of Jenkins, the devil-Jenkins will appear when you change settings.
In some browsers, the output is really nice.

Jenkins giving JAVA.io.IOException while installing plugins

I have installed latest version of Jenkins (2.19.1) on my server as windows service, when I am trying to install Plugins like SVN, MSBuild etc it is giving me error Java.io.IOException. Any idea what is this issue about and how can we solve this?
Thanks in advance!!

Groovy Grape configuration on intellij idea 13.1

I have recently migrated to IntelliJ IDEA 13.1 and I'm using it with groovy 2.3. I have used the IDE's support for grab annotations in groovy scripts where with just the key stroke of alt+return the IDE smartly downloads grab dependencies and adds it to the projects classpath. But all of a sudden it has stopped working and I have no clue what's wrong. It also does not log anything specific other that it can't find the dependencies. The same script works perfectly fine when launched from groovy console.
Let me know if anybody has encountered this or if you know where to look for the problem.
It was a proxy setting issue. There is no way to override the proxy settings for grapes in the IDE. So the IDE proxy settings were affecting Grapes download.

Resources