Hi [ERROR] java.lang.RuntimeException: java.lang.ClassNotFoundException: com.google.gwt.dev.codeserver.CodeServer [ERROR] at com.google.gwt.dev.shell.SuperDevListener.<init>(SuperDevListener.java:116) [ERROR] at com.google.gwt.dev.DevMode.ensureCodeServerListener(DevMode.java:638) [ERROR] at com.google.gwt.dev.DevModeBase.doStartup(DevModeBase.java:940) [ERROR] at com.google.gwt.dev.DevMode.doStartup(DevMode.java:529) [ERROR] at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:1044) [ERROR] at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:836) [ERROR] at com.google.gwt.dev.DevMode.main(DevMode.java:411) [ERROR] Caused by: java.lang.ClassNotFoundException: com.google.gwt.dev.codeserver.CodeServer [ERROR] at java.net.URLClassLoader$1.run(URLClassLoader.java:366) [ERROR] at java.net.URLClassLoader$1.run(URLClassLoader.java:355) [ERROR] at java.security.AccessController.doPrivileged(Native Method) [ERROR] at java.net.URLClassLoader.findClass(URLClassLoader.java:354) [ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:423) [ERROR] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) [ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:356) [ERROR] at java.lang.Class.forName0(Native Method) [ERROR] at java.lang.Class.forName(Class.java:188) [ERROR] at com.google.gwt.dev.shell.SuperDevListener.<init>(SuperDevListener.java:111) [ERROR] ... 6 more
It only starts if i set: <superDevMode>false</superDevMode> Thanks, On Sunday, September 14, 2014 6:07:05 AM UTC+3, Thomas Broyer wrote: > > Hi all, > > I spent some hours updating the gwt-maven-plugin to GWT 2.7.0-SNAPSHOT, > and just deployed a snapshot to the > https://nexus.codehaus.org/content/repositories/snapshots/ repository. > > You should thus be able to test GWT 2.7.0-SNAPSHOT more easily by > switching to gwt-maven-plugin 2.7.0-SNAPSHOT. > > Feedback welcome, both on the plugin and on GWT. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
