Missing dependencies in plug-in project creation in RTC tool
Hello Community,
I try to develop a precondition with the process explain in the link just below:
But when I try to add all dependencies to my plug-in project, I can see some dependencies missing:
- com.ibm.team.process.service
- com.ibm.team.repository.service
- com.ibm.team.workitem.service
- com.ibm.team.build.service
It's the first step to link al those dependencies to the plug-in project
Have you a method to add those dependencies in the list in RTC tool?
Thanks in advance
Stéphane
One answer
All the dependencies above are part of the EWM Server SDK
Please consider following https://jazz.net/library/article/1000 to set up your SDK based workspaces. Perform the whole workshop to understand the steps and the possibilities.
Then use the environment you have created to develop your extension.
You can find additional hints on my blog. For example https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ .