You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2012/04/30 10:17:19 UTC

svn commit: r1332097 - /ofbiz/trunk/build.xml

Author: jleroux
Date: Mon Apr 30 08:17:18 2012
New Revision: 1332097

URL: http://svn.apache.org/viewvc?rev=1332097&view=rev
Log:
Revert r1331995. We need rather to pass parameters through ant start* targets : http://ant.apache.org/manual/Tasks/property.html


Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=1332097&r1=1332096&r2=1332097&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Mon Apr 30 08:17:18 2012
@@ -383,7 +383,6 @@ under the License.
             <jvmarg value="${memory.initial.param}"/>
             <jvmarg value="${pos.memory.max.param}"/>
             <jvmarg value="${memory.maxpermsize.param}"/>
-            <jvmarg value="-XX:+HeapDumpOnOutOfMemoryError"/>        	 
         </java>
     </target>
     <target name="start-batch"
@@ -392,7 +391,6 @@ under the License.
             <jvmarg value="${memory.initial.param}"/>
             <jvmarg value="${pos.memory.max.param}"/>
             <jvmarg value="${memory.maxpermsize.param}"/>
-            <jvmarg value="-XX:+HeapDumpOnOutOfMemoryError"/>          
         </java>
     </target>
     <target name="start-debug"
@@ -405,7 +403,6 @@ under the License.
             <jvmarg value="-Djava.compiler=NONE"/>
             <jvmarg value="-Xdebug"/>
             <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8091"/>
-            <jvmarg value="-XX:+HeapDumpOnOutOfMemoryError"/>          
         </java>
     </target>
     <target name="start-pos"
@@ -414,7 +411,6 @@ under the License.
             <jvmarg value="${memory.initial.param}"/>
             <jvmarg value="${memory.max.param}"/>
             <jvmarg value="${memory.maxpermsize.param}"/>
-            <jvmarg value="-XX:+HeapDumpOnOutOfMemoryError"/>           
             <arg value="pos"/>
         </java>
     </target>