Hello guys,
I have been trying for 3 days make the oficial release of GWT work
here with no success. It keeps sending errors to me like this
ERROR] Errors in 'file:/development/workspace/BeConnectedWeb/src/com/
eventtouch/web/components/composite/role/manageroles/server/
ManageRolesServletImpl.java'
[ERROR] Line 17: No source code is available for type
com.google.gwt.user.server.rpc.RemoteServiceServlet; did you forget to
inherit a required module?
[ERROR] Line 25: No source code is available for type
com.eventtouch.core.servicelocator.Services; did you forget to inherit
a required module?
ERROR] Errors in 'file:/development/workspace/BeConnectedWeb/src/com/
eventtouch/web/components/composite/menu/menuclient/server/
MenuServletImpl.java'
[ERROR] Line 14: No source code is available for type
com.google.gwt.user.server.rpc.RemoteServiceServlet; did you forget to
inherit a required module?
[ERROR] Line 25: No source code is available for type
com.eventtouch.core.servicelocator.Services; did you forget to inherit
a required module?
When i use the lib GWT1.5 2030 it works fine
The Services class is a service locator that my servletImpl uses to
access server side beans, and should not be anoying me with
compilation GWT issues
And the RemoteServiceServlet is a default library, should not be
anoying me with this errors.
ManageRoles.gwt,xml file
<module>
<!-- Inherit the core library configuration.
Includes GWT core libraries -->
<inherits name="com.tt.web.Core" />
<servlet path="/manageRole"
class="com.tt.web.components.composite.role.manageroles.server.ManageRolesServletImpl"
/
>
<source path="client" />
<source path="intl" />
<source path="server" />
</module>
What is going on? Please help me
Thanks,
Gabriel Thiesen
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---