Update the 32bit VM due to a new jdk update.
[pithos] / build.xml
index 8958c34..e46d214 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -95,7 +95,7 @@
                <pathelement location="${war.lib.dir}/commons-fileupload-1.2.jar"/>
                <pathelement location="${ear.lib.dir}/commons-lang.jar"/>
                <pathelement location="${junit.path}/junit.jar"/>
-               <pathelement location="${basedir}/lib/gwt-dnd-2.5.6.jar"/>
+               <pathelement location="${basedir}/lib/gwt-dnd-2.6.4.jar"/>
                <pathelement location="${basedir}/lib/gwt-gears.jar"/>
        </path>
 
                <available file="${gwt.path}/gwt-dev-windows.jar" />
        </condition>
                <java classname="com.google.gwt.dev.GWTCompiler" failonerror="true" fork="true">
+                       <!--arg value="-style"/>
+                       <arg value="DETAILED"/-->
                        <arg value="-out"/>
                        <arg value="${gwt.www.dir}"/>
                        <arg value="${gwt.module}"/>
                        <jvmarg value="-Xmx256m"/>
+                       <jvmarg value="-Xss512k"/>
                    <classpath>
                        <pathelement location="dist/test.jar"/>
                        <pathelement path="${gwt-dev-lib}"/>