Sorry - mistake in the path:

grep RemoteRideLogServiceImpl
/home/drm/projects/rideLog/client/src/ridelog/client/* -rl
--include='*.java'

On Fri, Apr 10, 2009 at 3:14 PM, Vitali Lovich <[email protected]> wrote:
> grep RemoteRideLogServiceImpl
> /home/drm/projects/rideLog/client/src/ridelog/.* -rl
> --include='*.java'
>
> Even if you don't use the class in the client code (which you can't),
> you may have an import declaration somewhere for it in your src code
> by accident.
>
>
> On Fri, Apr 10, 2009 at 3:02 PM, selvan <[email protected]> wrote:
>>
>> Could it be case sensitivity issue here...?
>>
>> "Ridelog.gwt.xml" instead of "ridelog.gwt.xml"
>>
>>
>>
>> On Apr 10, 9:33 am, DavidMaffitt <[email protected]> wrote:
>> > 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 
>> > byhttp://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=goog...
>> >
>> > 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