There's the list of things we do when we switch from one GWT version to the other: - uninstall Hosted mode plugin from the browser (it's incompatible even if you change from 2.1.0 to 2.1.1 and this is not detected by the framework) - Make sure that no old gwt-user.jar (or other gwt jars) is copied somewhere to the directory where you start the server (tomcat for instance) - If you're using gwt-incubator.jar, it's very sensitive to code changes the do in GWT. Always new jar is released when new GWT is released. - Remove old run targets in eclipse and allow the framework to create new.
What issues we already had: - Make sure you first try to compile to javascript. It gives more meaningful messages than direct hosted mode startup. Maybe it will help you in your previous problem - the upgrade. -- 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.
