Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[e4-dev] Unable to export org.eclipse.equinox.concurrent in E4 RCP product build

I've got all our code compiling in E4 that I'd like to add to the build (that was trivial). 

However, exporting the example product from the product config editor in E4 results in a non-functioning product with errors in configuration/01234567.log about unresolved bundles.  This is even after adding ALL features in the entire E4 distribution to the product.  Note: the product exports and runs perfectly from 3.6 and 3.4.

Here's a snippet of what we're seeing in the log:

!ENTRY org.eclipse.osgi 2 0 2010-07-21 16:41:30.562
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-21 16:41:30.562
!MESSAGE Bundle reference:file:plugins/org.eclipse.e4.core.services_0.9.1.v20100720-1930.jar was not resolved.
!SUBENTRY 2 org.eclipse.e4.core.services 2 0 2010-07-21 16:41:30.562
!MESSAGE Missing required bundle org.eclipse.equinox.concurrent_1.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-21 16:41:30.562
!MESSAGE Bundle reference:file:plugins/org.eclipse.e4.ui.workbench_0.9.1.v20100720-1930.jar was not resolved.
!SUBENTRY 2 org.eclipse.e4.ui.workbench 2 0 2010-07-21 16:41:30.562
!MESSAGE Missing required bundle org.eclipse.equinox.concurrent_[1.0.0,2.0.0).

!ENTRY org.eclipse.osgi 2 0 2010-07-21 16:41:30.625
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2010-07-21 16:41:30.625
!MESSAGE Bundle org.eclipse.ant.ui_3.5.0.v20100427 [37] was not resolved.
!SUBENTRY 2 org.eclipse.ant.ui 2 0 2010-07-21 16:41:30.625
!MESSAGE Missing optionally required bundle org.eclipse.ui.ide_[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.ant.ui 2 0 2010-07-21 16:41:30.625
!MESSAGE Missing optionally required bundle org.eclipse.ui.views_[3.2.0,4.0.0).
!SUBENTRY 2 org.eclipse.ant.ui 2 0 2010-07-21 16:41:30.625
!MESSAGE Missing optionally required bundle org.eclipse.ui.workbench.texteditor_[3.5.0,4.0.0).

I checked and org.eclipse.equinox.concurrent is NOT being included in my build, but it IS in the E4 distro, which would explain the log file messages.  So the big question appears to be "What feature is supposed to include it?" or "Am I doing something wrong here?"

Should this be a bug report or is this the appropriate venue for discussing this?


Thanks in advance,

Dave Orme


Back to the top