When running DevMode (the Swing UI) with gwt-2.7.0-rc1 installed from Maven central, without gwt-codeserver on my classpath, I get:
Caused by: java.lang.NoClassDefFoundError: com/google/gwt/dev/util/arg/JsInteropMode at com.google.gwt.dev.codeserver.Options.<init>(Options.java:79) at com.google.gwt.dev.codeserver.CodeServer.main(CodeServer.java:45) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) Adding the gwt-codeserver jar makes it work, but IIRC we were attempting to make a "no gwt-codeserver yet" classpath setup work. (I'm not weighing in one way or the other, just reporting results.) - Stephen -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/20141029225313.3555fec5%40sh9. For more options, visit https://groups.google.com/d/optout.
