Hello,
I have a problem with the Eclipse Keyword Index for a Remote Infocenter. I have the following index.xml file (also specified as the primary index in my plugin.xml):
<index>
<entry keyword="Electricity">
<topic href="electricity.html"/>
</entry>
</index>
When clicking the index tab (from Help->Help Contents) i get the following exception in my Eclipse Console: java.lang.ClassCastException: org.eclipse.help.internal.Topic at org.eclipse.help.internal.base.remote.RemoteIndexParser.parse(RemoteIndexParser.java:50) at org.eclipse.help.internal.base.remote.RemoteIndexProvider.getIndexContributions(RemoteIndexProvider.java:54)
The remote infocenter contains a plugin.xml, index.xml, toc.xml. Thank you in advance for helping!