Thursday, July 18, 2013

Re: No source code is available for type com.google.gwt.user.server.rpc.RemoteServiceServlet;

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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment