I am completely confused by the GWT problem and have no idea how to interpret the GWT log or how to fix the problem. I am working on a pretty trivial template. I upgraded to GWT 2.3.0 and now I have the following problem when compiling a module using maven-gwt-plugin:
[INFO] --- gwt-maven-plugin:2.3.0:compile (default) @ gaewebtemplate --- [INFO] auto discovered modules [stuff.gaegwttemplate.Main, stuff.gaegwttemplate.security.SecurityRequest] [INFO] Loading inherited module 'com.google.gwt.activity.Activity' [INFO] Loading inherited module 'com.google.gwt.place.Place' [INFO] Loading inherited module 'com.google.gwt.user.User' [INFO] Loading inherited module 'com.google.gwt.animation.Animation' [INFO] Loading inherited module 'com.google.gwt.core.Core' [INFO] Loading inherited module 'com.google.gwt.core.CrossSiteIframeLinker' [INFO] [ERROR] Unable to load class 'com.google.gwt.core.linker.DirectInstallLinker' [INFO] java.lang.ClassNotFoundException: com.google.gwt.core.linker.DirectInstallLinker
<Deleted huge stack trace>
[INFO] [ERROR] Failure while parsing XML [INFO] com.google.gwt.core.ext.UnableToCompleteException: (see previous log entries)
<Deleted huge stack trace>
[INFO] [ERROR] Unexpected error while processing XML [INFO] com.google.gwt.core.ext.UnableToCompleteException: (see previous log entries)
Then two repeated traces and critical error messages are repeated, creating page after page (as far as I can tell) of the completely useless log information.
Does anyone know what could be here? Any idea what uses the "google strategy" here :).
source share