how to to do RTC and normal plugin in one evironment
I want to program a plug in including to call RTC api to create workitem, but in RTC SDK env. we can only to do RTC development, in normal eclipse sdk ,we can only to do normal plugin programming for without rtc library. so
how to config a full environments to do these working ?
one of my requirements is :
creating workitem based on right click a normal file in eclipse project.so i use the popup plugin extension point ,also including rtc workitem api.
so i need many normal eclipse plugin development .but i found could not working in RTC sdk ide .
so pls give me some advice.
my email is liyans@cn.ibm.com thanks
how to config a full environments to do these working ?
one of my requirements is :
creating workitem based on right click a normal file in eclipse project.so i use the popup plugin extension point ,also including rtc workitem api.
so i need many normal eclipse plugin development .but i found could not working in RTC sdk ide .
so pls give me some advice.
my email is liyans@cn.ibm.com thanks
One answer
I have tried to develope plug-in on RTC Client. Added my dependencies (com.ibm.team.workitem.client e.g.) and extentions to plug-in manifest. But I have no idea how to get current RTC sessions, may some IBM guys help.
Below link explains how to solve "Generic" option problem in extentions.
https://www-304.ibm.com/support/docview.wss?uid=swg21383360&wv=1
Below link explains how to solve "Generic" option problem in extentions.
https://www-304.ibm.com/support/docview.wss?uid=swg21383360&wv=1
I want to program a plug in including to call RTC api to create workitem, but in RTC SDK env. we can only to do RTC development, in normal eclipse sdk ,we can only to do normal plugin programming for without rtc library. so
how to config a full environments to do these working ?
one of my requirements is :
creating workitem based on right click a normal file in eclipse project.so i use the popup plugin extension point ,also including rtc workitem api.
so i need many normal eclipse plugin development .but i found could not working in RTC sdk ide .
so pls give me some advice.
my email is liyans@cn.ibm.com thanks