Community
Participate
Working Groups
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
reassigning this to component 'core' since there is no 'gwt' component so far.
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.