[Puppet Users] Re: Managing Eclipse with Puppet

2014-01-17 Thread Simon Tremblay
https://github.com/runthebusiness/puppet-eclipse Le jeudi 23 août 2012 17:43:19 UTC-4, Jeff Sussna a écrit : Does anyone know if there's a Puppet module available for managing Eclipse plugins? -- You received this message because you are subscribed to the Google Groups Puppet Users

[Puppet Users] Re: Managing Eclipse with Puppet

2012-08-29 Thread Juha Vainikka
perjantai, 24. elokuuta 2012 0.43.19 UTC+3 Jeff Sussna kirjoitti: Does anyone know if there's a Puppet module available for managing Eclipse plugins? I'm also interested in this. Anyone using puppet for setting up eclipse? (with or without plugins) -- You received this message because you

[Puppet Users] Re: Managing Eclipse with Puppet

2012-08-29 Thread Jeff Sussna
Eclipse itself is straightfoward, since it's just a matter of download/unzip/set env vars.I wrote my own manifest to do that. In at least one case I tried, installing a plugin by manually placing files into /plugins and /features wasn't enough to activate the plugin. Wondering if it was

Re: [Puppet Users] Re: Managing Eclipse with Puppet

2012-08-29 Thread Henrik Lindberg
To install additional plugins into Eclipse, you want to use the p2 director application. It is embedded inside the Eclipse IDE itself so once the IDE is unzipped and Java is installed, it is possible to run the director. The director app can install new things, update, and uninstall. There

Re: [Puppet Users] Re: Managing Eclipse with Puppet

2012-08-29 Thread Henrik Lindberg
On 2012-29-08 16:04, Henrik Lindberg wrote: To install additional plugins into Eclipse, you want to use the p2 director application. It is embedded inside the Eclipse IDE itself so once the IDE is unzipped and Java is installed, it is possible to run the director. The director app can install

Re: [Puppet Users] Re: Managing Eclipse with Puppet

2012-08-29 Thread Jeff Sussna
Thanks! Will give it a shot and let you know how it works. On Wednesday, August 29, 2012 1:25:17 PM UTC-5, Henrik Lindberg wrote: On 2012-29-08 16:04, Henrik Lindberg wrote: To install additional plugins into Eclipse, you want to use the p2 director application. It is embedded inside the