Can't export product: qualifiers in dependent plugins don't match [message #1007645] |
Wed, 06 February 2013 21:07 |
Dave Korn Messages: 2 Registered: June 2010 |
Junior Member |
|
|
Hello list,
I'm building an Eclipse product based on Helios and CDT, and using the
stand-alone p2 Installer executable to install it for end users.
I've imported the source for several plugins that I've had to modify; for
example, I've imported org.eclipse.equinox.launcher in order to add some new
command-line options.
When I imported the sources for this plugin, it came with a hard-coded
qualifier in the Bundle-Version setting: 1.1.0.v20100507.
I've replaced that with 1.1.0.qualifier, because I've already released a
version of my product, and now I want to be able to update installations of
the old product with a new release. If I just left the Bundle-Version
unchanged, the p2 Installer application wouldn't install the newer version of
the plugin into the existing installation, because it wouldn't realise that
it's newer than the existing one.
However this leaves me with the problem that unmodified plugins in the
platform I'm building against appear to expect a precise version of the
qualifier. When I try to import my product with the modified launcher plugin,
I get the error message:
> Processing inclusion from feature org.eclipse.equinox.executable: Unable to
> find plug-in: org.eclipse.equinox.launcher_1.1.0.v20100507. Please check the
> error log for more details.
I haven't imported the source for org.eclipse.equinox.executable because I
haven't needed to modify it, but it seems to be specifying the exact original
version of the launcher. Is there some way I can tell the Export Product
wizard to accept the newer compatible version of the launcher?
Thanks for any advice you can offer,
Dave Korn
|
|
|
|
Powered by
FUDForum. Page generated in 0.03748 seconds