[jboss-remoting-commits] JBoss Remoting SVN: r3906 - remoting2/branches/2.x.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sat Apr 5 02:55:40 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-04-05 02:55:40 -0400 (Sat, 05 Apr 2008)
New Revision: 3906

Modified:
   remoting2/branches/2.x/build.xml
Log:
JBREM-920: Elaborated echo messages for http.

Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml	2008-04-05 06:49:11 UTC (rev 3905)
+++ remoting2/branches/2.x/build.xml	2008-04-05 06:55:40 UTC (rev 3906)
@@ -1044,6 +1044,7 @@
    <target name="tests.functional.main.core" depends="tests.jars">
       <mkdir dir="${output.tests.results}"/>
       <mkdir dir="${output.tests.tmp}"/>
+      <echo>bisocket/rmi/socket: ${metadata}</echo>
       <junit
             printsummary="true" fork="yes" includeantruntime="true" 
             tempdir="${output.tests.tmp}" maxmemory="1024m">
@@ -1286,7 +1287,7 @@
    <target name="tests.functional.main.http.core" depends="tests.jars">
       <mkdir dir="${output.tests.results}"/>
       <mkdir dir="${output.tests.tmp}"/>
-      <echo>http with ${version}</echo>
+      <echo>http with ${version}: ${metadata}</echo>
       <junit
             printsummary="true" fork="yes" includeantruntime="true"
             tempdir="${output.tests.tmp}" maxmemory="1024m">




More information about the jboss-remoting-commits mailing list