[jboss-svn-commits] JBL Code SVN: r35796 - labs/jbossrules/trunk/drools-guvnor.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Oct 29 08:28:19 EDT 2010


Author: ge0ffrey
Date: 2010-10-29 08:28:18 -0400 (Fri, 29 Oct 2010)
New Revision: 35796

Modified:
   labs/jbossrules/trunk/drools-guvnor/pom.xml
Log:
attempting to fix hudson no space left on device problem by not doing soyc automatically for gwt compiles (saves 1.8GB space)

Modified: labs/jbossrules/trunk/drools-guvnor/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-guvnor/pom.xml	2010-10-29 09:53:17 UTC (rev 35795)
+++ labs/jbossrules/trunk/drools-guvnor/pom.xml	2010-10-29 12:28:18 UTC (rev 35796)
@@ -27,6 +27,7 @@
           </compileSourcesArtifacts>
           <localWorkers>2</localWorkers><!-- Using all workers can temporarily hang te mouse and isn't much faster -->
           <extraJvmArgs>-Xmx512m</extraJvmArgs>
+          <soyc>false</soyc><!-- Otherwise extra dir 2GB, which is too big for hudson builds -->
         </configuration>
         <dependencies>
           <!-- Explicitly declare gwt dependencies to ensure the use of the same GWT version. -->



More information about the jboss-svn-commits mailing list