[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 group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/3c13edc0-0d9d-42b0-a49b-e7d0d47a27c5%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[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 are subscribed to the Google Groups 
Puppet Users group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/PIArMUWCZ8EJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



[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 because of the need to accept the license?


On Wednesday, August 29, 2012 2:38:49 AM UTC-5, Juha Vainikka wrote:

 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 are subscribed to the Google Groups 
Puppet Users group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/5MJ7AWKU7MsJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



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 is also a separately packaged smaller headless p2 director 
available for download. (This director is often used in headless/CI builds).


The main complications regarding Eclipse installations is if you install 
it in one of the shared modes.


Regards
- henrik

On 2012-29-08 15:49, Jeff Sussna wrote:

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 because of the need to accept the license?


On Wednesday, August 29, 2012 2:38:49 AM UTC-5, Juha Vainikka wrote:

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 are subscribed to the Google
Groups Puppet Users group.
To view this discussion on the web visit
https://groups.google.com/d/msg/puppet-users/-/5MJ7AWKU7MsJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.



--
You received this message because you are subscribed to the Google Groups Puppet 
Users group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



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 new things, update, and uninstall.

There is also a separately packaged smaller headless p2 director
available for download. (This director is often used in headless/CI
builds).

The main complications regarding Eclipse installations is if you install
it in one of the shared modes.



And if you are behind a proxy, you probably need to read this as well:
http://wiki.eclipse.org/Hudson#Configuring_a_proxy_for_the_p2_director

- henrik


--
You received this message because you are subscribed to the Google Groups Puppet 
Users group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



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 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 is also a separately packaged smaller headless p2 director 
  available for download. (This director is often used in headless/CI 
  builds). 
  
  The main complications regarding Eclipse installations is if you install 
  it in one of the shared modes. 
  

 And if you are behind a proxy, you probably need to read this as well: 
 http://wiki.eclipse.org/Hudson#Configuring_a_proxy_for_the_p2_director 

 - henrik 




-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/rZCc2ZQD8ywJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.