Use p2 Install Repository v4.0.x for existing Eclipse installation via links folder
![]()
We used to install the Rational Team Concert client into a supported version of Eclipse via link folder and pointing to the p2 Install Repository files.
We are still on RTC v2.0.0.2 and our current configuration is (kinda):
.
`-- eclipse
`-- links
`-- RTC.link
We are preparing to migrate to RTC v4.0.7 and if we set the 'RTC.link' file to use the content of RTC-Client-p2Repo-4.0.7.zip, we are not able to use this approach anymore:
!ENTRY org.eclipse.equinox.p2.engine 4 4 2015-04-15 17:01:16.064 !MESSAGE An error occurred while installing the items !SUBENTRY 1 org.eclipse.equinox.p2.engine 4 0 2015-04-15 17:01:16.064 !MESSAGE session context was:(profile=com.genuitec.delivery.package.profile.1912-lxl-1236, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]com.ibm.team.concert.uuid.root.feature_root 4.3.1.RTC-I20140626-1252, action=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.UnzipAction). !SUBENTRY 1 org.eclipse.equinox.p2.touchpoint.natives 4 0 2015-04-15 17:01:16.064 !MESSAGE The artifact for binary,com.ibm.team.concert.uuid.root.feature_root,4.3.1.RTC-I20140626-1252 is not available.
Any advice?
Thanks in advance.
|
2 answers
![]()
We tried Donald's trick:
$ cd RTC-Client-p2Repo-4.0.7
but it did not work... The error message now is:
!ENTRY org.eclipse.equinox.p2.engine 4 4 2015-04-16 15:37:48.975 Comments You will need to be very specific about the configuration that is having the issue. I just tried with plain Eclipse 3.5, and only part of the RTC components got installed and I had a perspective called "Jazz Administration". Strange, right? I just tried with plain Eclipse 3.5, and only part of the RTC components got installed On IBM RSA v8.5 we could observe the RTC client plug-ins appear to be present, but in fact the log lists: !ENTRY org.eclipse.equinox.p2.engine 4 4 2015-04-23 11:25:23.122 !MESSAGE An error occurred while installing the items !SUBENTRY 1 org.eclipse.equinox.p2.engine 4 0 2015-04-23 11:25:23.122 !MESSAGE session context was:(profile=bootProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]com.ibm.team.concert.uuid.root.feature_root 4.3.1.RTC-I20140626-1252, action=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.UnzipAction). !SUBENTRY 1 org.eclipse.equinox.p2.touchpoint.natives 4 0 2015-04-23 11:25:23.122 !MESSAGE The artifact for binary,com.ibm.team.concert.uuid.root.feature_root,4.3.1.RTC-I20140626-1252 is not available. I forgot to mention, there is no common Eclipse version that is officially supported by both RTC 2.0.0.x and RTC 4.0.7. So your current Eclipse version does make a (huge) difference. My tests showed that Eclipse 3.5.2 (RTC 3.0.1) still works, but Eclipse 3.5 fails. We are updating the RTC version as well as the Eclipse IDE. |
Comments