Can't find com.ibm.team.common.tests.utils project for JUnit2 launch configuration
![]()
Hi,
I am following the IBM RTC 4.0 Extensibility document for the RTC 4.0 Extensions workshop and I have followed the guide up until step 1.6 which is Lab 1. I am on this step:On the Run Configurations dialog, select JUnit2 Launch > [RTCExt] Create RTC Test Database and then click Run.Note that if you switch to the Bundles tab, you will see that three of the bundles you imported earlier (the test bundle that creates the database and the licenses) Well, I am not able to navigate to com.ibm.team.common.tests.utils when I click browse on project for run a single test. I also do not see the bundles that were imported earlier. I did a search and see com.ibm.team.common.tests.utils.feature in the RTC SDK i downloaded but it is not appearing to chose in run configuration .I have RTC 4.0 plugin. RTC 4.0.5 SDK. Is this needed as I want to write queries against my RTC server. |
Accepted answer
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Mar 24 '14, 3:33 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Mar 24 '14, 1:00 p.m.
Brandy,
if you fail to find the JUnit Launch, you did something wrong in 1.4_22 you basically failed to successfully import the required plugin at least for the tests. Most likely you did not check the import as source code. I would suggest to delete all the imported projects and do the whole section again. Pay a lot of attention to the different settings for the import. Brandy Guillory selected this answer as the correct answer
Comments Hi Ralph,
Hi Brandy,
Hi Ralph,
I still don't understand what you are trying to attempt.
You answered my question perfectly. I have to create a new project/package & class to develop against the client api and not create my class in the existing packages in case of conflict ! Thanks. Ill give it a shot.
|