Are you sure that there is not another version of GWT somewhere in the classpath?
On Tue, Feb 3, 2015 at 12:09 PM, Stefano Pulze <[email protected]> wrote: > Hi folks, > > Today I've updated and build latest gwt from trunk. > I've tried to compile my project but the compilar said: > > Caused by: java.lang.NoSuchMethodError: com.google.gwt.dev.jjs.ast. > JThisRef.getClassType()Lcom/google/gwt/dev/jjs/ast/JClassType; > at com.google.gwt.dev.jjs.impl.CloneExpressionVisitor.visit( > CloneExpressionVisitor.java:317) > at com.google.gwt.dev.jjs.ast.JThisRef.traverse(JThisRef.java:48) > at com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisitor.java:127) > ... 54 more > [ERROR] at Enum.java(109): this > com.google.gwt.dev.jjs.ast.JThisRef > [ERROR] at Object.java(79): this$static > com.google.gwt.dev.jjs.ast.JParameterRef > [ERROR] at Object.java(79): Impl.getHashCode(this$static) > com.google.gwt.dev.jjs.ast.JMethodCall > [ERROR] at Enum.java(109): Object.$hashCode(this) > com.google.gwt.dev.jjs.ast.JMethodCall > [ERROR] at Enum.java(109): return Object.$hashCode(this) > com.google.gwt.dev.jjs.ast.JReturnStatement > [ERROR] at Enum.java(108): { > return Object.$hashCode(this); > } > com.google.gwt.dev.jjs.ast.JBlock > [ERROR] at Enum.java(108): { > return Object.$hashCode(this); > } > com.google.gwt.dev.jjs.ast.JMethodBody > [ERROR] at Enum.java(108): public final int hashCode(); > com.google.gwt.dev.jjs.ast.JMethod > > > Is my fault? > The same project with gwt 2.7.0 work fine. > > Thanks in advanced > > -- > 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/ead534db-45c4-4f7f-af21-5642b440d95b%40googlegroups.com > <https://groups.google.com/d/msgid/google-web-toolkit-contributors/ead534db-45c4-4f7f-af21-5642b440d95b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Google Germany GmbH *Dienerstr. 12* *80331 München* Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Katherine Stephens -- 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/CALLujiq17QMXJFgceFMi0eFUQDTBhdzC49G4Qh%2BR_6wvOeBgfg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
