Extending RTC 4.0 with Enterprise Extentions
Accepted answer
Comments
Robin, I'm creating the test client as described in IBM Rational Team Concert 4.0 Extensibility Lab Excercises(Section 1.7). I have set my target platform under Window>Preferences>Plug-in Development>Target Platform to the RTC SDK as directed in the Lab Exercies above. My only other choice is Running Platform. If I select Running Platform, I get compilation errors in my developed Plug-ins. I tried using Run->Debug Configurations, double-click Eclipse Application and take the defaults but I still do not see the Enterprise Extensions.
As discussed, your plugins with errors are server plugins, and the errors are a result of only having the client plugins in your target platform. You should still be able to launch and test your client plugins with those errors there. Or you could create a target platform that contains both the RTC SDK and the RTC eclipse client. This will allow your server plugins to compile and allow you to launch a test RTC eclipse client containing the enterprise extensions.
Comments
Andrew Soloninka
Jan 02 '13, 1:18 p.m.I have also set up the Jetty Server to run the Jazz server and the RTC Client still does not show Enterprise Extensions.