-
-
Notifications
You must be signed in to change notification settings - Fork 304
Description
I've been testing the install of ECF Remote Services feature in bnd 7.2.0 snapshots...i.e. from here:
https://bndtools.jfrog.io/bndtools/update-snapshot
These installs have been failing with the following error message:
Cannot complete the install because one or more required items could not be found.
Software being installed: Bndtools ECF Remote Services 7.2.0.202509262221-SNAPSHOT (bndtools.ecf.feature.feature.group 7.2.0.202509262221-SNAPSHOT)
Missing requirement: Bndtools ECF Remote Services 7.2.0.202509262221-SNAPSHOT (bndtools.ecf.feature.feature.group 7.2.0.202509262221-SNAPSHOT) requires 'org.eclipse.equinox.p2.iu; org.eclipse.ecf.osgi.services.feature.feature.group [2.7.100,3.0.0)' but it could not be found
This is strange, since org.eclipse.ecf.osgi.services.feature.feature.group [2.7.100,3.0.0) is available here
https://download.eclipse.org/rt/ecf/3.16.5/site.p2/3.16.5.v20250914-0333/features/ (version: 2.7.100.v20250914-0333)
as per: https://github.com/bndtools/bnd/blob/master/org.bndtools.p2/bndtools.ecf.feature.bndrun
I don't know enough about the build to say so, but it appears that perhaps the snapshot build doesn't resolve the [2.7.100,3.0.0] properly...and ignoring the qualifier.
If this turns out to be limited to the snapshot builder as opposed to the release builder then that's ok with me. Speaking of that...is there a well-known location for the latest (test) release builds?