Getting "Unknown extension point" warnings [message #68335] |
Mon, 09 June 2003 19:49 |
Eclipse User |
|
|
|
Originally posted by: av.alpware.com
Hi,
i'm getting strange warnings like "Unknown extension point
'org.eclipse.ui.editors'"
for some of my plugins.
Could you please explain me where the problem is and how to get rid of it?
thx in advance
-av
|
|
|
Re: Getting "Unknown extension point" warnings [message #68346 is a reply to message #68335] |
Mon, 09 June 2003 19:55 |
Eclipse User |
|
|
|
Originally posted by: richkulp.NOSPAM.us.ibm.com
It means that somewhere in your plugin xml you have something like:
<extension
point="org.eclipse.ui.editors">
<editor ...
But you don't have the "org.eclipse.ui" plugin available to your
configuration. So it can't find the plugin to register your editor.
Rich
|
|
|
Re: Getting "Unknown extension point" warnings [message #70650 is a reply to message #68346] |
Wed, 11 June 2003 11:35 |
Eclipse User |
|
|
|
Originally posted by: anthony.saucet.freesbee.fr
I've got the same pb. how to do to resolve this ?
In the dependencies, when I want to add external required plug-ins, it
gives me nothing: nothing available. but the plugins exist in the eclipse
> plugins
anthony
Richard L. Kulp wrote:
> It means that somewhere in your plugin xml you have something like:
> <extension
> point="org.eclipse.ui.editors">
> <editor ...
> But you don't have the "org.eclipse.ui" plugin available to your
> configuration. So it can't find the plugin to register your editor.
> Rich
|
|
|
Re: Getting "Unknown extension point" warnings [message #70678 is a reply to message #70650] |
Wed, 11 June 2003 12:37 |
Eclipse User |
|
|
|
Originally posted by: thierry.lach.pentamark.com
You need to import those plugins into your workspace.
Use File -> Import -> External Plugins and Features.
I find it convenient to uncheck "Copy plug-in contents into the workspace
location" - it then creates a link to the plugin itself.
Also, after selecting a plugin to import, you should probably press the "Add
Required Plug-ins" button to import any plugins that _those_ plugins depend
on otherwise you can get cascading missing dependencies.
"anthony" <anthony.saucet@freesbee.fr> wrote in message
news:bc745r$g76$1@rogue.oti.com...
> I've got the same pb. how to do to resolve this ?
> In the dependencies, when I want to add external required plug-ins, it
> gives me nothing: nothing available. but the plugins exist in the eclipse
> > plugins
>
> anthony
>
>
> Richard L. Kulp wrote:
>
> > It means that somewhere in your plugin xml you have something like:
>
> > <extension
> > point="org.eclipse.ui.editors">
> > <editor ...
>
> > But you don't have the "org.eclipse.ui" plugin available to your
> > configuration. So it can't find the plugin to register your editor.
>
> > Rich
>
>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.04268 seconds