Why do I not get a Context object? [message #316727] |
Fri, 15 June 2007 18:16 |
Eclipse User |
|
|
|
Originally posted by: hcurtis.xaware.com
I have two plug-ins. One is a help plugin with all the context IDs defined
and the referenced help URL. The following help plugin.xml entry defines
the context definitions:
<extension point="org.eclipse.help.contexts">
<contexts file="HelpContexts.xml" />
</extension>
Located in the help plug-in root is the HelpContext.xml file. One entry is
shown here:
<context id="ErrorHandling_context">
<description>The example shows how to do error handling. </description>
<topic label="Error Handling example" href="helpset/content/5443.htm"/>
</context>
The other plug-in is one of the custom UI views and its plugin.xml file has
the following entry to reference to the help plug-in's context IDs.
<extension point="org.eclipse.help.contexts">
<contexts file="HelpContext.xml" plugin="com.xaware.help"/></extension>
|
|
|
Powered by
FUDForum. Page generated in 0.02983 seconds