It's all about the answers!

Ask a question

com.ibm.team.links.* jar in which release builds are?


Tiago Fernandez (5351619) | asked Aug 14 '13, 12:35 p.m.

Hello,

I am getting some errors in my code using Java Plain API due to missing jars,

they are: com.ibm.team.links.*

I downloaded the Plain Java Client Libraries from here: https://jazz.net/downloads/rational-team-concert/releases/4.0.2?p=allDownloads

but those libraries are not there.

What Downloads product should I download to get those com.ibm.team.links.* libraries?

Please specify the download link.

Thanks.

Accepted answer


permanent link
Philip Smith (1862) | answered Aug 14 '13, 1:21 p.m.
JAZZ DEVELOPER
 The classes in that package ought to be in com.ibm.team.repository.common_*.jar

Tiago Fernandez selected this answer as the correct answer

One other answer



permanent link
Philip Smith (1862) | answered Aug 14 '13, 1:29 p.m.
JAZZ DEVELOPER
FYI, as those packages are not included in the documentation of the API, they are not officially supported and may change with no warning in a later release. However, I don't know of a better way to do this.


Comments
Tiago Fernandez commented Aug 14 '13, 2:02 p.m.

Yes I can see it in that jar, thanks a lot.

A question, is there a JavaDoc for those?

I have the Java Plain API java Doc but I dont have for this library, so I can see what class and method I can use from it.

Thank you.


Philip Smith commented Aug 14 '13, 2:33 p.m.
JAZZ DEVELOPER

The source may be in the source download and you can build the Javadoc from that. Otherwise, you have to depend on the Eclipse IDE showing you the methods which are available but without explanation.

Can't make unofficial API too easy... :-)


Tiago Fernandez commented Aug 14 '13, 2:47 p.m.

You are so cool, your responses are always the key of what I need.

Thank you very much.

 I will mark this topic as accepted answer.


Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.