How to include Jazz client source and API into Jazz on OS X?
Hi,
We developed a client plugin and upgrade to 1.0 now.
I installed the client and now I want upgrade our code to the version 1.0. But I am not able to include the Jazz client API or source code into Team Concert.
I downloaded the client source and extracted it on the installation directory (on OS X). This added the link and source folder on the same directory level as the client directory. When I open a class from Jazz (e.g. IBuildDefinition) I only see the class file editor that tells me that no source code is available.
Do I have to register the source code anywhere else?
Thanks a lot.
Timo
We developed a client plugin and upgrade to 1.0 now.
I installed the client and now I want upgrade our code to the version 1.0. But I am not able to include the Jazz client API or source code into Team Concert.
I downloaded the client source and extracted it on the installation directory (on OS X). This added the link and source folder on the same directory level as the client directory. When I open a class from Jazz (e.g. IBuildDefinition) I only see the class file editor that tells me that no source code is available.
Do I have to register the source code anywhere else?
Thanks a lot.
Timo
One answer
I figured it out.
Extracting the source zip on the same directory level was not the right thing to do.
I moved the links into the eclipse links folder and the source directory into the eclipse folder.
The links e.g. path=../../../source/base are relative to the executable with is located in the OS X application folder TeamConcert.app/Contents/MacOS
Thanks anyway.
Best,
Timo
Extracting the source zip on the same directory level was not the right thing to do.
I moved the links into the eclipse links folder and the source directory into the eclipse folder.
The links e.g. path=../../../source/base are relative to the executable with is located in the OS X application folder TeamConcert.app/Contents/MacOS
Thanks anyway.
Best,
Timo