Tuesday August 24, 2004
How do I customize Eclipse on-the-fly? My task for this week is to figure out how to customize Eclipse on-the-fly? By this, I mean that we're going to install Eclipse and then programmatically add plugins and configure them. Is this possible? We'd also like to add projects to the workbench and have them be there when the user first opens Eclipse. My current technique is to do diffs on directories after I've configured/added stuff, but that's probably not a good long-term solution. Posted in Java at Aug 24 2004, 11:22:24 AM MDT 9 Comments
Search This Site
Recent Entries
- What's wrong with JSF
- Why such a busy week?
- New Passport in 9 Days
- EhCache Project Busy this Summer
- Spontaneous Stuff Weekend
- Awesome Birthday Present: A Kegerator
- Maven Plugin for Running Integration Tests against Multiple Containers
- Presenting Web Frameworks of the Future Tomorrow in Denver
- My OSCON Aftermath
- OSCON 2008 Wrapup
Posted by Nanne on August 24, 2004 at 01:45 PM MDT #
Posted by 129.79.26.122 on August 24, 2004 at 03:11 PM MDT #
I just looked at Eclipse's site. It looks like they have an API for doing this:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-update-home/main.html
Specifically their update compents provides facilities to: The update component is designed to keep plug-ins executing within the Eclipse environment up to date with any available changes. It provides mechanisms for:
* discovering location of updates (on the Web, or local file system)
* adding new plug-ins to Eclipse
* updating existing plug-ins
* managing local user Eclipse installation configuration
Will this do the trick?
Posted by Richard on August 24, 2004 at 03:17 PM MDT #
Posted by Matt Raible on August 24, 2004 at 04:09 PM MDT #
Posted by Thomas Lockney on August 25, 2004 at 09:02 PM MDT #
Posted by Thomas Lockney on August 25, 2004 at 09:04 PM MDT #
Posted by Andy Glick on September 02, 2004 at 09:54 AM MDT #
Update/Install Eclipse with Ant Script, different Update/Install Strategies
http://home.nyc.rr.com/olegs/eclipse/antscript/readme.htm
Posted by Andy Glick on September 02, 2004 at 05:19 PM MDT #
Posted by Loans and mortgages on May 27, 2005 at 03:52 PM MDT #