If you're in eclipse, try to refresh the package / src folder. The IDE sets up a virtual filesystem for your code, and some methods of GWT compile read from this filesystem and others use the actual filesystem.
When IDE builds do weird things, try an ant build. The gwt 1.6 webapp creator makes the build.xml file, then just cd to build.xml directory, ant hosted {replace hosted for any build types you want to add later}. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---