> [INFO] Caused by: java.lang.NoSuchMethodError: > org.eclipse.jdt.internal.compiler.lookup.MethodBinding.isDefaultMethod()Z >
This line indicates that you have some version of JDT / ECJ on your classpath during GWT compilation that is incompatible with the one that GWT compiler uses. JDT is embedded in gwt-dev.jar so it is possible that some other dependency brings in a different version. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users" 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/d4aa5d86-ac93-40cf-bca6-36c0fb55076bn%40googlegroups.com.
