[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.ua] Re: Extern

Without knowing more about your application it's difficult to know what might be causing the problem, If you debug org.eclipse.help.internal.base.remote.RemoteTocProvider.getTocContributions(String) you will probably be able to figure it out. One possibility is that in your application the help system is running in infocenter mode, which does not support remote help in Eclipse 3.4 (that restriction has been lifted in Eclipse 3.5). Another is that pluginCustomization.ini is not being read and you would need to change the config.ini file.


Peter M wrote:
Hi there again,

very good to read that it was not all wrong until now. But I'm afraid I'll need another hint on how to merge local and external help. I added the following lines to my 'plugin_customization.ini' without effect:

org.eclipse.help.base/remoteHelpOn=true
org.eclipse.help.base/remoteHelpHost=localhost
org.eclipse.help.base/remoteHelpPath=/help
org.eclipse.help.base/remoteHelpUseDefaultPort=false
org.eclipse.help.base/remotHelpPort=8080

(I'm running a Tomcat server on my local machine providing the Infocenter. Also tried to use "help.eclipse.org" and path "/ganymede" with default port true)

From my product I'm calling the Help system by executing the command org.eclipse.ui.help.helpContents. The Help System appears but without any content.

What am I doing wrong?

Thanks,
Peter