Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 334373 - Compile error in the build
Summary: Compile error in the build
Status: RESOLVED FIXED
Alias: None
Product: e4
Classification: Eclipse Project
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.1 M5   Edit
Assignee: Paul Webster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-14 07:34 EST by Paul Webster CLA
Modified: 2011-01-14 07:40 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 Paul Webster CLA 2011-01-14 07:34:39 EST
[javac] 539. ERROR in /opt/public/eclipse/e4/build/e4/downloads/drops/4.0.0/I20110113-2200/plugins/org.eclipse.e4.ui.model.workbench.edit/src/org/eclipse/e4/ui/model/application/ui/menu/provider/MenuItemItemProvider.java (at line 83)
    [javac] 	MenuPackageImpl.Literals.MENU_ITEM__MNEMONICS,
    [javac] 	                         ^^^^^^^^^^^^^^^^^^^^
    [javac] MENU_ITEM__MNEMONICS cannot be resolved or is not a field

Changes to the workbench model must be generated in the model edit project.

PW
Comment 1 Paul Webster CLA 2011-01-14 07:36:00 EST
Generated the edit project and then use the GenTopic application to update org.eclipse.e4.ui.workbench.UIEvents.

PW
Comment 2 Thomas Schindl CLA 2011-01-14 07:40:09 EST
Can't we remove this bundle from the build. I think nobody needs it anyways?
Comment 3 Paul Webster CLA 2011-01-14 07:40:48 EST
AFAIK it's used in XWT
PW