Skip to main content



      Home
Home » Newcomers » Newcomers » Extending my own extension point
Extending my own extension point [message #14473] Mon, 24 January 2005 10:23 Go to next message
Eclipse UserFriend
Originally posted by: 0kcc.qlink.queensu.ca

Hello,

I have used the following references to learn how to create extension
points.
Faq#85 from the online version of eclipsefaq.org
http://docs.codehaus.org/display/UDIG/Creating+and+Using+Ext ension+Points
http://help.eclipse.org/help21/index.jsp?topic=/org.eclipse. pde.doc.user/guide/pde_schema_editor.htm

I created an extension point in the plugin I am developing.

Then I go to Run run-time workbench.
In the run-time workbench I create a New Plugin Project. However when I
go to plugin.xml -> extensions page on the wizzard I cannot find the
extension point I previously created.

Also in the run-time workbench if I go to Help->About->Plugin Details, I
can see that my plugin (that I declared the extension in) is loaded.

Is there something else I must do to see the extension point I made?

Any help is appreciated. Thanks,
Kevin
Re: Extending my own extension point [message #15940 is a reply to message #14473] Tue, 25 January 2005 09:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kim_horne.ca.ibm.com

You need to make sure that your the project in which you wish to provide
an extension for your extension point is dependant upon the plugin that
defines it. You can do this from the Dependency tab in the plugin editor.

Kevin wrote:
> Hello,
>
> I have used the following references to learn how to create extension
> points. Faq#85 from the online version of eclipsefaq.org
> http://docs.codehaus.org/display/UDIG/Creating+and+Using+Ext ension+Points
> http://help.eclipse.org/help21/index.jsp?topic=/org.eclipse. pde.doc.user/guide/pde_schema_editor.htm
>
>
> I created an extension point in the plugin I am developing.
> Then I go to Run run-time workbench.
> In the run-time workbench I create a New Plugin Project. However when I
> go to plugin.xml -> extensions page on the wizzard I cannot find the
> extension point I previously created.
>
> Also in the run-time workbench if I go to Help->About->Plugin Details, I
> can see that my plugin (that I declared the extension in) is loaded.
>
> Is there something else I must do to see the extension point I made?
>
> Any help is appreciated. Thanks,
> Kevin
>
Re: Extending my own extension point [message #19690 is a reply to message #15940] Fri, 28 January 2005 10:00 Go to previous message
Eclipse UserFriend
Originally posted by: 0kcc.qlink.queensu.ca

Thank you so much.
It worked.


Kim Horne wrote:

> You need to make sure that your the project in which you wish to provide
> an extension for your extension point is dependant upon the plugin that
> defines it. You can do this from the Dependency tab in the plugin editor.

> Kevin wrote:
>> Hello,
>>
>> I have used the following references to learn how to create extension
>> points. Faq#85 from the online version of eclipsefaq.org
>> http://docs.codehaus.org/display/UDIG/Creating+and+Using+Ext ension+Points
>>
http://help.eclipse.org/help21/index.jsp?topic=/org.eclipse. pde.doc.user/guide/pde_schema_editor.htm
>>
>>
>> I created an extension point in the plugin I am developing.
>> Then I go to Run run-time workbench.
>> In the run-time workbench I create a New Plugin Project. However when I
>> go to plugin.xml -> extensions page on the wizzard I cannot find the
>> extension point I previously created.
>>
>> Also in the run-time workbench if I go to Help->About->Plugin Details, I
>> can see that my plugin (that I declared the extension in) is loaded.
>>
>> Is there something else I must do to see the extension point I made?
>>
>> Any help is appreciated. Thanks,
>> Kevin
>>
Previous Topic:Eclipse based ( RCP ) product not picking up the plugins
Next Topic:Building Eclipse WST
Goto Forum:
  


Current Time: Sat May 10 16:33:24 EDT 2025

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

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

Back to the top