> I am using Eclipse 3.4 with GWT2.2.0. > > Loading inherited module 'com.google.gwt.user.User' > Loading inherited module 'com.google.gwt.i18n.I18N' > [ERROR] Element 'property-provider' beginning on line 75 > contains unexpected attribute 'generator' > [ERROR] Failure while parsing XML > com.google.gwt.core.ext.UnableToCompleteException: (see previous log > entries)
I had the same problem when I upgraded to 2.2 - I resolved it by correcting the .classpath file in eclipse. There was still an entry for the 2.1 sdk hanging around (above the 2.2 entry). I removed those two entries (gwt-dev and gwt-user) and the problem resolved itself... -- 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.
