I went looking for the *.rpc.log files that get generated during the GWT compile yesterday, only to find that they don't get generated by default any more. After a bit of digging in the source code, it seems that you have to turn them on now with an argument of "-logLevel DEBUG" to the GWT compiler.
This was a change made in rev 10833. Perhaps this should be documented somewhere? It would be good if it were in or near to here: https://developers.google.com/web-toolkit/doc/latest/DevGuideServerCommunication#DevGuideSerializableTypes I looked, but failed to find anything in the docs about the existence of the *.rpc.log files, how to turn them on, or what they are good for. Paul -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
