I've started to get lots of XML errors flagging when I try to compile.
It seems it cant find the source code for various bits of XML
handeling;

[ERROR] Line 1486: No source code is available for type
com.google.gwt.xml.client.Document; did you forget to inherit a
required module?
[ERROR] Line 1486: No source code is available for type
com.google.gwt.xml.client.XMLParser; did you forget to inherit a
required module?
[ERROR] Line 1490: No source code is available for type
com.google.gwt.xml.client.NodeList; did you forget to inherit a
required module?
...
etc.

Yet, I *do* have;

<inherits name="com.google.gwt.xml.XML"/>

In my module files.
What gives?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to