Comment by mark.renouf:
This patch will make GAE/Eclipse happy for now, seems to work with no side
effects. Patch and build with 'ant dist-dev'.
Index: dev/core/src/com/google/gwt/dev/DevModeBase.java
===================================================================
--- dev/core/src/com/google/gwt/dev/DevModeBase.java (revision 6906)
+++ dev/core/src/com/google/gwt/dev/DevModeBase.java (working copy)
@@ -41,6 +41,7 @@
import com.google.gwt.dev.util.Util;
import com.google.gwt.dev.util.arg.ArgHandlerGenDir;
import com.google.gwt.dev.util.arg.ArgHandlerLogLevel;
+import com.google.gwt.dev.util.arg.ArgHandlerScriptStyle;
import com.google.gwt.dev.util.arg.OptionGenDir;
import com.google.gwt.dev.util.arg.OptionLogLevel;
import com.google.gwt.util.tools.ArgHandlerFlag;
@@ -570,6 +571,7 @@
registerHandler(new ArgHandlerGenDir(options));
registerHandler(new ArgHandlerPortHosted(options));
registerHandler(new ArgHandlerRemoteUI(options));
+ registerHandler(new ArgHandlerScriptStyle(options));
}
}
For more information:
http://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors