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 ?
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 ?
One answer
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?
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?