Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Plugin developement and deployment.
Plugin developement and deployment. [message #203692] Thu, 24 November 2005 10:10 Go to next message
Eclipse UserFriend
Originally posted by: greg.gigon.tugulu.com

Hello Guys,
My question is less related to GEF and more to Eclipse itself. I'm asking because I don't know which
newsgroup will be more suitable for that. If you don't know answer or don't have any sugestion
please point me at proper newsgroup :)

I did some plugin dev. I have three separate plugins. Every plugin is extending functionality of
another. So:

PluginA -> PluginB -> PluginC

PluginA can work separatelly. PluginB works only when A is installed and so on.
When I run Eclipse app, in PDE developement enviroment (run my plugins from Eclipse as Eclipse
application) everything works fine. When I build my plugins as proper instalable plugins I have a
problem when I try to run it. First two Plugins run fine. But plugin C don't. It has a problem with
basic plugin classes. It can't find Activator class and Init class. I chacked and I see that those
classes are included in plugin.jar and in BIN folder.

I will have some clue if those plugins were not working when I run it from PDE, but they are working
perfectly. Something is wrong when I build them.

If YOU have any sugestion or anything I'm VERY OPEN.

Right now I'm just frustrated and I can't look at it aymore :)

Thank's very much, Greg
Re: Plugin developement and deployment. [message #203704 is a reply to message #203692] Thu, 24 November 2005 14:23 Go to previous message
Eclipse UserFriend
Originally posted by: sunil_kamath.nohotspammail.com

Greg <greg.gigon@tugulu.com> wrote:
> Hello Guys,
> My question is less related to GEF and more to Eclipse itself. I'm
> asking because I don't know which newsgroup will be more suitable for
> that. If you don't know answer or don't have any sugestion please
> point me at proper newsgroup :)
> I did some plugin dev. I have three separate plugins. Every plugin is
> extending functionality of another. So:
>
> PluginA -> PluginB -> PluginC
>
This is really a question for eclipse.platform.
However, just to get you started, make sure that the plugin manifests for B
and C properly define the dependencies you have described.
Have you set classpaths manually or is PDE generating them for you?

--
Sunil
Previous Topic:Rotating problem
Next Topic:Serializing EAttribute from Dynamic Model
Goto Forum:
  


Current Time: Thu Apr 18 23:18:49 GMT 2024

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

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

Back to the top