platform-update-home/doc/working/documentation/standalone_update.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8, Thu Aug 14 13:12:19 2003 UTC revision 1.9, Thu Aug 28 20:04:07 2003 UTC
# Line 14  Line 14 
14   <br>   <br>
15  Launch eclipse as follows, where [ ] means optional argument and arguments in italics must be provided by the user.<br>  Launch eclipse as follows, where [ ] means optional argument and arguments in italics must be provided by the user.<br>
16          <br>          <br>
 <b>Note:</b> It is also recommended to invoke eclipse.exe with -nosplash and -vm path_to_java.exe  
 <br>  
  <br>  
17  <b>Installing a feature from a remote site</b>:<br>  <b>Installing a feature from a remote site</b>:<br>
18   eclipse <br>   eclipse <br>
19  &nbsp;&nbsp;&nbsp; -application&nbsp; org.eclipse.update.core.standaloneUpdate   &nbsp;&nbsp;&nbsp; -application&nbsp; org.eclipse.update.core.standaloneUpdate<br>
20  <br>   &nbsp;&nbsp;&nbsp; -nosplash <br>
21     &nbsp;&nbsp;&nbsp; [-vm <i>path to java.exe</i>] <br>
22  &nbsp;&nbsp;&nbsp; -command install <br>  &nbsp;&nbsp;&nbsp; -command install <br>
23  &nbsp;&nbsp;&nbsp; -featureId <i>feature_id </i><br>  &nbsp;&nbsp;&nbsp; -featureId <i>feature_id </i><br>
24  &nbsp;&nbsp;&nbsp; -version <i>version </i><br>  &nbsp;&nbsp;&nbsp; -version <i>version </i><br>
# Line 32  Line 30 
30   <br>   <br>
31  <b>Updating an existing feature or all features</b>:<br>  <b>Updating an existing feature or all features</b>:<br>
32    eclipse <br>    eclipse <br>
33   &nbsp;&nbsp;&nbsp; -application&nbsp; org.eclipse.update.core.standaloneUpdate   &nbsp;&nbsp;&nbsp; -application&nbsp; org.eclipse.update.core.standaloneUpdate<br>
34  <br>   &nbsp;&nbsp;&nbsp; -nosplash <br>
35     &nbsp;&nbsp;&nbsp; [-vm <i>path to java.exe</i>] <br>
36   &nbsp;&nbsp;&nbsp; -command update<br>   &nbsp;&nbsp;&nbsp; -command update<br>
37   &nbsp;&nbsp;&nbsp; [-featureId <i>feature_id </i>]<br>   &nbsp;&nbsp;&nbsp; [-featureId <i>feature_id </i>]<br>
38  <br>  <br>
39  <b>Enabling (configuring) a specified feature:</b><br>  <b>Enabling (configuring) a specified feature:</b><br>
40    eclipse <br>    eclipse <br>
41   &nbsp;&nbsp;&nbsp; -application&nbsp; org.eclipse.update.core.standaloneUpdate   &nbsp;&nbsp;&nbsp; -application&nbsp; org.eclipse.update.core.standaloneUpdate<br>
42  <br>   &nbsp;&nbsp;&nbsp; -nosplash <br>
43     &nbsp;&nbsp;&nbsp; [-vm <i>path to java.exe</i>] <br>
44   &nbsp;&nbsp;&nbsp; -command enable<br>   &nbsp;&nbsp;&nbsp; -command enable<br>
45   &nbsp;&nbsp;&nbsp; -featureId <i>feature_id </i><br>   &nbsp;&nbsp;&nbsp; -featureId <i>feature_id </i><br>
46   &nbsp;&nbsp;&nbsp; -version <i>version </i><br>   &nbsp;&nbsp;&nbsp; -version <i>version </i><br>
# Line 48  Line 48 
48  <br>  <br>
49  <b>Disabling (unconfiguring) a specified feature:</b><br>  <b>Disabling (unconfiguring) a specified feature:</b><br>
50    eclipse <br>    eclipse <br>
51   &nbsp;&nbsp;&nbsp; -application&nbsp; org.eclipse.update.core.standaloneUpdate   &nbsp;&nbsp;&nbsp; -application&nbsp; org.eclipse.update.core.standaloneUpdate<br>
52  <br>   &nbsp;&nbsp;&nbsp; -nosplash <br>
53     &nbsp;&nbsp;&nbsp; [-vm <i>path to java.exe</i>] <br>
54   &nbsp;&nbsp;&nbsp; -command disable<br>   &nbsp;&nbsp;&nbsp; -command disable<br>
55   &nbsp;&nbsp;&nbsp; -featureId <i>feature_id </i><br>   &nbsp;&nbsp;&nbsp; -featureId <i>feature_id </i><br>
56   &nbsp;&nbsp;&nbsp; -version <i>version </i><br>   &nbsp;&nbsp;&nbsp; -version <i>version </i><br>
57   &nbsp;&nbsp;&nbsp; [-to <i>target_site_dir</i>] <br>   &nbsp;&nbsp;&nbsp; [-to <i>target_site_dir</i>] <br>
58  <br>  <br>
59    <b>Uninstalling a specified feature:</b><br>
60      eclipse <br>
61     &nbsp;&nbsp;&nbsp; -application&nbsp; org.eclipse.update.core.standaloneUpdate<br>
62     &nbsp;&nbsp;&nbsp; -nosplash <br>
63     &nbsp;&nbsp;&nbsp; [-vm <i>path to java.exe</i>] <br>
64     &nbsp;&nbsp;&nbsp; -command uninstall<br>
65     &nbsp;&nbsp;&nbsp; -featureId <i>feature_id </i><br>
66     &nbsp;&nbsp;&nbsp; -version <i>version </i><br>
67     &nbsp;&nbsp;&nbsp; [-to <i>target_site_dir</i>] <br>
68    <br>
69  In all the above commands where the -to target_site_dir is specified, corresponding  In all the above commands where the -to target_site_dir is specified, corresponding
70  configured target site at given directory will be used. If it is not specified,  configured target site at given directory will be used. If it is not specified,
71  then the default local product site is used.<br>  then the default local product site is used.<br>
72  <br>  <br>
73  If you only need to verify if the operation would succeed, in the above commands, (i.e. it satisfies the constraints), without actually performing it,  If you only need to verify if the operation would succeed, in the above commands, (i.e. it satisfies the constraints), without actually performing it,
74  then add <em>-verifyOnly=true</em> to the list of arguments.<br>  then add <b><em>-verifyOnly=true</em></b> to the list of arguments.<br>
75    
76  <br><b>Searching a remote site, listing all available features for install:</b><br>  <br><b>Searching a remote site, listing all available features for install:</b><br>
77    eclipse <br>    eclipse <br>
78   &nbsp;&nbsp;&nbsp; -application&nbsp; org.eclipse.update.core.standaloneUpdate   &nbsp;&nbsp;&nbsp; -application&nbsp; org.eclipse.update.core.standaloneUpdate<br>
79  <br>   &nbsp;&nbsp;&nbsp; -nosplash <br>
80     &nbsp;&nbsp;&nbsp; [-vm <i>path to java.exe</i>] <br>
81   &nbsp;&nbsp;&nbsp; -command search<br>   &nbsp;&nbsp;&nbsp; -command search<br>
82   &nbsp;&nbsp;&nbsp; -from <i>remote_site_url</i> <br>   &nbsp;&nbsp;&nbsp; -from <i>remote_site_url</i> <br>
83  <br>  <br>
84  <b>Mirroring feature(s) from a remote site:</b><br>  <b>Mirroring feature(s) from a remote site:</b><br>
85    eclipse <br>    eclipse <br>
86   &nbsp;&nbsp;&nbsp; -application&nbsp; org.eclipse.update.core.standaloneUpdate   &nbsp;&nbsp;&nbsp; -application&nbsp; org.eclipse.update.core.standaloneUpdate<br>
87  <br>   &nbsp;&nbsp;&nbsp; -nosplash <br>
88     &nbsp;&nbsp;&nbsp; [-vm <i>path to java.exe</i>] <br>
89   &nbsp;&nbsp;&nbsp; -command mirror<br>   &nbsp;&nbsp;&nbsp; -command mirror<br>
90   &nbsp;&nbsp;&nbsp; -from <i>remote_site_url</i> <br>   &nbsp;&nbsp;&nbsp; -from <i>remote_site_url</i> <br>
91   &nbsp;&nbsp;&nbsp; -to <i>target_site_dir</i><br>   &nbsp;&nbsp;&nbsp; -to <i>target_site_dir</i><br>

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9