IDE for jenkins plugin developement - plugins

i am going to create or develop a new jenkins plugin. is WebStorm IDE supports to develop jenkins plugin ?

No. WebStorm is not suitable for developing Jenkins plugins - it supports neither java nor maven. Please try Intellij IDEA (https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial#Plugintutorial-IntelliJIDEA)

I would recommend using NetBeans. For the very same reasons which the website has stated.
https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial#Plugintutorial-NetBeans

Related

Groovy Support in STS 3.9.0

I am wondering is there no Groovy Support more in STS. I just wanted to give Groovy and Gradle a try with a new mini project and I remember in the past time there were a GGTS (Groovy&Grails Tool Suite).
Somehow I am not finding any Groovy IDE what works in STS 3.9.0 (Neon). Am I missing something?
Pivotal has dropped support for groovy in 2015 and with that the development of GGTS and the groovy plugin.
Fortunately the groovy-eclipse plugin is in development again, but there was no release for quite a while. The snapshot builds are stable enough in my opinion.
It's not a direct answer to your question, but if you want an IDE that supports Groovy and Gradle really well, then IntelliJ IDEA is now my go-to choice. And, yes, the free community edition provides full Groovy support.

Does WebStorm 2016.1.2 supports Ant plugin?

I use new version of WebStorm. How I can enable Ant plugin?
Ant plugin is not compatible with WebStorm as it requires some Java-specific features that are not available in WebStorm.
https://youtrack.jetbrains.com/issue/WEB-16096 -- watch this ticket (star/vote/comment) to get notified on any progress.

Updating Version of Jenkins Netbeans Plugin Uses

I'm trying to develop a plugin for Jenkins using NetBeans, which uses the stapler hudsons Jenkins plugin for Jenkins support. However the version of Jenkins it is using is 1.509 when I need 1.580. Is there a way for me to update the Jenkins version the NetBeans plugin is using?
I guess the only way to tweak it is to download the source and compile the plugin. But honestly this is not useful, since the next (Jekins and/or NetBeans) update will break it again. The best thing to do is write an email to "Jesse Glick", who is the maintainer of the plugin, see: https://github.com/stapler/netbeans-stapler-plugin/graphs/contributors. The email is on the GitHub page.

Can I develop Java servlet using eclipse ADT

I am currently using the Android developer Tools platform to develop android code, downloaded from http://developer.android.com/sdk/index.html. Now i want to develop Java servlets as well for my server side app and generate the WAR file. As i understand it, I can't use the ADT to develop servlets. Since i think it is basically an Eclipse IDE with the ADT plugin, can i simply install another plugin so that it supports servlet development? If yes, how do i do that exactly? Or do i need to install another eclipse? I am a complete newbie to Eclipse and Java, so please bear with me.
Install the Web Tools Platform. Be sure to find out which version of the Eclipse Platform you're already using first. http://wiki.eclipse.org/WTP_FAQ#How_do_I_install_WTP.3F

How can I setup Eclipse to develop Griffon applications?

Is there any plugin that I can install in Eclipse so as to develop Griffon applications?
Basically, how can I do Griffon application development with Eclipse?
There's no Griffon plugin for Eclipse yet, however you can use the Ant integration to get by. The Guide explains how you can set it up http://griffon.codehaus.org/guide/latest/guide/gettingStarted.html#ideSetup
UPDATE: As of Griffon 2.x there's a different way to setup Eclipse/Maven, see http://griffon-framework.org/tutorials/1_getting_started.html