Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » documentation on update manager
documentation on update manager [message #437325] Tue, 27 September 2005 13:03 Go to next message
Andreas Pakulat is currently offline Andreas PakulatFriend
Messages: 127
Registered: July 2009
Senior Member
Hi,

I'd like to know if there is any howto or documentation how one could
write his own update manager (with the purpose of installing/updating
features without any user-interaction)?

The reason I'm asking is that I'm not quite comfortable with using
classes from org.eclipse.update.internal, but I have to if I don't want
to just copy these codes into my own classes.

Also installing works, but is executed even if the features are already
installed and updating doesn't quite work.

Andreas
Re: documentation on update manager [message #437330 is a reply to message #437325] Tue, 27 September 2005 14:18 Go to previous messageGo to next message
Geoff Draper is currently offline Geoff DraperFriend
Messages: 34
Registered: July 2009
Member
I found the following tutorial very helpful for integrating Update Manag=
er =

into my RCP application:
http://www.eclipsecon.org/2005/presentations/EclipseCon2005_ Tutorial8.pd=
f

On Tue, 27 Sep 2005 07:03:10 -0600, Andreas Pakulat =

<pakulat@rostock.zgdv.de> wrote:

> Hi,
>
> I'd like to know if there is any howto or documentation how one could =
=

> write his own update manager (with the purpose of installing/updating =
=

> features without any user-interaction)?
>
> The reason I'm asking is that I'm not quite comfortable with using =

> classes from org.eclipse.update.internal, but I have to if I don't wan=
t =

> to just copy these codes into my own classes.
>
> Also installing works, but is executed even if the features are alread=
y =

> installed and updating doesn't quite work.
>
> Andreas
Re: documentation on update manager [message #437332 is a reply to message #437330] Tue, 27 September 2005 14:33 Go to previous messageGo to next message
Andreas Pakulat is currently offline Andreas PakulatFriend
Messages: 127
Registered: July 2009
Senior Member
Hi,

Problem is: I don't want to integrate the Eclipse Update Manager into my
app, as I want non-ui automatic updates/installation of features.

Andreas

Geoff Draper schrieb:
> I found the following tutorial very helpful for integrating Update
> Manager into my RCP application:
> http://www.eclipsecon.org/2005/presentations/EclipseCon2005_ Tutorial8.pdf
>
> On Tue, 27 Sep 2005 07:03:10 -0600, Andreas Pakulat
> <pakulat@rostock.zgdv.de> wrote:
>
>> Hi,
>>
>> I'd like to know if there is any howto or documentation how one could
>> write his own update manager (with the purpose of installing/updating
>> features without any user-interaction)?
>>
>> The reason I'm asking is that I'm not quite comfortable with using
>> classes from org.eclipse.update.internal, but I have to if I don't
>> want to just copy these codes into my own classes.
>>
>> Also installing works, but is executed even if the features are
>> already installed and updating doesn't quite work.
>>
>> Andreas
>
>
Re: documentation on update manager [message #437333 is a reply to message #437332] Tue, 27 September 2005 14:42 Go to previous messageGo to next message
arne anka is currently offline arne ankaFriend
Messages: 133
Registered: July 2009
Senior Member
> Problem is: I don't want to integrate the Eclipse Update Manager into my
> app, as I want non-ui automatic updates/installation of features.

maybe i'm wrong, but i think this is accomplished by using a
plugin_customization.ini and three or four entries triggering automatic
update on startup.
Re: documentation on update manager [message #437467 is a reply to message #437333] Thu, 29 September 2005 08:16 Go to previous messageGo to next message
Andreas Pakulat is currently offline Andreas PakulatFriend
Messages: 127
Registered: July 2009
Senior Member
arne anka schrieb:
>> Problem is: I don't want to integrate the Eclipse Update Manager into
>> my app, as I want non-ui automatic updates/installation of features.
>
>
> maybe i'm wrong, but i think this is accomplished by using a
> plugin_customization.ini and three or four entries triggering automatic
> update on startup.

Is there documentation about this anywhere?

I guess this doesn't involve automatic installation of new features?

Andreas
Re: documentation on update manager [message #437471 is a reply to message #437467] Thu, 29 September 2005 10:12 Go to previous messageGo to next message
arne anka is currently offline arne ankaFriend
Messages: 133
Registered: July 2009
Senior Member
> Is there documentation about this anywhere?

there was a thread recently, you might search at
http://www.eclipsezone.com/eclipse/forums/c5605.html

> I guess this doesn't involve automatic installation of new features?

don't know -- but should be possible.
Re: documentation on update manager [message #437473 is a reply to message #437325] Thu, 29 September 2005 12:09 Go to previous message
Peter Manahan is currently offline Peter ManahanFriend
Messages: 131
Registered: July 2009
Senior Member
Andreas Pakulat wrote:
> Hi,
>
> I'd like to know if there is any howto or documentation how one could
> write his own update manager (with the purpose of installing/updating
> features without any user-interaction)?
>
> The reason I'm asking is that I'm not quite comfortable with using
> classes from org.eclipse.update.internal, but I have to if I don't want
> to just copy these codes into my own classes.
>
> Also installing works, but is executed even if the features are already
> installed and updating doesn't quite work.
>
> Andreas


The API in org.eclipse.update.core (operations,search,standalone)
doesn't give you enough control? I believe its intention was to allow
exactly what you want to do.

Peter
Previous Topic:Problems updating features
Next Topic:Undo in RCP app
Goto Forum:
  


Current Time: Sun Dec 08 03:13:01 GMT 2024

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

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

Back to the top