Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Install/Update API


Phillip,

You can create a feature for your tools and provide an install handler and one or more data archives that will be installed by your custom handler.
A user will use the update manager to download and install the feature, but during install, update manager will call you install handler to perform any custom actions you want. In particular, the install handler code can do whatever it wants with the data archives packaged along with the feature, including installing them anywhere on the disk. Also, you may want to sign your features so users can decide whether they trust it or not.
Take a look at
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-update-home/doc/eclipse_update_packaging.html


-Dorian



Phillip Shoemaker <pshoemaker@xxxxxxx>
Sent by: eclipse-dev-admin@xxxxxxxxxxx

11/05/2003 12:04 AM

Please respond to
eclipse-dev

To
eclipse-dev@xxxxxxxxxxx
cc
Subject
Re: [eclipse-dev] Install/Update API





Dejan,

I have a question about the extensibility of the update mechanism
within Eclipse. I would like to extend the Eclipse mechanism to allow
me to install not only Eclipse plug-ins and features, but also
standalone tools, installed in a directory outside of the //eclipse
directory.

Is this something that we can do using the Eclipse install/update
mechanism? Perhaps there are plug-ins that we can do specifically
within Install and Update?

Thanks in advance for your help.

Phillip

On Monday, October 6, 2003, at 01:24 PM, Dejan Glozic wrote:

>
>
>
>
> Poll:
>
> The Eclipse Install/Update team would like to know of any and all cases
> where the current (2.1) Update API is used. Note that we are only
> interested in programmatic uses (i.e. referencing any of the
> non-internal
> classes in org.eclipse.update.core plug-in) and not actually using
> features
> and/or update sites.
>
> Please send your answers to platform-update-dev mailing list only.
>
> Regards,
>
> Dejan Glozic, Ph.D.
> Manager, Eclipse Platform Components
> D2/MY7/8200/MKM
> IBM Canada Ltd.
> Tel. 905 413-2745  T/L 969-2745
> Fax. 905 413-4854
>
> _______________________________________________
> eclipse-dev mailing list
> eclipse-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/eclipse-dev
>

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev


Back to the top