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

Missing libraries for ETM custom test type development

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.



0 votes



One answer

Permanent link

 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

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
× 10,930
× 7,491
× 1,320

Question asked: Sep 09 '20, 11:54 a.m.

Question was seen: 1,510 times

Last updated: Sep 18 '20, 3:55 p.m.

Confirmation Cancel Confirm