This is driving me nuts!  What am I missing?

Building my app causes the error:

[ERROR] Errors in 'file:/home/drm/projects/rideLog/client/src/ridelog/
server/service/RemoteRideLogServiceImpl.java'
[ERROR] Line 11: No source code is available for type
com.google.gwt.user.server.rpc.RemoteServiceServlet; did you forget to
inherit a required module?

All the client and server code is separated in
/home/drm/projects/rideLog/src/ridelog/client
and
/home/drm/projects/rideLog/src/ridelog/server
as recommended by
http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=DevGuideDirectoriesPackageConventions

There is no need to compile the server subpackage to javascript and
that
behavior is described as the default.  Yet I still get the above
error.

The Module is /home/drm/projects/rideLog/src/ridelog/ridelog.gwt.xml
and conatains:

<module>

      <inherits name='com.google.gwt.user.User'/>
      <inherits name='ridelog_domain'/>

      <!-- make this explicit though it is supposed to be the default
and -->
      <!-- not follow server subpackage -->
      <source path="client" />

      <entry-point class='ridelog.client.ridelog'/>

      <stylesheet src='ridelog.css' />

    <!-- Servlet mapping for usage in hosted mode environment       --
>
    <servlet path="/rideLogService"
             class="ridelog.server.service.RemoteRideLogServiceImpl"/>

</module>

Could this be a bug in my environment?  fedora core 9, gwt 1.5.3,
OpenJDK  Runtime Environment (build 1.6.0-b09).

Any suggestions, including words of encouragement appreciated.

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

Reply via email to