Is it possible to access jazz SC repository files?
2 answers
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
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