I have run Super Dev Mode for Walkaround successfully two years ago. See: https://github.com/larrytin/moon https://github.com/larrytin/walkaround https://github.com/larrytin/wave
On Fri, Oct 17, 2014 at 3:45 PM, Ben Hegarty <heg...@gmail.com> wrote: > Hi Guys, > > I was wondering if anyone has tried debugging with superdev and whether it > works? I seem to be getting the following when running superdev-gwt. > > > [java] Compiling 1 permutation > [java] Compiling permutation 0... > [java] Source Maps Enabled > [java] Compile of permutations succeeded > [java] java.lang.NoSuchMethodError: > org.eclipse.jetty.server.AbstractConnector: method <init>()V not found > [java] at > > org.eclipse.jetty.server.nio.AbstractNIOConnector.<init>(AbstractNIOConnector.java:30) > [java] Linking into > > /var/folders/bw/tj6dn2692l7d7v7x8jk2xqk00000gn/T/gwt-codeserver-8640624414495835369.tmp/org.waveprotocol.box.webclient.WebClientDev/compile-1/war/webclient; > Writing extras to > > /var/folders/bw/tj6dn2692l7d7v7x8jk2xqk00000gn/T/gwt-codeserver-8640624414495835369.tmp/org.waveprotocol.box.webclient.WebClientDev/compile-1/extras/webclient > [java] Link succeeded > [java] at > > org.eclipse.jetty.server.nio.SelectChannelConnector.<init>(SelectChannelConnector.java:82) > [java] Compilation succeeded -- 54.933s > [java] Compile completed in 56012 ms > [java] at > com.google.gwt.dev.codeserver.WebServer.start(WebServer.java:108) > [java] at > com.google.gwt.dev.codeserver.CodeServer.start(CodeServer.java:101) > [java] at > com.google.gwt.dev.codeserver.CodeServer.main(CodeServer.java:71) > [java] at > com.google.gwt.dev.codeserver.CodeServer.main(CodeServer.java:49) > > > > Regards > Ben >