Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Simple Plugin Deployment
Simple Plugin Deployment [message #604917] Sun, 07 March 2010 22:58 Go to next message
Rose W. is currently offline Rose W.Friend
Messages: 11
Registered: December 2009
Junior Member
Hello All,

I've created two Eclipse plugins that I would like to deploy to my team. What is the simplest way to deploy them?

These are the steps I've tried so far:
- Exporting the plugins
- Putting those plugins in the dropins directory (I've tried putting them in dropins/eclipse/plugins/foo.jar, dropins/plugins/foo.jar, and just dropins/foo.jar. None of these locations worked for me).
- Starting Eclipse with -clean

The plugins don't appear to be loaded, and no errors appear in the log about not having finding dependencies. (It is possible that some of their dependencies might be missing in my test deployment; I've tried to check that they're all there, but I was hoping for an error if there's something missing).

I've searched the newsgroups a bit, and so far I haven't had any luck in finding out how to deploy simple plugins aside from the dropins directory. Do I have to create a feature or an update site? Ideally I would like the simplest installation possible, where they can be unzipped into an installed copy of Eclipse.
Re: Simple Plugin Deployment [message #604921 is a reply to message #604917] Mon, 08 March 2010 14:45 Go to previous messageGo to next message
Sophie Andrieu is currently offline Sophie AndrieuFriend
Messages: 38
Registered: July 2009
Member
Hello !
I think the best way is to create an update site (local or not)... and your plugins will be available for your team, they can install them directly with Eclipse...
Sophie
Re: Simple Plugin Deployment [message #605001 is a reply to message #604921] Thu, 11 March 2010 04:22 Go to previous message
Rose W. is currently offline Rose W.Friend
Messages: 11
Registered: December 2009
Junior Member
Hello Sophie,

The Eclipse IDE needs to be automatically with updated from a script when the plugin changes. Individual users will not be installing the plugin or updating it. That is why I was planning to simply unzip the plugin.

Can you point me to a resource for how to update a plugin with a script using a site?

Thank you!
R.
Previous Topic:Headless build problems
Next Topic:Product export: missing .eclipseproduct and private config location strangeness
Goto Forum:
  


Current Time: Thu Apr 25 22:21:54 GMT 2024

Powered by FUDForum. Page generated in 0.02509 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top