Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How do I get package information from the RTC database ?

Hi all,

Does any of you know how to get package's information from the Rational Team Concert database? I'm developing queries to retrieve information from the RTC database for research purposes, but so far I have only found information about files in the VERSIONABLE_QUERY table. I want to get information about which packages these files belong, so any help in this sense would be appreciated.

Thanks,
Jean

0 votes

Comments

What do you mean by 'package' and 'information'?

If you're talking about a directory under a java src/ directory, it may be easiest to run a repository and query the data using the (internal) source control APIs. If you aren't dealing with many states, you could load the remote workspace and run operations on it that way.



One answer

Permanent link
I assume by "package information", you are talking about Java files, and want to know what Java package a file belongs to?   If so, this is not something that is stored in the RTC SCM repository.   In general, all the RTC SCM repository knows is that the objects are files ... it doesn't try to compute/store semantic information about those files.   With the Enterprise Extensions to RTC, there are mechanisms provided to "scan" files for interesting information, and then index that information so that it can be queried ... but I don't think any of the built-in scanners look for Java Package information.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,941

Question asked: Jul 03 '12, 10:54 a.m.

Question was seen: 5,581 times

Last updated: Jul 04 '12, 10:52 a.m.

Confirmation Cancel Confirm