It's all about the answers!

Ask a question

Installing RTC 3.0 client / Eclipse 3.6


Francis Kemp (7212944) | asked Oct 05 '10, 5:31 p.m.
Trying to install RTC V3.0 RC0 client into Eclipse JEE V3.6 and getting this message:

Installing bundle "org.eclipse.xsd.2.5.0_V200906151043" into this existing Eclipse installation does not meet the version tolerance of "[2.6.0, 3.0.0)" for the existing bundle "org.eclipse.xsd.edit"

Any workarounds for this in the current beta?

5 answers



permanent link
Francis Kemp (7212944) | answered Oct 22 '10, 11:20 a.m.
Trying to install RTC V3.0 RC0 client into Eclipse JEE V3.6 and getting this message:

Installing bundle "org.eclipse.xsd.2.5.0_V200906151043" into this existing Eclipse installation does not meet the version tolerance of "


Just tested it and the issue still occurs in Eclipse V3.6.1.

No one else has seen this? Strange...

permanent link
Bill Higgins (4562523) | answered Oct 26 '10, 11:31 a.m.
JAZZ DEVELOPER
Hi Francis. Sorry you're hitting this problem. How are you integrating RTC into Eclipse 3.6.1 JEE? Via Installation Manager? Via Eclipse dropins folder?

I was able to make this work using the Eclipse dropins folder. If you are not familiar with this approach, here's how you do it. Note that I believe this is not an *official* integration method, but you are asking about workarounds.

1. Download and unzip an Eclipse 3.6.1 JEE package; I will refer to the install location for this as <eclipse>
2. Ensure that there is a folder <eclipse>/dropins ; if there isn't create one (case-sensitive)
3. Create a folder called <eclipse>/dropins/Team-Concert
4. Download and unzip a Team Concert 3.0 Eclipse client zip
5. From the directory <team>/client/eclipse/jazz, copy the folders 'features' and 'plugins' to <eclipse>/dropins
6. Launch (or close and relaunch) Eclipse 3.6 JEE

If everything works correctly you should be able to open the Team Concert functionality like the Work Items perspective and the Team Artifacts view from within Eclipse 3.6.1 JEE.

permanent link
Jean-Michel Lemieux (2.5k11) | answered Oct 27 '10, 2:00 p.m.
JAZZ DEVELOPER
We also just posted a p2 Eclipse client install to the 3.0 RC2 download page. This is for people having trouble with using IM into an existing Eclipse based product/configuration. Just unzip the p2 repo and use the software update feature in the Eclipse client and point to the local p2 repository containing the RTC Eclipse client. It should install cleanly, we've tried this on a couple of Eclipse based products that had been causing IM some troubles.\
Jean-Michel

permanent link
Steve Willems (8811311) | answered Dec 01 '10, 4:49 a.m.
We also just posted a p2 Eclipse client install to the 3.0 RC2 download page. This is for people having trouble with using IM into an existing Eclipse based product/configuration. Just unzip the p2 repo and use the software update feature in the Eclipse client and point to the local p2 repository containing the RTC Eclipse client. It should install cleanly, we've tried this on a couple of Eclipse based products that had been causing IM some troubles.\
Jean-Michel


When I use the p2 Eclipse install of the final RTC 3.0 I get the following error message. Could you help?


Cannot complete the install because of a conflicting dependency.
Software being installed: Rational Team Concert Client Feature 3.0.0.RTC-I20101112-1731 (com.ibm.team.rtc.client.feature.feature.group 3.0.0.RTC-I20101112-1731)
Software currently installed: Eclipse IDE for Java EE Developers 1.3.1.20100916-1202 (epp.package.jee 1.3.1.20100916-1202)
Only one of the following can be installed at once:
XSD Model 2.5.0.v200906151043 (org.eclipse.xsd 2.5.0.v200906151043)
XSD Model 2.6.0.v20100914-1218 (org.eclipse.xsd 2.6.0.v20100914-1218)
Cannot satisfy dependency:
From: Rational Team Concert Client Feature 3.0.0.RTC-I20101112-1731 (com.ibm.team.rtc.client.feature.feature.group 3.0.0.RTC-I20101112-1731)
To: org.eclipse.xsd.feature.group 0.0.0
Cannot satisfy dependency:
From: Eclipse IDE for Java EE Developers 1.3.1.20100916-1202 (epp.package.jee 1.3.1.20100916-1202)
To: org.eclipse.epp.package.jee.feature.feature.group [1.3.1.20100916-1202]
Cannot satisfy dependency:
From: Java EE IDE Feature 1.3.1.20100916-1202 (org.eclipse.epp.package.jee.feature.feature.group 1.3.1.20100916-1202)
To: org.eclipse.wst.xml_ui.feature.feature.group 0.0.0
Cannot satisfy dependency:
From: Eclipse XML Editors and Tools 3.2.2.v201008170029-7H7AFUQDxumQGOpBqffOY2f1qxDZ (org.eclipse.wst.xml_ui.feature.feature.group 3.2.2.v201008170029-7H7AFUQDxumQGOpBqffOY2f1qxDZ)
To: org.eclipse.wst.xsd.ui [1.2.303.v201004290328]
Cannot satisfy dependency:
From: XML Schema Editor 1.2.303.v201004290328 (org.eclipse.wst.xsd.ui 1.2.303.v201004290328)
To: bundle org.eclipse.xsd.edit [2.2.0,3.0.0)
Cannot satisfy dependency:
From: XSD Edit 2.6.0.v20100914-1218 (org.eclipse.xsd.edit 2.6.0.v20100914-1218)
To: bundle org.eclipse.xsd [2.6.0,3.0.0)
Cannot satisfy dependency:
From: XSD - XML Schema Definition Model 2.5.0.v200906151043 (org.eclipse.xsd.feature.group 2.5.0.v200906151043)
To: org.eclipse.xsd [2.5.0.v200906151043]

permanent link
Francis Kemp (7212944) | answered Dec 03 '10, 10:10 a.m.
Bill,

Sorry I didn't reply earlier, but I tried this and it does work. In fact, it also works for V2 of the RTC client with Eclipse V3.6.1.

Anyway, just stopped out to provide an update. Just tried to install the V3.0 client into Eclipse V3.6.1 (JEE) and got the same error as in the first post of this thread. Based on the post from a few days ago, it doesn't appear that the p2 client install works any better.

I can't test today using Bill's suggestion - don't have that kit in house.

Anyone have any other suggestions?


Fran



Hi Francis. Sorry you're hitting this problem. How are you integrating RTC into Eclipse 3.6.1 JEE? Via Installation Manager? Via Eclipse dropins folder?

I was able to make this work using the Eclipse dropins folder. If you are not familiar with this approach, here's how you do it. Note that I believe this is not an *official* integration method, but you are asking about workarounds.

1. Download and unzip an Eclipse 3.6.1 JEE package; I will refer to the install location for this as <eclipse>
2. Ensure that there is a folder <eclipse>/dropins ; if there isn't create one (case-sensitive)
3. Create a folder called <eclipse>/dropins/Team-Concert
4. Download and unzip a Team Concert 3.0 Eclipse client zip
5. From the directory <team>/client/eclipse/jazz, copy the folders 'features' and 'plugins' to <eclipse>/dropins
6. Launch (or close and relaunch) Eclipse 3.6 JEE

If everything works correctly you should be able to open the Team Concert functionality like the Work Items perspective and the Team Artifacts view from within Eclipse 3.6.1 JEE.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.