OK, so all I can say is "bonehead mistake." After deleting my entire copy of the trunk code and checking out a "fresh" copy of the entire code base, my compilation errors for xs mode disappeared.
One troublesome point that I also discovered was that the default build.xml file for a sample project created with webAppCreator contains a hard-coded path to your GWT SDK. Of course, if you change your SDK, changing your PATH and environment variables isn't sufficient...you must also change the "gwt.sdk" property that is hard- coded into the generated build.xml file for a new project. Once I downloaded fresh GWT bits, compiled GWT again, set up my local env GWT_HOME and PATH, *and* changed the build.xml's "gwt.sdk" property, all is working again. Thanks Chris for your help. -- 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=.
