Following the instructions for importing the GWT source-code
into Eclipse, when I try to set the User module as a source-code
dependency in any of the provided samples, I get the following
error messages:
Loading modules
com.google.gwt.sample.hello.Hello
Loading inherited module 'com.google.gwt.user.User'
Loading inherited module 'com.google.gwt.core.Core'
Loading inherited module 'com.google.gwt.emul.Emulation'
[ERROR] Unable to find
'com/google/gwt/emul/Emulation.gwt.xml'
on your classpath; could be a typo,
or maybe you forgot to include a classpath
entry for source?
[ERROR] Line 22: Unexpected exception while processing
element 'inherits'
Indeed, the emulation.gwt.xml is located in
D:\opt\gwt-trunk\user\super\com\google\gwt\emul\ which is
not included in the classpath. Adding this to the classpath
causes other errors.
MY QUESTION is: What is the best way to fix this problem?
--
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.