Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] Regression?

I am working with M6 and I am seeing the following error

    Cannot complete the install because one or more required items could not be found.
    Software being installed: com.test.pluginA.feature.feature.group 1.0.0.200903171644
    Missing requirement: com.test.pluginA.feature.feature.group 1.0.0.200903171644 requires 'com.test.pArB.feature.feature.group [1.0.0,1.1.0)' but it could not be found
If I use a site I generated with a prior SDK build it works.

This is a simple feature requires for featureA
- <requires> <import feature="com.test.pArB.feature" version="1.0.0" match="equivalent" /> </requires>

Is there a bug for this?

Back to the top