Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Multiple versions of the same plugin in my target

What's the expectation of the target management when multiple versions of the same bundle exists in my target, and I don't specify version numbers?  I have been doing week to week updates, and my target is set to my host.  This means I have multiple versions of the bundles in my target.  When I created a simple .product and tried to export, I get errors like the following:

 Missing requirement: RCP Product 3.0.0.200905191500 (mail.product 3.0.0.200905191500) requires 'org.apache.commons.logging [1.0.4.v20080605-1930]' but it could not be found

This particular version of commons.logging is in my target, but there is also later versions too.

Looking at the metadata generated, the product IU requires this version, but a newer version is published.

I tried self hosting to debug this, but now I get the following error:

Bundle org.eclipse.equinox.p2.repository_1.0.0.v20090515 failed to resolve.:
    Another singleton version selected: org.eclipse.equinox.p2.repository_1.0.0.v20090514-1915


thoughts?
Ian

--
R. Ian Bull | EclipseSource Victoria | +1 250 477 7484
http://eclipsesource.com | http://twitter.com/eclipsesource

Back to the top