Unable to run Junit test "Create RTC Test database"
Hello,
I'm trying to configure the EWM SDK (7.0.2) by following the "IBM Rational Team Concert 7.x Extensibility" document.
As explained at step "__34" at page 47, I'm trying to execute a Junit test on project "com.ibm.team.common.tests.utils". When I try to run it, it returns me few errors, and no Junit tests are executed.
The first one is an "Application Error" of org.Eclipse.osgi plugin:
java.lang.IllegalArgumentException: Bundle "com.ibm.team.common.tests.utils" not found. Possible causes include missing dependencies, too restrictive version ranges, or a non-matching required execution environment.
If I check the Bundles tab before running it, I see 6 features and 4 bundles with errors that I don't know how to resolve. Bundles are looking for a "com.ibm.team.integration.auth.sdk" package. Honestly I don't know where to find it and if it is required to add it to any build path.
After this one, I get few errors like "FrameworkEvent ERROR" on different plugins.
Do you have any clues?
Thank you in advance
Best regards
Accepted answer
What you describe usually means, you have failed to follow
1.3 Setup the Eclipse workspace for Server SDK Development and have failed to correctly set up the server SDK and especially 1.4 Finalize setup of the Eclipse workspace for Server SDK Development .
You are supposed to import the com.ibm.team.common.tests.utils in one of the steps. Note, there is a checkbox "Projects with source folders" that needs to be checked.
This is all I can think of. The links below might be useful as well.
https://rsjazz.wordpress.com/2022/10/26/the-ewm-rational-team-concert-extensions-workshop-and-recent-eclipse-versions/
This is all I can think of. The links below might be useful as well.
https://rsjazz.wordpress.com/2022/10/26/the-ewm-rational-team-concert-extensions-workshop-and-recent-eclipse-versions/
Comments
showing 5 of 8
show 3 more comments