The magic sauce turned out to be adding: <inherits name="com.google.gwt.xml.XML" />
to gwt.xml On Tue, Aug 25, 2009 at 11:25 AM, Joseph Arceneaux <[email protected]>wrote: > I am trying to create an XML document in GWT. I import import > com.google.gwt.xml.client.Document, but the moment I make a declaration like > "Document mDocument;" the runtime generates the following errors: > [ERROR] Errors in > 'file:/C:/Documents%20and%20Settings/rxgj5098/My%20Documents/Eclipse-workspaces/sdk-3.5-win32/MyProject/src/com/company/player/client/XMLAdapter.java' > [ERROR] Line 7: No source code is available for type > com.google.gwt.xml.client.Document; did you forget to inherit a required > module? > > This only happens at runtime, the compiler seems quite happy while I'm > editing. > > Any thoughts? > > Thanks, > Joe > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
