Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 333619 - Running the generated project as a webapp (with both GWT SDK 2.1M3 and 2.1.1) generates runtime errors
Summary: Running the generated project as a webapp (with both GWT SDK 2.1M3 and 2.1.1)...
Status: RESOLVED WORKSFORME
Alias: None
Product: EMF
Classification: Modeling
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Ed Merks CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-05 22:07 EST by Srgjan Srepfler CLA
Modified: 2011-01-06 11:34 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Srgjan Srepfler CLA 2011-01-05 22:07:57 EST
Build Identifier: org.eclipse.emf.gwt.edit.ui_2.7.0.v20101129-1629

	[ERROR] [LIFTTEditor] - Errors in 'jar:file:/C:/Users/schrepfler/workspace-modelling/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.emf.gwt.edit.ui_2.7.0.v20101129-1629.jar!/org/eclipse/emf/edit/ui/EditorEntryPoint.java'
		[ERROR] [LIFTTEditor] - Line 571: The type new AbstractCell<Object>(){} must implement the inherited abstract method AbstractCell<Object>.render(Cell.Context, Object, SafeHtmlBuilder)
		[ERROR] [LIFTTEditor] - Line 574: The method render(Object, Object, SafeHtmlBuilder) of type new AbstractCell<Object>(){} must override or implement a supertype method
It would seem that the render method changed and now wants a Cell.Context

Reproducible: Always
Comment 1 Sven Efftinge CLA 2011-01-06 08:34:18 EST
reassigning this to component 'core' since there is no 'gwt' component so far.
Comment 2 Ed Merks CLA 2011-01-06 11:34:47 EST
It sounds like at runtime you're ending up with a different version of the libraries than you'd like, i.e., the older ones.  I'd suggest starting with a new fresh workspace and configuring GWT and your target platform from scratch.  Obviously I can't reproduce this so I'm not in a position to do anything about it.