On Sat, Jan 31, 2009 at 8:03 AM, taha <taha...@gmail.com> wrote:
> i wanna use XMLParser class in my project but i've faced below error
> message
> "No source code is available for type
> com.google.gwt.xml.client.XMLParser; did you forget to inherit a
> required module?"

Just a guess, but did you forget to inherit a required module?  If you
want the GWT compiler to find the source, it has to be reachable from
your module or, transitively, from the modules your module inherits.
Maybe you have to inherit something non-default to get the XMLParser.

Ian

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