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, "[email protected]" <[email protected]> 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 [email protected]: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 [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.
