The normal way to generate the .gwt.rpc files is with the compiler. The shell does generate them too, for it's own use, at the first call to onCreate (I believe). You shouldn't need to mess with those files though, unless you are doing something atypical in the shell (like not using GwtShellServlet because you are using some other means to map the calls, etc).
Under normal circumstances, the serialization policy files will end up in the war GWT-Maven builds by default (because of the compiler), if they are needed (mvn install), and they end up in the shell and work fine in the shell because it creates what it needs. You don't normally ever need to mess with them. On Oct 18, 8:02 am, Malte <[EMAIL PROTECTED]> wrote: > Cause the *.gwt.rpc file is generated during the execution of the > GWTShell, or I am wrong? I know I can generated it by compiling the > sources but want a solution where it is not necessary. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-maven" 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/gwt-maven?hl=en -~----------~----~----~----~------~----~------~--~---
