Setting up Check Summary Advisor
Hello,
I am trying to explore extending part of RTC.And following below link for check summary example.
I have set up the environment but i am getting issue while setting up extension service.After clicking on implementation Class, I am unable to find required superclass and interfaces as mentioned in the above article.
Please guide me if I am missing or doing something wrong? I am using CLM 4.0.3, setup with tomcat and Derby.
Thanks in Advance!!
|
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Feb 16 '17, 10:09 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER You have to add the dependencies: With the project created, select Dependencies tab and add most frequently used plugins as required (com.ibm.team.process.service, com.ibm.team.workitem.common, com.ibm.team. workitem.service, com.ibm.team.process.common, com.ibm.team.repository.common, com.ibm.team.repository.service) and import the package org.eclipse.core.runtime. After that, it is important that you save the project to refresh the workspace.
Ideally you go through the extensions workshop before trying a shortcut like that, so you know a bit better what you do and why. You can also follow https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ for a brader overview.
|
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.