Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-update-dev] eclipse installation site types cleanup

Hello Dorian,

Monday, April 12, 2004, 11:59:56 PM, you wrote:
> I do agree that the update manager configuration dialog is an advanced
> feature and should not be regularly used by end-users, unless they know 
> what they're doing or have been instructed by a product support team. 

Please don't hide it *too much*. On a unix installation, it should
be easy to find so a user can add a site in his home dir, if
eclipse is installed by a package manager. Or is that solved by
variables in links files?
https://bugs.eclipse.org/bugs/show_bug.cgi?id=35037
https://bugs.eclipse.org/bugs/show_bug.cgi?id=36101 # last comment

> Jan, please take a look at the above url for stand-alone commands and let 
> me know if it addresses your update concerns. 

I think I can do my 'site updater' with a small shell script, which
lopps over all installed features and updates them. A '-site <site>'
command would be better, though.

---
Updating an existing feature or all features. Adding a site will only
consider the features from that site.
java -cp startup.jar org.eclipse.core.launcher.Main 
    -application  org.eclipse.update.core.standaloneUpdate
    -command update
    [-featureId feature_id ]
+    [-site /path/to/site ]
---

Jan



Back to the top