Skip to main content



      Home
Home » Eclipse Projects » Eclipse 4 » PDE Build doest not find org.eclipse.emf.edit
PDE Build doest not find org.eclipse.emf.edit [message #1686761] Thu, 19 March 2015 06:38 Go to next message
Eclipse UserFriend
Hello,

Perhaps not the good place to ask my question, but the Plugin Development Forum seems quite dead, so I retry here Smile

When exporting an Eclipse 4 RCP product (inside the IDE) PDE Build complains about the bundle emf.edit being missed.

Quote:

Cannot complete the install because one or more required items could not be found.
Software being installed: Presta Desktop Portfolio 1.0.0 (be.groups.portfolio.app.product 1.0.0)
Missing requirement: Portfolio Domain Edit 0.0.1.201503161131 (be.groups.portfolio.domain.edit 0.0.1.201503161131) requires 'bundle org.eclipse.emf.edit 0.0.0' but it could not be found
Cannot satisfy dependency:
Cannot satisfy dependency:


This bundle, however, is part of the target platform and specified in the manifest, so I do not see the problem...

The problem is the same whenever I use the default highest-available-bundle-version (0.0.0) or use a specific version number (2.11.0).

I can launch the application without any problem from inside the IDE, and Tycho builds the plugin without complaining, too, so the problem really seems specific to PDE Build...

Any ideas on how to solve this... ?

Thomas Elskens
Re: PDE Build doest not find org.eclipse.emf.edit [message #1686884 is a reply to message #1686761] Thu, 19 March 2015 07:48 Go to previous messageGo to next message
Eclipse UserFriend
Is it included in the product? I mean did you include it in a feature or added the plugin itself to the product configuration?
Re: PDE Build doest not find org.eclipse.emf.edit [message #1686977 is a reply to message #1686761] Thu, 19 March 2015 08:40 Go to previous message
Eclipse UserFriend
Hi,

I often encounter it the other way. PDE-Build exports it, maven-tycho
refuses. If you ask me the export from IDE should be removed completely
and no I'm really serious.

PDE-Build is completely and totally unmaintained, any project should
generate a headless build setup, be it maven-tycho, gradle+bnd, ... .

Tom

On 19.03.15 11:38, Thomas Elskens wrote:
> Hello,
>
> Perhaps not the good place to ask my question, but the Plugin
> Development Forum seems quite dead, so I retry here :)
>
> When exporting an Eclipse 4 RCP product (inside the IDE) PDE Build
> complains about the bundle emf.edit being missed.
> Quote:
>> Cannot complete the install because one or more required items could
>> not be found.
>> Software being installed: Presta Desktop Portfolio 1.0.0
>> (be.groups.portfolio.app.product 1.0.0)
>> Missing requirement: Portfolio Domain Edit 0.0.1.201503161131
>> (be.groups.portfolio.domain.edit 0.0.1.201503161131) requires 'bundle
>> org.eclipse.emf.edit 0.0.0' but it could not be found
>> Cannot satisfy dependency:
>> Cannot satisfy dependency:
>
>
> This bundle, however, is part of the target platform and specified in
> the manifest, so I do not see the problem...
>
> The problem is the same whenever I use the default
> highest-available-bundle-version (0.0.0) or use a specific version
> number (2.11.0).
> I can launch the application without any problem from inside the IDE,
> and Tycho builds the plugin without complaining, too, so the problem
> really seems specific to PDE Build...
>
> Any ideas on how to solve this... ?
> Thomas Elskens
Previous Topic:DynamicMenuContribution and IEclipseContext
Next Topic:Dialog (MDialog) can be opened only once
Goto Forum:
  


Current Time: Mon Jul 14 16:51:57 EDT 2025

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

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

Back to the top