Shared resources directory and RTC 6.0.2 client for Eclipse 4.2.x
Gidi Gal (96●20●58)
| 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
When you say "installed", do you mean using Installation Manager? If so, try the plain zip version, of the p2 installation method.
Gidi Gal selected this answer as the correct answer
Comments
Gidi Gal
commented Aug 17 '16, 6:33 a.m.
Hello Donald,
Gidi Gal
commented Aug 17 '16, 9:00 a.m.
I managed to run my plugin on RTC 6.0.2 client installed from P2 repository. I got a message "Warning: You are signing content that contains unsigned content..." which is weird, since 6.0.2 was already released.
|
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. |
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.