[jboss-cvs] JBoss Messaging SVN: r4943 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 15 10:48:56 EDT 2008


Author: jmesnil
Date: 2008-09-15 10:48:56 -0400 (Mon, 15 Sep 2008)
New Revision: 4943

Modified:
   trunk/build-messaging.xml
Log:
in tests target, commented debug options

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2008-09-15 14:36:38 UTC (rev 4942)
+++ trunk/build-messaging.xml	2008-09-15 14:48:56 UTC (rev 4943)
@@ -688,8 +688,10 @@
          <jvmarg value="-Dtest.logfile.suffix=unit"/>
          <jvmarg value="-Dorg.jboss.logging.Logger.pluginClass=org.jboss.messaging.core.logging.JBMLoggerPlugin"/>
          <jvmarg value="-Xmx1024M"/>
+         <!--
          <jvmarg line="-Xmx512M -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"/>
-         <!--<jvmarg value="-ea"/>-->
+         -->
+          <!--<jvmarg value="-ea"/>-->
          <classpath refid="unit.test.execution.classpath"/>
          <formatter type="xml" usefile="${junit.formatter.usefile}"/>
          <batchtest todir="${junit.batchtest.todir}"




More information about the jboss-cvs-commits mailing list