Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » can't add GEF plugin to required plugins
can't add GEF plugin to required plugins [message #268067] Fri, 20 August 2004 13:29 Go to next message
Eclipse UserFriend
Hello,

I'd like to use the GEF framework/plugin or the draw2d plugin in my custom
plugin.
Unfortunatly, neither the org.elipse.gef nor the org.eclipse.draw2d plugin
are available in the
Dependencies - add... listbox of the plugin.xml manifest editor.

I installed the GEF SDK and runtime. I see the corresponding subdirectories
in the features and plugin directories.
I see the feature and plugin details in the Eclipse About box (alas without
Provider Name and without Plugin Name, just the Version 3.0.0 and the id's).

What's missing?

Cheers,

Bernd
Re: can't add GEF plugin to required plugins [message #268076 is a reply to message #268067] Fri, 20 August 2004 13:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Is GEF in your target Eclipse, and not the Eclipse that is running your
development id. It looks in the target eclipse to find plugins during
development. See Windows->Preferences->Plugin Development->Target Platform.


--
Thanks, Rich Kulp

Re: can't add GEF plugin to required plugins [message #268084 is a reply to message #268076] Fri, 20 August 2004 14:27 Go to previous messageGo to next message
Eclipse UserFriend
Hmm?

My eclipse installation is under
d:\eclipse-3.0
This is the location where I added the GEF plugins (and some other "custom"
plugins like de.jayefem.log4, this IS visible and addable, BTW).
My target platform currently points to the same location;
Windows->Preferences->Plugin Development->Target Platform - Location:
d:\eclipse-3.0
Alas, partially you are right, in this list, the gef/draw2d plugins/feature
do not appear.
Pressing "Reload" pops up a nice progress dialog, scanning plugins, but
afterwards nothing changed.
Pressing "Not in Workspace" (whatever that button might be for...) doesn't
even cause a flicker.

So, any idea how I could persuade eclipse to add the new plugins to this
list?

CU, Bernd


"Rich Kulp" <richkulp@NO.SPAM.us.ibm.com> wrote in message
news:cg5dlj$r62$3@eclipse.org...
> Is GEF in your target Eclipse, and not the Eclipse that is running your
> development id. It looks in the target eclipse to find plugins during
> development. See Windows->Preferences->Plugin Development->Target
Platform.
>
>
> --
> Thanks, Rich Kulp
> 
>
Re: can't add GEF plugin to required plugins [message #268096 is a reply to message #268084] Fri, 20 August 2004 15:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Just to make sure see that the gef plugins are physically in the plugins
directory under d:\eclipse-3.0 It should find them unless there is some
pre-req error.


--
Thanks, Rich Kulp

Re: can't add GEF plugin to required plugins [message #268110 is a reply to message #268067] Fri, 20 August 2004 22:37 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dorian.birsan.net

This looks similar to https://bugs.eclipse.org/bugs/show_bug.cgi?id=70176 ?

"Bernd Hofner" <bernd.hofner@gmx.net> wrote in message
news:cg5c9k$pnt$1@eclipse.org...
> Hello,
>
> I'd like to use the GEF framework/plugin or the draw2d plugin in my custom
> plugin.
> Unfortunatly, neither the org.elipse.gef nor the org.eclipse.draw2d plugin
> are available in the
> Dependencies - add... listbox of the plugin.xml manifest editor.
>
> I installed the GEF SDK and runtime. I see the corresponding
subdirectories
> in the features and plugin directories.
> I see the feature and plugin details in the Eclipse About box (alas
without
> Provider Name and without Plugin Name, just the Version 3.0.0 and the
id's).
>
> What's missing?
>
> Cheers,
>
> Bernd
>
>
Re: can't add GEF plugin to required plugins [message #268119 is a reply to message #268110] Sat, 21 August 2004 08:12 Go to previous message
Eclipse UserFriend
Yep! That's it!
The problems is triggered by "incomplete" manifest files (the ones in the
META-INF subdirectories) and
the way the eclipse core processes these incomplete files. Instead of
looking in the plugin.xml for
the missing data, the core kind of discards the plugin.
A patch seems to be scheduled for Eclipse 3.0.1, but as a workaround
deleting the META-INF subdirectories in the GEF and DRAW2D plugins and
features works just fine...

Cheers,

Bernd
Previous Topic:[ANN] RMI Plugin for Eclipse v1.6.0
Next Topic:Altering plugin classpath dynamically?
Goto Forum:
  


Current Time: Sun Jun 08 18:24:12 EDT 2025

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

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

Back to the top