Bug 320564 - E4 product export fails to include org.eclipse.equinox.concurrent
Summary: E4 product export fails to include org.eclipse.equinox.concurrent
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: E4 (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-21 18:21 EDT by Dave Orme CLA
Modified: 2012-12-13 15:00 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Orme CLA 2010-07-21 18:21:41 EDT
The org.eclipse.e4.rcp.feature (nor any others that I can determine) does not include org.eclipse.equinox.concurrent.  As a result, products exported from E4 do not contain this element and will not run.

This result can be seen by exporting and attempting to run:

http://dev.eclipse.org/viewcvs/index.cgi/e4/org.eclipse.e4.deeplink/examples/org.eclipse.e4.ui.deeplink.example.client.product/
Comment 1 John Arthorne CLA 2010-07-22 09:58:59 EDT
Just to clarify, the purpose of the org.eclipse.e4.rcp feature was to gather together all the e4 plugins required by the org.eclipse.rcp 4.0 feature. It wasn't intended to be comprehensive - it doesn't contain any of the required plugins from equinox or original platform that it needs to be able to run. I suggest using the org.eclipse.rcp v4.0 feature, which transitively includes all dependencies it requires.
Comment 2 Valerio Santinelli CLA 2012-09-06 09:44:14 EDT
Even including org.eclipse.rcp version 4.2 does not provide org.eclipse.equinox.concurrent though
Comment 3 Wim Jongman CLA 2012-11-06 10:57:53 EST
You have to include it yourself if you want to use it. It is not in any feature. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=309247