Where did these go in RTC4? import com.ibm.team.repository.service.AbstractService;
2 answers
they are still in the sdk, in com.ibm.team.repository.service.?????/repository_service.jar
Comments
I looked in (server) JTS-CCM-keys-Linux64_4.0.7.zip and RTC-Client-plainJavaLib-4.0.7.zip I can find the file here ./tomcat/work/Catalina/localhost/ccm/eclipse/configuration/org.eclipse.osgi/bundles/97/1/.cp/repository_service.jar in the server install.
I am doing plugin development, I add com.ibm.team.repository.service (1.3.0) in the Manifest.MF I can not find the ones above (AbstractService)
As Sam correctly points out they are in the SDK.
I'd suggest to start here
https://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/
https://rsjazz.wordpress.com/2013/03/14/what-apis-are-available-for-rtc-and-what-can-you-extend/
and follow the description in https://jazz.net/library/article/1000
you need to download the Software Development Kit for server side development
I selected 4.0.1 (jazz.net/downloads, rtc, archive, select version, all downloads )
https://jazz.net/downloads/rational-team-concert/releases/4.0.1?p=allDownloads
then select source code (aka SDK)
https://jazz.net/downloads/rational-team-concert/releases/4.0.1/RTC-SDK-4.0.1.zip
I selected 4.0.1 (jazz.net/downloads, rtc, archive, select version, all downloads )
https://jazz.net/downloads/rational-team-concert/releases/4.0.1?p=allDownloads
then select source code (aka SDK)
https://jazz.net/downloads/rational-team-concert/releases/4.0.1/RTC-SDK-4.0.1.zip