vtm/vtm-web/HOWTO-SuperDevMode.txt
2014-03-27 03:14:03 +01:00

15 lines
357 B
Plaintext

Using GWT SuperDevMode is the recommended way for development.
For an introduction see:
http://www.gwtproject.org/articles/superdevmode.html
http://www.badlogicgames.com/wordpress/?p=3073
Running:
- Serve the website
$../gradlew jettyDraftWar
- The codeserver can be executed on another shell
$export _JAVA_OPTIONS="-Xmx1024m"
$../gradlew gwtSuperDev