|
Help with eclipse RCP P2 based update -
07-23-2009, 12:57 AM
I am building a product using eclipse 3.4.2. Structure is as below:
Product
Feature 1
-- RCP plugin
Feature 2
-- Other plugins
Standalone product contains both feature 1 and feature 2 which product based build.
I am building an update site containing only Feature 2. I am able to install the plugins in eclipse 3.4 using the update site i have created. But i couldn't do the same thing from the standalone product, even though the version numbers are different. P2 fails with unresolved dependency referring to Feature 1.
I have tried these options unsuccessfully:
a) Specify both feature 1 and feature 2 in .product file
b) Include feature 2 in feature 2.
c) specify buildUpdateJars in the property files.
Also i have tried building a feature site including feature 1 and feature 2.
The version number of the standalone product is 1.0.0.<buildnumber1> where as that of the updater is 1.0.0.<buildnumber2>, where buildnumber1 < buildnumber2.
Appreciate any help or directions on this issue. Thanks in advance.
Cheers
- Vinu
|