In order to test UIBinder, I simply created a new "uibindererror" project (which ran perfectly well) but after just adding the single line
<inherits name='com.google.gwt.uibinder.UiBinder'/> to its gwt.xml file (and touching absolutely nothing more) it never ran again, and instead the development mode console showed: 00:01:00.605 [ERROR] Failed to load module 'uibindererror' from user agent 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5) Gecko/ 20091103 SUSE/3.5.5-3.1 Firefox/3.5.5' at fkereki.desktop:44111 while the application console showed: 00:01:35.252 [ERROR] Unable to find 'uibindererror.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source? Even removing the added line from the gwt.xml failed to make it run again. I had to close and restart Eclipse in order to get it running again, in its pure, original, untouched version. What am I missing or doing wrong? -- 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.
