| Summary: | Running the generated project as a webapp (with both GWT SDK 2.1M3 and 2.1.1) generates runtime errors | ||
|---|---|---|---|
| Product: | [Modeling] EMF | Reporter: | Srgjan Srepfler <schrepfler> |
| Component: | Core | Assignee: | Ed Merks <Ed.Merks> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | schrepfler, sven.efftinge |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
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. |
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