Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] Adding bundles to the platform features

Hello,

I'm trying to add a new bundle "org.eclipse.e4.ui.ide" to "org.eclipse.platform" feature.
The build is failing, I think because the new bundle is not yet published. How can I "publish" it without adding to a feature?
[INFO] Resolving dependencies of MavenProject: org.eclipse.platform.feature:org.eclipse.platform:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/eclipse.platform.releng-Gerrit/features/org.eclipse.platform-feature/pom.xml
[INFO] {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=x86_64}
[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: org.eclipse.platform.feature.group 4.15.0.qualifier
[ERROR]   Missing requirement: org.eclipse.platform.feature.group 4.15.0.qualifier requires 'org.eclipse.equinox.p2.iu; org.eclipse.e4.ui.ide 0.0.0' but it could not be found

Please advice.

Thanks in advance,
AF

Back to the top