It's all about the answers!

Ask a question

How to add plugins in dependencies in RTC eclipse client


Preetha T (27225) | asked May 22 '19, 6:39 a.m.
edited May 23 '19, 1:23 a.m. by Ralph Schoon (63.1k33646)

 Dear Team,


We Configured the plugin Development setup followed by the document RTC extension workshop. We installed RTC 6.0.5 eclipse client. it seems that while adding plugin dependencies some of the dependencies are missing.

The below mentioned dependencies are not available in plugin selection.

com.ibm.team.repository.service
com.ibm.team.process.service
com.ibm.team.workitem.service
org.apache.commons.lang(2.6.0)

Could you please assist us how to add these plugins. 

Thanks.

One answer



permanent link
Ralph Schoon (63.1k33646) | answered May 22 '19, 8:54 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

The Extensions Workshop does not ask you to add server API dependencies to a client extension. 


com.ibm.team.repository.service
com.ibm.team.process.service
com.ibm.team.workitem.service

is all server API

org.apache.commons.lang(2.6.0)

Is not server API, but also not RTC API, so not necessarily available, or available in that version.


Comments
Preetha T commented May 22 '19, 11:49 p.m.

 Dear Ralph,


Thank you for your reply. we need to add these plugins in dependencies tab to develop a customized plugin.
Could you please tell me how to add these plugins .

Thanks. 


Ralph Schoon commented May 23 '19, 1:07 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

You can only add these server plugin dependencies to server extensions that are developed using the RTC server SDK in the Server Workspace. 

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.