A few questions
-Can you post the source of the main module file that you're running?

-Can you view your launch configuration, and ensure that all of your project
modules that you expect are listed on the GWT tab?

-Can you view your launch configuration's classpath? Expand the GWT
Classpath container, and ensure that both gwt-user.jar and
gwt-dev-platform.jar are listed there.


Rajeev


On Fri, Jul 31, 2009 at 12:12 PM, darkflame <[email protected]> wrote:

>
> 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 [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
-~----------~----~----~----~------~----~------~--~---

Reply via email to