[hornetq-commits] JBoss hornetq SVN: r9922 - branches/2_2_0_HA_Improvements_preMerge.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Nov 23 11:02:00 EST 2010


Author: clebert.suconic at jboss.com
Date: 2010-11-23 11:01:59 -0500 (Tue, 23 Nov 2010)
New Revision: 9922

Modified:
   branches/2_2_0_HA_Improvements_preMerge/build-hornetq.xml
Log:
disabling debug as the testsuite won't run unless I remove this

Modified: branches/2_2_0_HA_Improvements_preMerge/build-hornetq.xml
===================================================================
--- branches/2_2_0_HA_Improvements_preMerge/build-hornetq.xml	2010-11-23 15:35:31 UTC (rev 9921)
+++ branches/2_2_0_HA_Improvements_preMerge/build-hornetq.xml	2010-11-23 16:01:59 UTC (rev 9922)
@@ -1726,7 +1726,9 @@
          <jvmarg value="-XX:+PrintClassHistogram"/>
          <jvmarg value="-Xmx1024M"/>
       	 <jvmarg value="-verbose:gc"/>
+         <!--
          <jvmarg line="-Xmx512M -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"/>
+         -->
          <!--<jvmarg value="-ea"/>-->
          <classpath refid="unit.test.execution.classpath"/>
          <formatter type="xml" usefile="${junit.formatter.usefile}"/>



More information about the hornetq-commits mailing list