Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 261383 - Include the PTP RSE enabler at install
Summary: Include the PTP RSE enabler at install
Status: RESOLVED FIXED
Alias: None
Product: PTP
Classification: Tools
Component: RDT (show other bugs)
Version: 2.1.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.1.1   Edit
Assignee: Chris Recoskie CLA
QA Contact: Greg Watson CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-16 14:22 EST by Vivian Kong CLA
Modified: 2011-01-31 08:15 EST (History)
0 users

See Also:


Attachments
patch (777 bytes, patch)
2009-01-16 14:22 EST, Vivian Kong CLA
no flags Details | Diff
patch (897 bytes, patch)
2009-01-19 15:29 EST, Vivian Kong CLA
g.watson: iplog+
Details | Diff
remove .qualifier in the end of the feature version (875 bytes, patch)
2009-01-19 15:39 EST, Vivian Kong CLA
no flags Details | Diff
remove .qualifier in the end of the feature version (875 bytes, patch)
2009-01-19 15:39 EST, Vivian Kong CLA
g.watson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vivian Kong CLA 2009-01-16 14:22:25 EST
Created attachment 122833 [details]
patch

We should specify the org.eclipse.ptp.remote.rse feature as a dependency of the RDT feature.
Comment 1 Chris Recoskie CLA 2009-01-19 13:19:25 EST
Applied to HEAD for 2.1.1.  Thanks Vivian.
Comment 2 Greg Watson CLA 2009-01-19 15:05:39 EST
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

Comment 3 Chris Recoskie CLA 2009-01-19 15:08:03 EST
Vivian, can you please fix this?
Comment 4 Vivian Kong CLA 2009-01-19 15:17:52 EST
I'll take a look
Comment 5 Vivian Kong CLA 2009-01-19 15:29:46 EST
Created attachment 122988 [details]
patch

Instead of a feature dependency I'm adding some plug-in dependencies.
Comment 6 Vivian Kong CLA 2009-01-19 15:39:36 EST
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.
Comment 7 Vivian Kong CLA 2009-01-19 15:39:37 EST
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.
Comment 8 Chris Recoskie CLA 2009-01-20 10:26:14 EST
I can't run the build but I've committed this to HEAD and will mark it fixed.
Comment 9 Greg Watson CLA 2009-01-20 10:45:48 EST
I'll run a build now.
Comment 10 Greg Watson CLA 2009-01-20 14:19:33 EST
Latest build works again.
Comment 11 Vivian Kong CLA 2009-01-20 14:26:49 EST
(In reply to comment #10)
> Latest build works again.

Phew!  Glad to hear that.