It's all about the answers!

Ask a question

Missing libraries for ETM custom test type development


anuraag kb (918) | asked Sep 09 '20, 11:54 a.m.
edited Sep 14 '20, 10:20 a.m. by Paul Slauenwhite (8.4k12)

We are referring to the documentation - Extending Execution User Interface_v2.0.docx for extending custom test type user interface in ETM.


As mentioned in the document, we are referring to the plugin.xml in the commandline adapter web plugin jar.
The net.jazz.ajax.webBundles extension point in the plugin.xml contains 6 prerequisite required webBundles as below:
<extension point="net.jazz.ajax.webBundles">
        <prerequisites>
            <requiredWebBundle id="net.jazz.ajax"/>
            <requiredWebBundle id="com.ibm.team.repository.web"/>
            <requiredWebBundle id="com.ibm.team.process.web"/>
            <requiredWebBundle id="com.ibm.asq.common.web"/>
            <requiredWebBundle id="com.ibm.rqm.planning.web"/>
            <requiredWebBundle id="com.ibm.rqm.execution.web"/>
        </prerequisites>   
</extension>

</pre>

For development of custom test type, when we try build an Update Site project in Eclipse by including feature that uses web plugin that includes above webBundles, we get below plug-in missing error messages. Can you please let me know from where can I download the above webBundles that I can import into Eclipse?

Missing required plug-in net.jazz.ajax_0.0.0.
Missing required plug-in com.ibm.team.repository.web_0.0.0.
Missing required plug-in com.ibm.team.process.web_0.0.0.
Missing required plug-in com.ibm.rqm.planning.web_0.0.0.
Missing required plug-in com.ibm.rqm.execution.web_0.0.0.
Missing required plug-in com.ibm.rational.test.lm.web_0.0.0.



One answer



permanent link
Jaime de Alba (211) | answered Sep 18 '20, 3:55 p.m.

 Have you reviewed the corresponding Manifest file? You should see a Require-Bundle section:


Require-Bundle: com.ibm.team.repository.web,
 com.ibm.team.process.web,
com.ibm.rqm.planning.web,
com.ibm.rqm.execution.web,
com.ibm.rational.test.lm.web
 net.jazz.ajax

Your answer


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