Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to get debug info from a product pde ui export?
How to get debug info from a product pde ui export? [message #629101] Mon, 27 September 2010 08:13 Go to next message
Eclipse UserFriend
Originally posted by: wbeckwith.gmail.com

I have a project in my workspace that contains the entire target
platform with a target definition file. This target has been defined as
the active target for development and all is fine for compiling and
executing my example product within the IDE. However, if I try and
export the product to the file system via the product configuration
editor then after a while I get the following error message:

Cannot complete the install because one or more required items could
not be found.
Software being installed: Example Workstation 1.0.0.201009270246
(com.itko.example.workstation2.product 1.0.0.201009270246)
Missing requirement: LISA Example API 1.0.0.201009270246
(com.itko.lisa.example 1.0.0.201009270246) requires 'bundle
edu.umd.cs.findbugs.annotations 1.3.9' but it could not be found
Cannot satisfy dependency:
Cannot satisfy dependency:
Cannot satisfy dependency:
Cannot satisfy dependency:


Normally it is pde build that gives me fits, but the jar is resolved
when I start the osgi console and get the status of the bundles.
Nonetheless, pde ui export fails to find this bundle for some reason.
So how can I get pde ui export to cough more details on where it's
looking for things, etc.

Wb
Re: How to get debug info from a product pde ui export? [message #629102 is a reply to message #629101] Mon, 27 September 2010 08:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wbeckwith.gmail.com

More info, both the target and the development IDE are Eclipse 3.6.0.

Wb

On 9/27/2010 3:13 AM, Wendell Beckwith wrote:
> I have a project in my workspace that contains the entire target
> platform with a target definition file. This target has been defined as
> the active target for development and all is fine for compiling and
> executing my example product within the IDE. However, if I try and
> export the product to the file system via the product configuration
> editor then after a while I get the following error message:
>
> Cannot complete the install because one or more required items could not
> be found.
> Software being installed: Example Workstation 1.0.0.201009270246
> (com.itko.example.workstation2.product 1.0.0.201009270246)
> Missing requirement: LISA Example API 1.0.0.201009270246
> (com.itko.lisa.example 1.0.0.201009270246) requires 'bundle
> edu.umd.cs.findbugs.annotations 1.3.9' but it could not be found
> Cannot satisfy dependency:
> Cannot satisfy dependency:
> Cannot satisfy dependency:
> Cannot satisfy dependency:
>
>
> Normally it is pde build that gives me fits, but the jar is resolved
> when I start the osgi console and get the status of the bundles.
> Nonetheless, pde ui export fails to find this bundle for some reason. So
> how can I get pde ui export to cough more details on where it's looking
> for things, etc.
>
> Wb
Re: How to get debug info from a product pde ui export? [message #629114 is a reply to message #629102] Mon, 27 September 2010 09:11 Go to previous message
Eclipse UserFriend
Originally posted by: wbeckwith.gmail.com

Another bit of info, but the failure only happens if I check generating
p2 metadata in the product export wizard.

Wb

On 9/27/2010 3:16 AM, Wendell Beckwith wrote:
> More info, both the target and the development IDE are Eclipse 3.6.0.
>
> Wb
>
> On 9/27/2010 3:13 AM, Wendell Beckwith wrote:
>> I have a project in my workspace that contains the entire target
>> platform with a target definition file. This target has been defined as
>> the active target for development and all is fine for compiling and
>> executing my example product within the IDE. However, if I try and
>> export the product to the file system via the product configuration
>> editor then after a while I get the following error message:
>>
>> Cannot complete the install because one or more required items could not
>> be found.
>> Software being installed: Example Workstation 1.0.0.201009270246
>> (com.itko.example.workstation2.product 1.0.0.201009270246)
>> Missing requirement: LISA Example API 1.0.0.201009270246
>> (com.itko.lisa.example 1.0.0.201009270246) requires 'bundle
>> edu.umd.cs.findbugs.annotations 1.3.9' but it could not be found
>> Cannot satisfy dependency:
>> Cannot satisfy dependency:
>> Cannot satisfy dependency:
>> Cannot satisfy dependency:
>>
>>
>> Normally it is pde build that gives me fits, but the jar is resolved
>> when I start the osgi console and get the status of the bundles.
>> Nonetheless, pde ui export fails to find this bundle for some reason. So
>> how can I get pde ui export to cough more details on where it's looking
>> for things, etc.
>>
>> Wb
>
Previous Topic:Problem with plug-in shipping: Can't run a 32bit (SWT) plugin on a 64bit machine
Next Topic:How to block a line for editing in my Editor
Goto Forum:
  


Current Time: Thu Apr 25 01:44:35 GMT 2024

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

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

Back to the top