Thanks! [ERROR] Line 6: No source code is available for type > com.google.gwt.user.server.rpc.RemoteServiceServlet; did you forget to > inherit a required module?
This error disappeared after I had removed <source path="server"/> from my Project.gwt.xml file On Tuesday, March 23, 2010 9:44:33 PM UTC+4, Paul Robinson wrote: > > You have a bug in your module's .gwt.xml file here: > > <source path="server"/> > > > This line should be removed. It's telling GWT to compile the code in > your server directory to javascript. > > Paul > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
