No gwt.rpc file generated after compilation. No errors found.
Compilation succeed.
logs:
Linking compilation into src\app\web
\ru.rbot.admin.rtoysgwt.LoginForm
Emitting resource 13F54ECCAD76E837922E2221E2EC5059.cache.html
Emitting resource 1844F6ECECED19BF88E3756DC8971FB9.cache.html
Emitting resource B3BBFC786BF200ECECF483FB5799FD29.cache.html
Emitting resource B6DF5E675BCBB64C9931118FE7240435.cache.html
Emitting resource E9D4A51B0BF9174F7107E39891D608A4.cache.html
Emitting resource LoginForm.html
Emitting resource admin.css
Emitting resource clear.cache.gif
Emitting resource hosted.html
Emitting resource ru.rbot.admin.rtoysgwt.LoginForm.nocache.js
Link succeeded
Compilation succeeded -- 26.875s
my gwt.xml file:
<?xml version="1.0" encoding="UTF-8"?>
<module>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name="com.google.gwt.user.User"/>
<inherits name="ru.rbot.rmodel.CoreRModel"/>
<inherits name="ru.rbot.gwt.CoreGWT"/>
<inherits name="net.sf.gilead.Adapter4Gwt15"/>
<!-- Specify the application entry point class. --
>
<entry-point
class='ru.rbot.admin.rtoysgwt.client.login.LoginFormEntryPoint'/>
<!-- Source -->
<source path='client/login'/>
<public path='LoginForm_public'/>
<!-- Proxy generator
<generate-with class="net.sf.gilead.proxy.gwt.Gwt15ProxyGenerator">
<when-type-assignable class="java.io.Serializable" />
</generate-with>-->
<!-- Services -->
<servlet path="/srv/Security.gwt"
class="ru.rbot.gwt.server.SecurityServiceImpl"/>
</module>
what it could be?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---