Geomajas Community Documentation
For faster compilation during testing (when not using development
mode), it can be useful to compile only for the browser used for
testing. This will reduce the number of compilation steps by a factor 6.
Removing supported languages can further remove compilation steps.
Include the following excerpt in your Xxx.gwt.xml
file to
set your target browser.
<!-- set target browser to compile for, use this to limit to the browser used for testing --> <!-- where value = "ie6/opera/gecko1_8/safari/gecko" , "gecko1_8" is FireFox 3 --> <set-property name="user.agent" value="gecko1_8" />