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

BuildToolKit and ITeamRepository Error

I am using the buildtoolkit task defintions and have started with teh sample files from the buildtoolkit\examples\compile-and-test example. It works fine now that I have moved the build toolkit and the worksapce to directory patsh that do not contain spaces but I am still getting an error.....

The lines at the bottom of the build.xml file such as :

<taskdef>

are highlighted yellow and have a warning that the following class is missing :

com.ibm.team.repository.client.ITeamRepository$ILoginHandler. The file com.ibm.team.repository.client.ITeamRepository is present unde the name of :

com.ibm.team.process.client.nl1_1.0.0.v200906182005
com.ibm.team.process.client.nl2_1.0.0.v200906182005 but not the exact name shown above.

Should I worry ? Where can I ge th eright referecnes to ITeamRepository and basically how do I overcome this iritation ?

0 votes



One answer

Permanent link
Where are you seeing these errors? In the IDE when you open the build.xml?
If so, it sounds like the issue is that it can resolve the classes for the build toolkit Ant tasks, but not classes they reference like ITeamRepository.

This should not cause your build to break, assuming it's being run via JBE, but it may not work if you run the script directly from the IDE.

It's unexpected, though. Which version of RTC are you using? Is it the base RTC, or is it mixed into some other version of Eclipse or some other product?

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

Question asked: Dec 15 '09, 12:03 p.m.

Question was seen: 5,040 times

Last updated: Dec 15 '09, 12:03 p.m.

Confirmation Cancel Confirm