Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Eclipse startup sequence
Eclipse startup sequence [message #289808] Wed, 10 August 2005 23:53 Go to next message
Eclipse UserFriend
Originally posted by: richard.marais.solnetsoltions.co.nz

I am using Eclipse to host a rich client application built with SWT. When
Eclipse starts up it loads the plugins, then it does a check for software
updates. The problem with this is that when one of the plugins fail (and
cause Eclipse to crash) it is unable to install the auto software updates.



Is it possible to change this sequence so that the first thing Eclipse
does is look for auto updates? (I know that this may not be possible
because it needs to load its plugins in order to do the auto updates, but
is there any way to have control over our own custom plugins to only get
loaded after the auto updates).



My details are as follows:

In plugin.xml I have a plugin defined, and when this is invoked it
crashes. In order to implement the fix for this crash, I need to issue a
software update to all the Eclipse clients. But because it crashes before
this update can occur, I cannot issue the update.



Any advice or further insight welcome. Thanks
Re: Eclipse startup sequence [message #289871 is a reply to message #289808] Thu, 11 August 2005 17:27 Go to previous message
Eclipse UserFriend
Originally posted by: mehow.remove.neurosoft.net

A possible workaround would be to automatically check for updates in a
script run before the application itself.

See
http://help.eclipse.org/help31/index.jsp?topic=/org.eclipse. platform.doc.isv/reference/misc/update_standalone.html

I know it's not exactly what you'd prefer, but I though it might be helpful.

Michal

Richard Marais napisał(a):
> I am using Eclipse to host a rich client application built with SWT.
> When Eclipse starts up it loads the plugins, then it does a check for
> software updates. The problem with this is that when one of the plugins
> fail (and cause Eclipse to crash) it is unable to install the auto
> software updates.
>
>
> Is it possible to change this sequence so that the first thing Eclipse
> does is look for auto updates? (I know that this may not be possible
> because it needs to load its plugins in order to do the auto updates,
> but is there any way to have control over our own custom plugins to only
> get loaded after the auto updates).
>
>
>
> My details are as follows:
>
> In plugin.xml I have a plugin defined, and when this is invoked it
> crashes. In order to implement the fix for this crash, I need to issue a
> software update to all the Eclipse clients. But because it crashes
> before this update can occur, I cannot issue the update.
>
>
>
> Any advice or further insight welcome. Thanks
>
>
Previous Topic:Using Eclipse as WebServer?
Next Topic:Using Xerces in a plugin
Goto Forum:
  


Current Time: Sat Apr 27 04:04:41 GMT 2024

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

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

Back to the top