Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Bundles with different versions in Luna p2 and feature based product

Hello!

I'm developing application based on Eclipse Platform , GMF and other Eclipse technologies. 
Now I'm trying to update my app to Luna and faced with some troubles:

1. Luna's p2 repository has 2 versions of several boundles:

org.apache.batik.util_1.6.0.v201011041432
org.apache.batik.util_1.7.0.v201011041433

org.apache.batik.util.gui_1.6.0.v201011041432
org.apache.batik.util.gui_1.7.0.v200903091627

org.apache.batik.css_1.6.0.v201011041432
org.apache.batik.css_1.7.0.v201011041433


Bundles with 1.6.0.v201011041432 version are used by GMF 
and 1.7.0.v201011041433 used by Eclipse Platform

I know that for OSGI it is normal situation, 
but is it normal for Eclipse Simultaneous Release?

2. My product is based on features.  I get a missing constraint validation error 
stating that the required bundle org.apache.batik.util [1.6.0, 1.7.0) is missing. 
But target platform has both versions. It seems that it always gets the latest version.
Does feature based product configuration supports bundles with different versions?

I have prepared demo app for this use case (see attachments)

Thanks,
George Suaridze

Attachment: demo.zip
Description: Binary data


Back to the top