Hellu, Kelly Norton mentioned on Google I/O during his Measure in Milliseconds presentation that it's good to have different gwt.xml files for different app config's: debug, test, release.
I agree with this, but how can I realize this in hosted mode with the option -noserver? I run hosted mode with the option -noserver like explained in: http://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.html If I understand it correctly: The difference with the -noserver option is that you load your module through a js script that is included in the html page and contains the module hardcoded. So I think I have to include another js script that will include another module if I want to include different modules for debug, test, release, or not? (a different module for different modes like: ModuleNameDebug.gwt.xml, ModuleNameRelease.gwt.xml) BTW: The presentation of Kelly Norton: http://code.google.com/events/io/sessions/MeasureMillisecondsPerformanceTipsWebToolkit.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
