adding documentation to eclipse help system [message #98599] |
Tue, 30 August 2005 15:24 |
Eclipse User |
|
|
|
Originally posted by: Blum_Thomas.web.de
Hi,
I've got a problem with the eclipse help system. I want to add the jdom
apidoc to the help
contents (Help -> Help contents). It is displayed in the contents but when
I click it,
nothing happens. Neither does a toc appear, nor is the index page
displayed. The only thing
that happens is that the area where the pages are displayed is cleared.
I' got a folder "org.jdom" in my plugins folder. In the org.jdom-folder,
there is anotehr
folder called apidocs which contains the documentaion in html. In the
org.jdom folder also
exists a plugin.xml:
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<extension
point="org.eclipse.help.toc">
<toc
file="toc.xml"
primary="true">
</toc>
</extension>
</plugin>
and a toc.xml:
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<toc label="JDOM">
<topic label="Javadoc" href="apidocs\index.html"/>
</toc>
I have added other documentation to the help contents the same way before
but this time it
won't work. Do the html-pages have to be in a special format?
best regards
Thomas Blum
--
Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/m2/
|
|
|
Powered by
FUDForum. Page generated in 0.06758 seconds