It's all about the answers!

Ask a question

Is it possible to access jazz SC repository files?


arafath Arafath (1163) | asked Dec 06 '09, 1:26 a.m.
I want to list the names of jazz source control repository files of a particular component which belongs to a stream through programatically? If possible how to achieve that?

2 answers



permanent link
Jean-Michel Lemieux (2.5k11) | answered Dec 07 '09, 7:54 p.m.
JAZZ DEVELOPER
If you look at the SDK, there is a section on downloading an installing the plain java client libraries. The libraries come with a set of code snippets, one of them prints all the files in a component, a depth first traversal of the file structure.

https://jazz.net/wiki/bin/view/Main/RTCSDK20_DevelopmentEnvironmentSetup

Here is a quick link to the plain java client, there is a snippets directory shen you unzip it:

https://jazz.net/downloads/rational-team-concert/releases/2.0.0.1/JazzPlainJavaClient-ExpressC-2.0.0.1.zip

Cheers,
Jean-Michel

permanent link
arafath Arafath (1163) | answered Dec 08 '09, 1:17 p.m.
Thanks for your reply. I will try this option.

Your answer


Register or to post your answer.