[jboss-cvs] JBoss Messaging SVN: r7248 - in trunk/examples/common: src/org/jboss/common/example and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 8 07:25:19 EDT 2009


Author: ataylor
Date: 2009-06-08 07:25:19 -0400 (Mon, 08 Jun 2009)
New Revision: 7248

Modified:
   trunk/examples/common/build.xml
   trunk/examples/common/src/org/jboss/common/example/SpawnedVMSupport.java
Log:
removed echoing classpath

Modified: trunk/examples/common/build.xml
===================================================================
--- trunk/examples/common/build.xml	2009-06-08 11:24:05 UTC (rev 7247)
+++ trunk/examples/common/build.xml	2009-06-08 11:25:19 UTC (rev 7248)
@@ -135,7 +135,7 @@
 
       <property name="serverclasspath" refid="server.classpath"/>
       <property name="clientClasspath" refid="client.classpath"/>
-      <echo>client classpath = ${clientClasspath}</echo>
+      <!--<echo>client classpath = ${clientClasspath}</echo>-->
       <property file="${imported.basedir}/config/server.properties"/>
       <java classname="${example.classname}" fork="true" resultproperty="example-result">
          <jvmarg value="-Djbm.example.server.classpath=${serverclasspath}"/>

Modified: trunk/examples/common/src/org/jboss/common/example/SpawnedVMSupport.java
===================================================================
--- trunk/examples/common/src/org/jboss/common/example/SpawnedVMSupport.java	2009-06-08 11:24:05 UTC (rev 7247)
+++ trunk/examples/common/src/org/jboss/common/example/SpawnedVMSupport.java	2009-06-08 11:25:19 UTC (rev 7248)
@@ -97,7 +97,7 @@
 
       String commandLine = sb.toString();
 
-      log.info("command line: " + commandLine);
+      log.trace("command line: " + commandLine);
 
       Process process = Runtime.getRuntime().exec(commandLine, null, new File(configDir));
 




More information about the jboss-cvs-commits mailing list