On Tuesday, March 22, 2011 2:34:54 PM UTC+1, Susan wrote: > > Hi All, > I just moved our project which was working in GWT2.0 with UiBinder. > When I move the project to GWT 2.1 I am not able to compile the same. > Please find below the error message. > Warm Regards, > Susan George > > java.lang.NoSuchMethodError: > com.google.gwt.uibinder.rebind.UiBinderWriter.<init>(Lcom/google/gwt/ > core/ext/typeinfo/JClassType;Ljava/lang/String;Ljava/lang/String;Lcom/ > google/gwt/core/ext/typeinfo/TypeOracle;Lcom/google/gwt/uibinder/ > rebind/MortalLogger;Lcom/google/gwt/uibinder/rebind/FieldManager;Lcom/ > google/gwt/uibinder/rebind/messages/MessagesWriter;Lcom/google/gwt/ > uibinder/rebind/DesignTimeUtils;Lcom/google/gwt/uibinder/rebind/ > UiBinderContext;)V >
Check your classpath, you might have a mix of GWT 2.0 and 2.1 JARs. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
