Community
Participate
Working Groups
Created attachment 122833 [details] patch We should specify the org.eclipse.ptp.remote.rse feature as a dependency of the RDT feature.
Applied to HEAD for 2.1.1. Thanks Vivian.
I just did a nightly build and now installing RDT from the update manager fails: Cannot complete the request. See the details. Unsatisfied dependency: [org.eclipse.ptp.rdt.feature.group 2.1.1.200901191405] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.ptp.remote.rse.feature.group/2.1.1.qualifier Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.ptp.remote.rse.feature.group/[2.1.1.200901191405,2.1.1.200901191405]] and Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.ptp.remote.rse.feature.group/2.1.1.qualifier] can be satisfied. Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.ptp.remote.rse.feature.group/[2.1.1.200901191405,2.1.1.200901191405]] and Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.ptp.remote.rse.feature.group/2.1.1.qualifier] can be satisfied. Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.ptp.remote.rse.feature.group/[2.1.1.200901191405,2.1.1.200901191405]] and Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.ptp.remote.rse.feature.group/2.1.1.qualifier] can be satisfied. Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.ptp.remote.rse.feature.group/[2.1.1.200901191405,2.1.1.200901191405]] and Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.ptp.remote.rse.feature.group/2.1.1.qualifier] can be satisfied. Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.ptp.remote.rse.feature.group/[2.1.1.200901191405,2.1.1.200901191405]] and Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.ptp.remote.rse.feature.group/2.1.1.qualifier] can be satisfied. Cannot find a solution where both Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.ptp.remote.rse.feature.group/[2.1.1.200901191405,2.1.1.200901191405]] and Match[requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.ptp.remote.rse.feature.group/2.1.1.qualifier] can be satisfied. Unsatisfied dependency: [org.eclipse.ptp.rdt.feature.group 2.1.1.200901191405] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.ptp.remote.rse.feature.group/2.1.1.qualifier
Vivian, can you please fix this?
I'll take a look
Created attachment 122988 [details] patch Instead of a feature dependency I'm adding some plug-in dependencies.
Created attachment 122994 [details] remove .qualifier in the end of the feature version Just realized there was a .qualifier in the end of the feature version when I specified the dependency. Please try this patch instead.
Created attachment 122995 [details] remove .qualifier in the end of the feature version Just realized there was a .qualifier in the end of the feature version when I specified the dependency. Please try this patch instead.
I can't run the build but I've committed this to HEAD and will mark it fixed.
I'll run a build now.
Latest build works again.
(In reply to comment #10) > Latest build works again. Phew! Glad to hear that.