]> source.dussan.org Git - vaadin-framework.git/commitdiff
Set JVM stack size to 1024k, as the default was not enough in some platforms with...
authorMarko Grönroos <magi@iki.fi>
Thu, 5 Feb 2009 08:18:37 +0000 (08:18 +0000)
committerMarko Grönroos <magi@iki.fi>
Thu, 5 Feb 2009 08:18:37 +0000 (08:18 +0000)
svn changeset:6734/svn branch:trunk

build/package/build-widgetset.xml

index e8516b4d3036bd38054988928499f70267df73f5..ec400c2d70961b6f672c213ed17f192075e0cac3 100644 (file)
@@ -80,6 +80,8 @@ See configure target to adjust this buildfile.
                        <arg value="-out" />
                        <arg value="${client-side-destination}" />
                        <arg value="com.itmill.toolkit.demo.colorpicker.gwt.ColorPickerWidgetSet" />
+            <jvmarg value="-Xss1024k"/>
+            <jvmarg value="-Djava.awt.headless=true"/>
                        <classpath>
                                <path refid="compile.classpath"/>
                        </classpath>