How to configure RTC SDK v403 extension environment?
Hi all,
I'm intending to build up an extension environment for using RTC v4.0.3 and I follow the setting steps described in https://jazz.net/library/article/1000.
Here I got a problem that the repository tar files using in section 1.3 of workshop is for v4.0 not for v4.0.3.
Although I can skip the section 1.3 not to run the examples offered by the workshop, but I need to build up a jetty test server for quickly testing my own plugins.
Obviously the repository tar files will load example plugins and create some predefined OSGi launch models and Junit launch models which title designated [RTCExt].
If I just skip the loading repository process then these models won't be created.
So, can anyone tell me how can I build up and run jetty test server while using RTC v4.0.3?
Thanks for any responses and help.
Accepted answer
Answer to Kenery:
The information is in Setting up the RTC SDK
If you install RTC4.0 and try to run a 4.0.x client against it that does not give you a 4.0.x SDK and it will actually not work. See: http://rsjazz.wordpress.com/2013/07/09/new-version-and-now-experiences-with-sdk-and-plain-java-api-across-tool-versions/
My suggestion if you only want to set up the SDK for newer versions of RTC:
The information is in Setting up the RTC SDK
If you install RTC4.0 and try to run a 4.0.x client against it that does not give you a 4.0.x SDK and it will actually not work. See: http://rsjazz.wordpress.com/2013/07/09/new-version-and-now-experiences-with-sdk-and-plain-java-api-across-tool-versions/
My suggestion if you only want to set up the SDK for newer versions of RTC:
-
Install the workshop with 4.0.
-
Load the launches (and the final source code if you want that as an example later) to disk. Remember your workspace.
-
Install RTC and the SDK of the version X you are interested in (server, client, sdk, plain java...)
-
Setup the SDK as described in the workshop for Version X and skip 1.3 as described in the blog posts above with a new Eclipse workspace
- Import the launches and the source code from the old workspace - avoid importing the projects that are imported when setting up the SDK.
-
You are ready to go for SDK development for version X
2 other answers
Hello Kenery,
I am working on this topic actually :-)
I have installed the 4.0.0 server then, I have populated my database with the files used on the workshop. Then I have exported all information in the ccm server.
Finally, I have deleted this version and I have reinstalled the 4.0.3 server ...
Regards
Mathieu
I am working on this topic actually :-)
I have installed the 4.0.0 server then, I have populated my database with the files used on the workshop. Then I have exported all information in the ccm server.
Finally, I have deleted this version and I have reinstalled the 4.0.3 server ...
Regards
Mathieu
Comments
1 vote
1 vote
showing 5 of 14
show 9 more comments
Mathieus way of installing 4.0 and upgrading is one way. You do that if you want to run the workshop with 4.0.x.
If you don't and simply want to set up the SDK, have a look at http://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/ . You can basically setup the SDK without having to import the workshop repository.
Comments
1 vote