Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 10:38 Go to next message
Thomas Elskens is currently offline Thomas ElskensFriend
Messages: 159
Registered: September 2014
Location: Brussels - Belgium
Senior Member
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 11:48 Go to previous messageGo to next message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
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 12:40 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
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: Fri Mar 29 14:28:41 GMT 2024

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

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

Back to the top