Wednesday, May 26, 2010

Re: what inherit to use for com.google.gwt.dev.shell.remoteui.MessageTransport.RequestException?

Problem solved,
was using the wrong import:
com.google.gwt.dev.shell.remoteui.MessageTransport.RequestException is
not needed, I removed the dev jar from my build.
now it works, using this import : import
com.google.gwt.http.client.RequestException;

mike

On May 26, 2:01 am, "JamesMikeDuP...@googlemail.com"
<jamesmikedup...@googlemail.com> wrote:
> Error is :
> 00:00:16.998 [ERROR] Line 190: No source code is available for type
> com.google.gwt.dev.shell.remoteui.MessageTransport.RequestException;
> did you forget to inherit a required module?
>
> My inherits include what I see as needed:
> <inherits name="com.google.gwt.xml.XML" />
> <inherits name="com.google.gwt.http.HTTP" />
>
> Code commited here:
> To g...@github.com:h4ck3rm1k3/GWTOsm.git
>    d6cde1c..55e1c13  master -> master
>
> can you tell me what inherit to use for
> com.google.gwt.dev.shell.remoteui.MessageTransport.RequestException?
>
> testing in devmode.
> thanks,
> mike

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment