Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » plug-in activation
plug-in activation [message #258092] Sat, 03 July 2004 07:47 Go to next message
Eclipse UserFriend
Originally posted by: develop.softwarefabrik.biz

Hi all,

we have just started to port a bunch of plug-ins from 2.x to 3.0. (nativ)

We have successfuly migrated all deprecated stuff.

But now we can't solve one problem:

We have divided up projects in ui and core. In ui we need some classes in
core - which was no problem under 2.x. Under 3.0 we get an "class not found
exception". the core plugin is not activated - the ui plugin works as
expected.

What do we have to do?

Andreas
Re: plug-in activation [message #258104 is a reply to message #258092] Sat, 03 July 2004 08:36 Go to previous message
Eclipse UserFriend
Originally posted by: pascal.ibm.canada

If you created a manifest.mf for the core plugin make sure it list all
the packages from the core plug-in in the "provide-package:" section.

If you don't use osgi specific functions, delete the manifest.mf.

PaScaL

Andreas Oberhack wrote:
> Hi all,
>
> we have just started to port a bunch of plug-ins from 2.x to 3.0. (nativ)
>
> We have successfuly migrated all deprecated stuff.
>
> But now we can't solve one problem:
>
> We have divided up projects in ui and core. In ui we need some classes in
> core - which was no problem under 2.x. Under 3.0 we get an "class not found
> exception". the core plugin is not activated - the ui plugin works as
> expected.
>
> What do we have to do?
>
> Andreas
>
>
Previous Topic:release 2.1.3 cannot run in redhat 7.2
Next Topic:debian: "NO application id has been found"
Goto Forum:
  


Current Time: Wed Apr 30 19:35:05 EDT 2025

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

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

Back to the top