You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/10/25 18:38:38 UTC

svn commit: r1402212 - /lucene/dev/trunk/lucene/common-build.xml

Author: rmuir
Date: Thu Oct 25 16:38:37 2012
New Revision: 1402212

URL: http://svn.apache.org/viewvc?rev=1402212&view=rev
Log:
write less to jtidy ant tasks bytearray output (thats the real problem) to see if it prevents OOM

Modified:
    lucene/dev/trunk/lucene/common-build.xml

Modified: lucene/dev/trunk/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common-build.xml?rev=1402212&r1=1402211&r2=1402212&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/common-build.xml (original)
+++ lucene/dev/trunk/lucene/common-build.xml Thu Oct 25 16:38:37 2012
@@ -276,8 +276,6 @@
         <equals arg1="${ant.java.version}" arg2="1.7"/>
         <equals arg1="${ant.java.version}" arg2="1.8"/>
       </or>
-      <!-- TODO: Fix this! For now only run this on 64bit, because jTIDY OOMs with default heap size: -->
-      <contains string="${os.arch}" substring="64"/>
     </and>
   </condition>
 
@@ -1580,6 +1578,7 @@ ${tests-output}/junit4-*.suites     - pe
          <nested/>
          <parameter name="input-encoding" value="UTF-8" />
          <parameter name="only-errors" value="true" />
+         <parameter name="show-warnings" value="false" />
       </tidy>
       <delete dir="${common.dir}/build/jtidy_tmp" quiet="true"/>
     </sequential>