Revision: 9054
Author: [email protected]
Date: Wed Oct 13 10:37:01 2010
Log: Update development mode bootstrap script to include browser refresh recommendation
after switching GWT versions. Also, change 'hosted mode' reference to
'development mode'.

Review at http://gwt-code-reviews.appspot.com/984801

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=9054

Modified:
 /trunk/dev/core/src/com/google/gwt/dev/shell/HostedHtmlVersion.java

=======================================
--- /trunk/dev/core/src/com/google/gwt/dev/shell/HostedHtmlVersion.java Tue Aug 10 05:38:02 2010 +++ /trunk/dev/core/src/com/google/gwt/dev/shell/HostedHtmlVersion.java Wed Oct 13 10:37:01 2010
@@ -46,9 +46,10 @@
           "Invalid version number \"" + version
               + "\" passed to external.gwtOnLoad(), expected \""
               + EXPECTED_GWT_ONLOAD_VERSION
-              + "\"; your hosted mode bootstrap file may be out of date; "
+ + "\"; your development mode bootstrap file may be out of date; " + "if you are using -noserver try recompiling and redeploying "
-              + "your app");
+              + "your app; if you just switched to a different version of "
+              + "GWT, try clearing your browser cache");
       return false;
     }
     return true;

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to