Shared resources directory and RTC 6.0.2 client for Eclipse 4.2.x
![]()
Gidi Gal (96●19●52)
| asked Aug 16 '16, 9:07 a.m.
edited Aug 16 '16, 10:55 a.m. by David Lafreniere (4.8k●7)
Hello to the forum members,
I develop a client extension for RTC. When I install RTC 6.0.2 client for Eclipse 4.2.x (from the repository) it installs most of the plugins to shared resources directory and not under the folder I set for the installation. This causes issues with an extension I have to org.eclipse.ui.startup. This extension is not activated when RTC starts. In plugin.xml there is message "No schema found for org.eclipse.ui.startup". After I reinstalled the message disappeared, but the issue remains, the extension is not activated on start-up. Is there a way to install all RTC client under the path I set ? By the way, the same issue is with RTC client 6.0.3 M4 for Eclipse 4.2.x. In 6.0.3 I also have issues with the views under "Work items" perspective. I get errors like "Could not create the view: com.ibm.magnolia.workItemExplorer". Thanks, Gidi |
Accepted answer
One other answer
![]() I had the "Could not create the view: com.ibm.magnolia.workItemExplorer" in version 7.0.2. The root cause was, that there were multiple org.apache.httpcomponents.hhtpclient, org.apache.httpcomponents.hhtpclient.win and org.apache.httpcomponents.hhtpcore jar files, each one in few, different versions. Removing one of the version of the (or changing the extension for them) resolved the issue. |