Uninstall feature followed by reinstall older feature doesn't work [message #720989] |
Wed, 31 August 2011 12:12  |
Eclipse User |
|
|
|
Whenever I uninstall our feature from Eclipse, binaries are not removed from the plugins directory. When I install an older version of our feature, Eclipse picks up some of the newer bundles (part of the feature that was removed). This is extremely annoying, since the only solution I have is to manually remove the jar files from the plugin directory.
I wonder if there's something that we're doing wrong with regards to version numbers. Here's our scheme:
feature: 2.0.0.nightly-2_10
for bundles:
core: 2.0.0.nightly-2_10 (same as feature)
compiler: 2.10.0.r12345
If I uninstall, binaries still appear in the Eclipse/plugins directory. Then I install the following version:
feature: 2.0.0.nightly-2_09
core: 2.0.0.nightly-2_09
compiler: 2.9.1.r12333
Eclipse will wire the bundle 'core' (version 2_09) with the bundle 'compiler' 2.10.0.. (the latest version).
What could I do to make it correctly use the version of the bundle that comes with the feature?
thanks,
iulian
|
|
|
|
Powered by
FUDForum. Page generated in 0.27666 seconds