Increase the GWT compiler memory so that using GWT 1.6 in compatibility mode is possible.
authorPanagiotis Astithas <pastith@gmail.com>
Wed, 24 Jun 2009 14:51:53 +0000 (17:51 +0300)
committerPanagiotis Astithas <pastith@gmail.com>
Wed, 24 Jun 2009 14:51:53 +0000 (17:51 +0300)
build.xml

index 8963f14..8958c34 100644 (file)
--- a/build.xml
+++ b/build.xml
                        <arg value="-out"/>
                        <arg value="${gwt.www.dir}"/>
                        <arg value="${gwt.module}"/>
-                       <jvmarg value="-Xmx196m"/>
+                       <jvmarg value="-Xmx256m"/>
                    <classpath>
                        <pathelement location="dist/test.jar"/>
                        <pathelement path="${gwt-dev-lib}"/>