Enterprise Eclipse Provisioning - Or - How to share your standard Eclipse setup with other developer

Posted by nikhil on Stack Overflow See other posts from Stack Overflow or by nikhil
Published on 2010-05-17T16:08:00Z Indexed on 2010/05/17 16:10 UTC
Read the original article Hit count: 400

Filed under:
|
|
|

We use Eclipse as the IDE for developing all sorts of Java/J2EE applications in our 150 people odd IT department. One of the common problems we have been seeing is that developers download and install different versions of Eclipse and plugins based on their personal likes and dislikes. We have been trying to bring some consistency to this and have standardized on the version and the plugins that developers should be using. So the problem now is how do we distribute this installation to the team. We have zipped the directories and shared it through a shared drive. But I am looking for a better solution using some kind of provisioning tool for Eclipse using which people can install the IDE or get updates. Has anyone faced this problem? What are your solutions to this? How do you ensure a standard Eclipse environment across developers? I found Yoxos as a potential solution to this. Does anyone have any experience with it? Can p2 be used to do this?

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about provisioning