Hi,
I have a RCP plugin and a HELP plugin.
When I add a HELP plugin as dependency to my RCP plugin. Help contents(texts only) are displayed fine but not the icons when I try to customize the icons instead of using default ones (this is the requirement in my case).
My HELP plugin has following plugin.xml
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<extension point="org.eclipse.help.toc">
<tocIcon id="SAPid" openIcon="sap_toc_open.gif" closedIcon="sap_toc_closed.gif"/>
<toc file="toc.xml"/>
<toc file="testToc.xml" primary="true" />
</extension>
</plugin>
And my testToc.xml has following contents
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<toc label="Test TOC" topic="html/toc.html" icon="SAPid">
<link toc="toc.xml" />
</toc>
My problem is shown in the Image below.

Please note that sap_toc_open.gif and sap_toc_close.gif are in the root directory of my test HELP plugin project.
Any ideas about the cause of the problem.??
Thank you.
Surya
[Updated on: Tue, 17 December 2013 04:32] by Moderator