I just read the GWT Guide for Compiling and Debugging and have several similarly-related questions:
- What's an example use case for the
-whitelist
and-blacklist
DevMode
options and why are they not available for production mode? - Difference between
DevMode
andHostedMode
? Use cases for both? - What sort of "extra" stuff happens when you specify the
-extra
flag? - What is
-workDir
and why must it be writeable? What gets written there? What can I use it for? - Is the embedded Jetty instance the same as the codeserver? If not, what is the difference?
- Where does the "story of your compile" report (
soyc
) get generated and how to configure this location?
These questions are so closely-related I figured it would be better to ask them all up front rather than spam SO with 6 different micro-questions. Thanks in advance!