Just remember to do the Google->GWT Compile step to create all of the files
in the war/module_name folder that's auto-rebuilt for each compile.   Those
are the ones that are needed when not in hosted/dev mode.

And if you're not creating a new war file each time, you may want to
consider removing the war/module_name folder in Tomcat before you copy over
the latest build so that obsolete code (all files have hashes for names, so
you won't ever overlay a file that has changed since the last compile)
doesn't "build up over time."

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to