Plugin developement and deployment. [message #203692] |
Thu, 24 November 2005 10:10 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03533 seconds