Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » publisher eclipse bundles missing
publisher eclipse bundles missing [message #766378] Thu, 15 December 2011 16:50 Go to next message
CathyScott Mising name is currently offline CathyScott Mising nameFriend
Messages: 11
Registered: July 2011
Junior Member
I am doing a pde build against 3.7 Indigo but get the following error(s);-

Bundle: org.eclipse.equinox.p2.publisher.eclipse;-
Unsatisfied import package org.eclipse.equinox.internal.frameworkadmin.equinox_0.0.0
Unsatisfied import package org.eclipse.equinox.simpleconfigurator.manipulator_[2.0.0,3.0.0)
Bundle: org.eclipse.equinox.p2.touchpoint.eclipse;-
Unsatisfied import package org.eclipse.equinox.internal.simpleconfigurator.manipulator_0.0.0
Unsatisfied import package org.eclipse.equinox.p2.publisher.eclipse_0.0.0
Unsatisfied import package org.eclipse.equinox.simpleconfigurator.manipulator_[2.0.0,3.0.0)
Bundle: org.eclipse.equinox.simpleconfigurator.manipulator;-
Unsatisfied import package org.eclipse.equinox.internal.frameworkadmin.equinox_0.0.0

In my target platform I have org.eclipse.equinox.p2.publisher.eclipse.source_1.0.0.v20110511.jar as well as a folder org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110511 containing pdepublishing.jar and pdepublishing-ant.jar amongst other files.

There are no packages org.eclipse.equinox.internal.frameworkadmin.equinox or org.eclipse.equinox.internal.simpleconfigurator.manipulator in those jars.

Please can anyone tell me what I am missing?
Re: publisher eclipse bundles missing [message #767760 is a reply to message #766378] Sun, 18 December 2011 21:48 Go to previous message
Ivan Larionov is currently offline Ivan LarionovFriend
Messages: 37
Registered: July 2009
Member
Hi Cathy,

These messages say there are no bundles that can provide packages:
org.eclipse.equinox.simpleconfigurator.manipulator_[2.0.0,3.0.0)
org.eclipse.equinox.internal.frameworkadmin.equinox_0.0.0

I think you are missing the following bundles:
org.eclipse.equinox.frameworkadmin.equinox
org.eclipse.equinox.simpleconfigurator.manipulator
(may be some other ones that you will find out after you have resolved
this issue)

However, it is strange that you 3.7 Indigo target platform does not
contain them.

Regards,
Ivan

On 15.12.2011 18:50, CathyScott wrote:
> I am doing a pde build against 3.7 Indigo but get the following error(s);-
>
> Bundle: org.eclipse.equinox.p2.publisher.eclipse;-
> Unsatisfied import package
> org.eclipse.equinox.internal.frameworkadmin.equinox_0.0.0
> Unsatisfied import package
> org.eclipse.equinox.simpleconfigurator.manipulator_[2.0.0,3.0.0)
> Bundle: org.eclipse.equinox.p2.touchpoint.eclipse;-
> Unsatisfied import package
> org.eclipse.equinox.internal.simpleconfigurator.manipulator_0.0.0
> Unsatisfied import package org.eclipse.equinox.p2.publisher.eclipse_0.0.0
> Unsatisfied import package
> org.eclipse.equinox.simpleconfigurator.manipulator_[2.0.0,3.0.0)
> Bundle: org.eclipse.equinox.simpleconfigurator.manipulator;-
> Unsatisfied import package
> org.eclipse.equinox.internal.frameworkadmin.equinox_0.0.0
>
> In my target platform I have
> org.eclipse.equinox.p2.publisher.eclipse.source_1.0.0.v20110511.jar as
> well as a folder
> org.eclipse.equinox.p2.publisher.eclipse_1.0.0.v20110511 containing
> pdepublishing.jar and pdepublishing-ant.jar amongst other files.
>
> There are no packages
> org.eclipse.equinox.internal.frameworkadmin.equinox or
> org.eclipse.equinox.internal.simpleconfigurator.manipulator in those jars.
>
> Please can anyone tell me what I am missing?
Previous Topic:Using @annotations to define Declarative Services components
Next Topic:Packaging jar to plugin feature
Goto Forum:
  


Current Time: Tue Apr 23 15:00:12 GMT 2024

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

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

Back to the top