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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 5 04:58:00 EDT 2009


Author: jmesnil
Date: 2009-05-05 04:58:00 -0400 (Tue, 05 May 2009)
New Revision: 6655

Modified:
   trunk/build-messaging.xml
Log:
Ant's debugServer target

* fixed config + logging for debugServer target

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2009-05-05 08:56:27 UTC (rev 6654)
+++ trunk/build-messaging.xml	2009-05-05 08:58:00 UTC (rev 6655)
@@ -1418,7 +1418,7 @@
          <jvmarg value="-Djava.compiler=NONE"/>
          <jvmarg value="-Dcom.sun.management.jmxremote"/>
          <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000"/>
-         <jvmarg value="-Djava.util.logging.config.file=src/config/logging.properties"/>
+         <jvmarg value="-Djava.util.logging.config.file=${src.config.standalone.non-clustered.dir}/logging.properties"/>
          <jvmarg
                value="-Dorg.jboss.logging.Logger.pluginClass=org.jboss.messaging.integration.logging.JBMLoggerPlugin"/>
          <jvmarg value="-Djava.library.path=${native.bin.dir}"/>
@@ -1426,6 +1426,7 @@
          <jvmarg value="-Djava.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces"/>
          <arg line="jbm-standalone-beans.xml"/>
          <classpath refid="jms.standalone.server.classpath"/>
+         <classpath path="${src.config.standalone.non-clustered.dir}" />
       </java>
    </target>
 




More information about the jboss-cvs-commits mailing list