Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » (Rcp) help in a separate plugin
(Rcp) help in a separate plugin [message #262566] Tue, 20 July 2004 05:29 Go to next message
Eclipse UserFriend
Originally posted by: arnauann.ufrima.imag.fr

Hi,
I want to integrate a help plugin in my RCP application. it works fine
when the help files (toc.xml, html..) are in the main plugin but I want to
separate the help in a specific plugin.
I don't understand in what plugin the differents files must be installed.
I don't know if the toc.xml files must be in the main plugin or in the
help plugin.

This is what I did:

plugin.xml:
<extension point="org.eclipse.help.toc">
<toc file="toc_Concepts.xml" />
</extension>

toc_Conecpts.xml:
<toc label="Concepts" >
<topic label="Concepts">
<link toc="../helpplugin/toc_Concepts.xml"/>
</topic>
</toc>

The helpPlugin contains the toc_Conecpts.xml and the html files.
I have no error in the log file but it does not work.
Does anybody know the solution?

Thanks.
Re: (Rcp) help in a separate plugin [message #262648 is a reply to message #262566] Tue, 20 July 2004 11:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dorian.birsan.net

Does your RCP app include the org.eclipse.update.configurator plugin? If
yes, and your're running on a FAT32 file system, restart with -clean.
If you don't include the configurator plugin, then make sure both plugins
are listed in the config.ini.

"arnauann" <arnauann@ufrima.imag.fr> wrote in message
news:cdiomk$cfs$1@eclipse.org...
> Hi,
> I want to integrate a help plugin in my RCP application. it works fine
> when the help files (toc.xml, html..) are in the main plugin but I want to
> separate the help in a specific plugin.
> I don't understand in what plugin the differents files must be installed.
> I don't know if the toc.xml files must be in the main plugin or in the
> help plugin.
>
> This is what I did:
>
> plugin.xml:
> <extension point="org.eclipse.help.toc">
> <toc file="toc_Concepts.xml" />
> </extension>
>
> toc_Conecpts.xml:
> <toc label="Concepts" >
> <topic label="Concepts">
> <link toc="../helpplugin/toc_Concepts.xml"/>
> </topic>
> </toc>
>
> The helpPlugin contains the toc_Conecpts.xml and the html files.
> I have no error in the log file but it does not work.
> Does anybody know the solution?
>
> Thanks.
>
>
>
>
Re: (Rcp) help in a separate plugin [message #263212 is a reply to message #262648] Thu, 22 July 2004 11:13 Go to previous message
Eclipse UserFriend
Originally posted by: arnauann.ufrima.imag.fr

Thanks for your help.

dorian birsan wrote:

> Does your RCP app include the org.eclipse.update.configurator plugin? If
> yes, and your're running on a FAT32 file system, restart with -clean.
> If you don't include the configurator plugin, then make sure both plugins
> are listed in the config.ini.

> "arnauann" <arnauann@ufrima.imag.fr> wrote in message
> news:cdiomk$cfs$1@eclipse.org...
> > Hi,
> > I want to integrate a help plugin in my RCP application. it works fine
> > when the help files (toc.xml, html..) are in the main plugin but I want to
> > separate the help in a specific plugin.
> > I don't understand in what plugin the differents files must be installed.
> > I don't know if the toc.xml files must be in the main plugin or in the
> > help plugin.
> >
> > This is what I did:
> >
> > plugin.xml:
> > <extension point="org.eclipse.help.toc">
> > <toc file="toc_Concepts.xml" />
> > </extension>
> >
> > toc_Conecpts.xml:
> > <toc label="Concepts" >
> > <topic label="Concepts">
> > <link toc="../helpplugin/toc_Concepts.xml"/>
> > </topic>
> > </toc>
> >
> > The helpPlugin contains the toc_Conecpts.xml and the html files.
> > I have no error in the log file but it does not work.
> > Does anybody know the solution?
> >
> > Thanks.
> >
> >
> >
> >
Previous Topic:strange menu/toolbar behavior
Next Topic:strange menu/toolbar behevior
Goto Forum:
  


Current Time: Sun Nov 09 12:07:50 EST 2025

Powered by FUDForum. Page generated in 0.03539 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top