John O'Conner
unread,Nov 21, 2009, 2:53:47 AM11/21/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
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.