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

Troubleshooting contributed presentations

I am trying to contribute my own attribute presentation to the WEB UI in RTC 3.0.

I have plugin
com.ibm.support.linkAttribute
in which I have files Star.js and Star.css (in the root of the plugin).

Star.js declares and provides.
com.ibm.support.server.linkAttributePresentation.Star

The plugin.xml is:

<extension
point="com.ibm.team.workitem.service.editorPresentations">
<editorPresentation
id="com.ibm.support.linkAttributePresentation.editorPresentation1"
needsAttribute="true"
widget="com.ibm.support.server.linkAttributePresentation.Star">
</editorPresentation>
</extension>
<extension point="net.jazz.ajax.cssBindingSets">
<cssBindingSet id="com.ibm.support.linkAttributePresentation.CSSBindingSet">
<cssBinding jsModule="com.ibm.support.server.linkAttributePresentation.Star">
<cssModule path="/Star.css"/>
</cssBinding>
</cssBindingSet>
</extension>
<extension point="net.jazz.ajax.webBundles">
<prerequisites>
<requiredWebBundle id="net.jazz.ajax"/>
</prerequisites>
</extension>


Unfortunately this does not work. The plugin is up and running, but the editor presentation does not appear anywhere. I expect the problem is with paths. How can I troubleshoot this plugin?

The RCP client works fine - I configure the process from there, the presentation id is the same.

0 votes



One answer

Permanent link
It turned out that that all resources must be placed in the resources folder.
I have opened Defect 141552 to clarify the documentation.

The problem is still here - how can we troubleshoot the presentation?

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,938

Question asked: Dec 08 '10, 10:37 a.m.

Question was seen: 4,658 times

Last updated: Dec 08 '10, 10:37 a.m.

Confirmation Cancel Confirm