Jenkins plugins dev environment

2014-08-11 Thread Hiteswar
Hi dev team, Can you please suggest environment / tools to develop Jenkins plugins and core at 10.04 Ubuntu. I thinks below , please suggest improvements. - Ubuntu 10.04 - Net beans 7.3.1 - JDK 6 - maven 3 or 2 ? Any other ? Regards Hiteswar -- You received this message because you are

Re: Jenkins plugins dev environment

2014-08-11 Thread Jesse Glick
On Mon, Aug 11, 2014 at 2:43 AM, Hiteswar hits...@gmail.com wrote: - Ubuntu 10.04 Pretty old but should still work fine. - Net beans 7.3.1 Will work, but consider 8, and either way add my: http://plugins.netbeans.org/plugin/43938/ - JDK 6 Use 7. - maven 3 or 2 ? Use 3.x. -- You

Re: Jenkins plugins dev environment

2014-08-11 Thread Slide
By the way, Netbeans wouldn't let me install the 7.4 plugin into 8.0. I had to build the sources myself and install from my local disk. On Mon, Aug 11, 2014 at 6:23 AM, Jesse Glick jgl...@cloudbees.com wrote: On Mon, Aug 11, 2014 at 2:43 AM, Hiteswar hits...@gmail.com wrote: - Ubuntu 10.04

Re: Jenkins plugins dev environment

2014-08-11 Thread Daniel Beck
On 11.08.2014, at 08:43, Hiteswar hits...@gmail.com wrote: - maven 3 or 2 ? While I can understand someone asking about this due to possibly outdated docs, this bit is answered right in the first sentence of the documentation: https://wiki.jenkins-ci.org/display/JENKINS/Building+Jenkins --