[hornetq-commits] JBoss hornetq SVN: r8650 - trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Dec 9 15:24:41 EST 2009


Author: clebert.suconic at jboss.com
Date: 2009-12-09 15:24:41 -0500 (Wed, 09 Dec 2009)
New Revision: 8650

Modified:
   trunk/build-hornetq.xml
Log:
Using the same logging properties as we use on the regular testsuite

Modified: trunk/build-hornetq.xml
===================================================================
--- trunk/build-hornetq.xml	2009-12-09 19:39:24 UTC (rev 8649)
+++ trunk/build-hornetq.xml	2009-12-09 20:24:41 UTC (rev 8650)
@@ -1361,7 +1361,7 @@
           <sysproperty key="java.io.tmpdir" value="${java.io.tmpdir}"/>
          <jvmarg value="-Xmx1024M"/>
          <jvmarg value="-Dmodule.output=./"/>
-         <jvmarg value="-Djava.util.logging.config.file=src/config/logging.properties"/>
+         <jvmarg value="-Djava.util.logging.config.file=src/config/trunk/non-clustered/logging.properties"/>
       	
          <jvmarg value="-Djava.library.path=native/bin"/>
          <!--<jvmarg line="-Xmx512M -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005"/>-->



More information about the hornetq-commits mailing list