>    I'm trying to write code to retrieve the serialization policy
> manually and ran into an issue.  My compiled GWT code outputs a
> gwt.rpc file indicating what can and cannot be serialized for my app
> but when I deploy dev mode that file is no where on my file system.
> Is this in some hidden location?  Is there a way for me to tell dev
> mode to generate this file if it's done in memory or something?
> Thanks

The gwt.rpc-File should be written in Dev Mode. Maybe you are
compiling the GWT-code to another location when starting the Dev Mode?
You can check the "Arguments"-tab of your Eclipse run configuration if
there is an argument "-war" pointing to another location.


  Tim

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to