|
Re: Product Name on window/tab [message #502493 is a reply to message #502369] |
Tue, 08 December 2009 14:26 |
Lee Anne Kowalski Messages: 54 Registered: July 2009 |
Member |
|
|
Hi Rob,
One thing I see is that the id in the <extension> element should be the
ultimate portion of the eclipse.product; that is, it should be your
"helpProduct" portion. For example:
<extension point="org.eclipse.core.runtime.products" id="helpProduct">
<product name="%productName" application=""/>
</extension>
Then, windowTitlePrefix should be set to "false" to pick up your title.
While I don't know if anything else is amiss, certainly the
<extension>'s id should be helpProduct given what is in your config.ini
file.
Best,
Lee Anne
-----------------
http://www.linkedin.com/in/leeannekowalski
Rob Kimm wrote:
> Hi -
> I'm running into an issue with something that should be simple - which
> probably means I'm missing something obvious...
>
> I'm trying to get my help product name to appear on the title bar/tab
> label of a browser window.
> I have the following settings:
> in config.ini:
> eclipse.product=com.myproduct.docs.helpProduct
>
> in plugin.xml for com.myproduct.docs:
> <extension point="org.eclipse.core.runtime.products"
> id="com.myproduct.docs">
> <product name="%productName" application=""/>
> </extension>
> in plugin.properties for com.myproduct.docs:
> name=My System Help
> providerName=MY_company
> productName=My System
> in MANIFEST.MF:
> Manifest-Version: 1.0
> Bundle-ManifestVersion: 2
> Bundle-Localization: plugin
> Bundle-Name: %name
> Bundle-Vendor: %providerName
> Eclipse-LazyStart: true
> Bundle-SymbolicName: com.myproduct.docs; singleton:=true
> Bundle-Version: 1.0
>
> starting either standalone help or infocenter mode, with
> -plugincustomization plugins\com.myproduct.docs\plugin_customization.ini
> or without, and with org.eclipse.help.base/windowTitlePrefix=true or
> =false, I get the same result.
>
> With true, window/tab title is "Help - " With false, window/tab title is
> the url of help/index.jsp.
>
> Other customizations (banner, help home, etc.) work fine.
>
> In the log file, I find the following:
> !ENTRY org.eclipse.equinox.app 0 0 2009-12-07 14:54:35.184
> !MESSAGE Product com.myproduct.docs could not be found.
>
> What am I missing?
>
> Thanks for the help...
>
> Rob Kimm
>
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06286 seconds