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
- Wine Tasting in Napa Valley
- How to build a Shot-Ski
- Bus Project Update
- Farewell to the 2011-2012 Ski Season
- Cruising around the Western Caribbean
- Spring Break!
- A Spectacular Trip to Stockholm and Madrid
- Comparing Web Frameworks and HTML5 with Play Scala at Jfokus 2012
- Play Framework 2.0 with Peter Hilton at Jfokus
- Secure JSON Services with Play Scala and SecureSocial
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 #