[Yanel-commits] rev 44886 - public/yanel/contributions/ajax-components

michi at wyona.com michi at wyona.com
Mon Sep 28 11:23:28 CEST 2009


Author: michi
Date: 2009-09-28 11:23:28 +0200 (Mon, 28 Sep 2009)
New Revision: 44886

Modified:
   public/yanel/contributions/ajax-components/build.xml
Log:
memory increased and Compiler added, but still commented

Modified: public/yanel/contributions/ajax-components/build.xml
===================================================================
--- public/yanel/contributions/ajax-components/build.xml	2009-09-28 08:35:09 UTC (rev 44885)
+++ public/yanel/contributions/ajax-components/build.xml	2009-09-28 09:23:28 UTC (rev 44886)
@@ -41,8 +41,20 @@
     <!-- Read module name from component specific build.properties -->
     <property file="${component.home.dir}/build.properties"/>
 
+    <echo>Module name: ${module.name}</echo>
+    <echo>Component build directory: ${component.build.dir}</echo>
+
+<!--
+    <java classname="com.google.gwt.dev.Compiler" fork="yes">
+      <classpath refid="google.compile.classpath" />
+      <jvmarg value="-Xmx256M"/>
+      <arg value="${module.name}" />
+    </java>
+-->
+
     <java classname="com.google.gwt.dev.GWTCompiler" fork="yes">
       <classpath refid="google.compile.classpath" />
+      <jvmarg value="-Xmx256M"/>
       <arg value="-out" />
       <arg value="${component.build.dir}" />
       <arg value="-style" />



More information about the Yanel-commits mailing list