[jboss-remoting-commits] JBoss Remoting SVN: r6053 - remoting2/branches/2.2.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Wed Aug 4 22:33:18 EDT 2010


Author: ron.sigal at jboss.com
Date: 2010-08-04 22:33:17 -0400 (Wed, 04 Aug 2010)
New Revision: 6053

Modified:
   remoting2/branches/2.2/build.xml
Log:
JBREM-1239: Added release 2.2.3.SP1 to tests.versioning.all.

Modified: remoting2/branches/2.2/build.xml
===================================================================
--- remoting2/branches/2.2/build.xml	2010-08-05 02:18:14 UTC (rev 6052)
+++ remoting2/branches/2.2/build.xml	2010-08-05 02:33:17 UTC (rev 6053)
@@ -44,36 +44,36 @@
    <!-- ================================================================== -->
    <!-- Sets bind address and port used by jrunit/jgroups multicast socket -->
    <!-- ================================================================== -->
-	
+   
    <condition property="bind.address" value="${jrunit.bind_addr}" else="127.0.0.1">
-   	  <isset property="jrunit.bind_addr"/>
+        <isset property="jrunit.bind_addr"/>
    </condition>
     <condition property="multicast.address" value="${jrunit.mcast_addr}" else="228.15.2.3">
-    	  <isset property="jrunit.mcast_addr"/>
+         <isset property="jrunit.mcast_addr"/>
     </condition>
     <condition property="multicast.port" value="${jrunit.mcast_port}" else="45566">
-    	  <isset property="jrunit.mcast_port"/>
+         <isset property="jrunit.mcast_port"/>
     </condition>
     <condition property="receiveOnAllInterfaces" value="${jrunit.receive_on_all_interfaces}" else="false">
-    	  <isset property="jrunit.receive_on_all_interfaces"/>
+         <isset property="jrunit.receive_on_all_interfaces"/>
     </condition>
     <condition property="sendOnAllInterfaces" value="${jrunit.send_on_all_interfaces}" else="false">
-    	  <isset property="jrunit.send_on_all_interfaces"/>
+         <isset property="jrunit.send_on_all_interfaces"/>
     </condition>
     <condition property="sendInterfaces" value="${jrunit.send_interfaces}" else="none">
-    	  <isset property="jrunit.send_interfaces"/>
+         <isset property="jrunit.send_interfaces"/>
     </condition>
-	<echo>
-	JRunit system property values:
-	jrunit.bind_addr=${bind.address}
-	jrunit.mcast_addr=${multicast.address}
-	jrunit.mcast_port=${multicast.port}
-	jrunit.receiveOnAllInterfaces=${receiveOnAllInterfaces}
-	jrunit.sendOnAllInterfaces=${sendOnAllInterfaces}
-	jrunit.sendInterfaces=${sendInterfaces}
+   <echo>
+   JRunit system property values:
+   jrunit.bind_addr=${bind.address}
+   jrunit.mcast_addr=${multicast.address}
+   jrunit.mcast_port=${multicast.port}
+   jrunit.receiveOnAllInterfaces=${receiveOnAllInterfaces}
+   jrunit.sendOnAllInterfaces=${sendOnAllInterfaces}
+   jrunit.sendInterfaces=${sendInterfaces}
     </echo>
-    	
-    	
+       
+       
    <target name="configure" depends="get-jvm" unless="configure.disable">
       <property file="local.properties" />
     
@@ -336,7 +336,7 @@
             <include name="org/jboss/**/*.key"/>
          </fileset>
       </jar>
-   	
+      
       <jar jarfile="${output.lib.dir}/jboss-remoting-src.jar"
            manifest="${manifest.file}">
          <fileset dir="${src.dir}">
@@ -474,19 +474,19 @@
          <fileset dir="${compile.dir}">
             <include name="org/jboss/remoting/transport/bisocket/**"/>
             <include name="org/jboss/remoting/transport/sslbisocket/**"/>
-         	<include name="org/jboss/remoting/transport/bisocket/**"/>
-         	<include name="org/jboss/remoting/transport/socket/LRUPool*"/>
+            <include name="org/jboss/remoting/transport/bisocket/**"/>
+            <include name="org/jboss/remoting/transport/socket/LRUPool*"/>
             <include name="org/jboss/remoting/transport/socket/SocketClientInvoker*"/>
             <include name="org/jboss/remoting/transport/socket/SocketServerInvoker*"/>
             <include name="org/jboss/remoting/transport/socket/MicroSocketClientInvoker*"/>
-         	<include name="org/jboss/remoting/transport/socket/OpenConnectionChecker*"/>
-         	<include name="org/jboss/remoting/transport/socket/ServerAddress*"/>
+            <include name="org/jboss/remoting/transport/socket/OpenConnectionChecker*"/>
+            <include name="org/jboss/remoting/transport/socket/ServerAddress*"/>
             <include name="org/jboss/remoting/transport/socket/ServerThread*"/>
             <include name="org/jboss/remoting/transport/socket/SocketWrapper*"/>
-         	<include name="org/jboss/remoting/transport/socket/ClientSocketWrapper*"/>   
+            <include name="org/jboss/remoting/transport/socket/ClientSocketWrapper*"/>   
             <include name="org/jboss/remoting/transport/socket/ServerSocketWrapper*"/>  
             <include name="org/jboss/remoting/transport/socket/TimedOutputStream*"/>
-         	<include name="org/jboss/remoting/transport/sslsocket/SSLSocketServerInvokerMBean*"/>
+            <include name="org/jboss/remoting/transport/sslsocket/SSLSocketServerInvokerMBean*"/>
          </fileset>
       </jar>
 
@@ -498,14 +498,14 @@
             <include name="org/jboss/remoting/transport/bisocket/BisocketServerInvoker*"/>
             <include name="org/jboss/remoting/transport/socket/SocketClientInvoker*"/>
             <include name="org/jboss/remoting/transport/socket/SocketWrapper*"/>
-         	<include name="org/jboss/remoting/transport/socket/ClientSocketWrapper*"/>   
+            <include name="org/jboss/remoting/transport/socket/ClientSocketWrapper*"/>   
             <include name="org/jboss/remoting/transport/socket/ServerSocketWrapper*"/>   
-         	<include name="org/jboss/remoting/transport/socket/LRUPool*"/>  
-         	<include name="org/jboss/remoting/transport/socket/MicroSocketClientInvoker*"/>
-        	<include name="org/jboss/remoting/transport/socket/OpenConnectionChecker*"/>
-         	<include name="org/jboss/remoting/transport/socket/ServerAddress*"/> 
-         	<include name="org/jboss/remoting/transport/socket/SocketServerInvoker*"/>
-          	<include name="org/jboss/remoting/transport/socket/ServerThread*"/>
+            <include name="org/jboss/remoting/transport/socket/LRUPool*"/>  
+            <include name="org/jboss/remoting/transport/socket/MicroSocketClientInvoker*"/>
+            <include name="org/jboss/remoting/transport/socket/OpenConnectionChecker*"/>
+            <include name="org/jboss/remoting/transport/socket/ServerAddress*"/> 
+            <include name="org/jboss/remoting/transport/socket/SocketServerInvoker*"/>
+            <include name="org/jboss/remoting/transport/socket/ServerThread*"/>
             <include name="org/jboss/remoting/transport/socket/TimedOutputStream*"/>
          </fileset>
       </jar>
@@ -524,7 +524,7 @@
             <include name="org/jboss/remoting/transport/http/**"/>
             <include name="org/jboss/remoting/transport/https/**"/>
             <include name="org/jboss/remoting/transport/web/**"/>
-         	<include name="org/jboss/remoting/transport/servlet/ServletThrowable*"/>
+            <include name="org/jboss/remoting/transport/servlet/ServletThrowable*"/>
          </fileset>
       </jar>
 
@@ -539,7 +539,7 @@
             <include name="org/jboss/remoting/transport/web/*WebUtil*"/>
             <include name="org/jboss/remoting/transport/servlet/*Client*"/>
             <include name="org/jboss/remoting/transport/sslservlet/*Client*"/>
-         	<include name="org/jboss/remoting/transport/servlet/ServletThrowable*"/>
+            <include name="org/jboss/remoting/transport/servlet/ServletThrowable*"/>
          </fileset>
       </jar>
 
@@ -569,7 +569,7 @@
          <fileset dir="${compile.dir}">
             <include name="org/jboss/remoting/transport/multiplex/**"/>
             <include name="org/jboss/remoting/transport/sslmultiplex/**"/>
-         	<include name="org/jboss/remoting/transport/socket/*"/>
+            <include name="org/jboss/remoting/transport/socket/*"/>
          </fileset>
       </jar>
 
@@ -601,7 +601,7 @@
       </junit>
       <antcall target="tests.report.quick"/>
    </target>
-	
+   
    <target name="one-test" depends="tests.jars">
       <mkdir dir="${output.tests.results}"/>
       <mkdir dir="${output.tests.tmp}"/>
@@ -787,7 +787,7 @@
             <path refid="tests.classpath"/>
             <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
-   	     <!-- set system properties required by JRunit -->
+           <!-- set system properties required by JRunit -->
          <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
          <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
          <sysproperty key="jrunit.mcast_port" value="${multicast.port}"/>
@@ -829,7 +829,7 @@
             <path refid="tests.classpath"/>
             <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
-	     <!-- set system properties required by JRunit -->
+        <!-- set system properties required by JRunit -->
          <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
          <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
          <sysproperty key="jrunit.mcast_port" value="${multicast.port}"/>
@@ -840,7 +840,7 @@
          <sysproperty key="remoting.jar.dir" value="${basedir}/output/lib"/>
          <sysproperty key="ant.library.dir" value="${ant.library.dir}"/>
          <sysproperty key="build.home" value="${basedir}"/>
-   	
+      
          <sysproperty key="jboss-junit-configuration" value="${jboss-junit-configuration}"/>
          <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
                     extension="-${jboss-junit-configuration}.xml"/>
@@ -879,7 +879,7 @@
             <path refid="tests.classpath"/>
             <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
-	     <!-- set system properties required by JRunit -->
+        <!-- set system properties required by JRunit -->
          <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
          <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
          <sysproperty key="jrunit.mcast_port" value="${multicast.port}"/>
@@ -912,7 +912,7 @@
             <path refid="tests.classpath"/>
             <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
-	     <!-- set system properties required by JRunit -->
+        <!-- set system properties required by JRunit -->
          <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
          <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
          <sysproperty key="jrunit.mcast_port" value="${multicast.port}"/>
@@ -945,7 +945,7 @@
             <path refid="tests.classpath"/>
             <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
-	     <!-- set system properties required by JRunit -->
+        <!-- set system properties required by JRunit -->
          <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
          <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
          <sysproperty key="jrunit.mcast_port" value="${multicast.port}"/>
@@ -979,7 +979,7 @@
             <path refid="tests.classpath"/>
             <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
-	     <!-- set system properties required by JRunit -->
+        <!-- set system properties required by JRunit -->
          <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
          <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
          <sysproperty key="jrunit.mcast_port" value="${multicast.port}"/>
@@ -1010,7 +1010,7 @@
             <path refid="tests.classpath"/>
             <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
-	     <!-- set system properties required by JRunit -->
+        <!-- set system properties required by JRunit -->
          <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
          <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
          <sysproperty key="jrunit.mcast_port" value="${multicast.port}"/>
@@ -1021,7 +1021,7 @@
          <sysproperty key="remoting.jar.dir" value="${basedir}/output/lib"/>
          <sysproperty key="ant.library.dir" value="${ant.library.dir}"/>
          <sysproperty key="build.home" value="${basedir}"/>
-   	
+      
          <!-- this is needed for the remoting.marshall.dynamic.remote.MarshallerLoadingServer -->
          <jvmarg value="-Dloader.path=${output.lib.dir}/jboss-remoting-loading-tests.jar"/>
          <formatter type="xml"/>
@@ -1067,7 +1067,7 @@
             <path refid="tests.classpath"/>
             <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
-	     <!-- set system properties required by JRunit -->
+        <!-- set system properties required by JRunit -->
          <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
          <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
          <sysproperty key="jrunit.mcast_port" value="${multicast.port}"/>
@@ -1078,7 +1078,7 @@
          <sysproperty key="remoting.jar.dir" value="${basedir}/output/lib"/>
          <sysproperty key="ant.library.dir" value="${ant.library.dir}"/>
          <sysproperty key="build.home" value="${basedir}"/>
-   	
+      
          <!-- this is needed for the remoting.marshall.dynamic.remote.MarshallerLoadingServer -->
          <jvmarg value="-Dloader.path=${output.lib.dir}/jboss-remoting-loading-tests.jar"/>
          <jvmarg value="-Dremoting.metadata=${metadata}"/>
@@ -1116,7 +1116,7 @@
          <sysproperty key="remoting.jar.dir" value="${basedir}/output/lib"/>
          <sysproperty key="ant.library.dir" value="${ant.library.dir}"/>
          <sysproperty key="build.home" value="${basedir}"/>
-   	
+      
          <!-- this is needed for the remoting.marshall.dynamic.remote.MarshallerLoadingServer -->
          <jvmarg value="-Dloader.path=${output.lib.dir}/jboss-remoting-loading-tests.jar"/>
          <formatter type="xml"/>
@@ -1304,7 +1304,7 @@
      <delete dir="${jboss.deploy.dir}/servlet-invoker.war"/>
      <delete file="${jboss.deploy.dir}/remoting-servlet-service.xml"/>
    </target>
-	
+   
    <target name="tests.servlet.contenttype">
      <copy file="${servlet.tests.dir}/contenttype/remoting-servlet-service.xml" todir="${jboss.deploy.dir}" overwrite="true"/>
      <sleep seconds="2"/>
@@ -1346,7 +1346,7 @@
      <delete dir="${jboss.deploy.dir}/servlet-invoker.war"/>
      <delete file="${jboss.deploy.dir}/remoting-servlet-service.xml"/>
    </target>
-	
+   
    <target name="tests.servlet.marshal">
      <copy file="${servlet.tests.dir}/marshal/remoting-servlet-service.xml" todir="${jboss.deploy.dir}" overwrite="true"/>
      <sleep seconds="2"/>
@@ -1388,7 +1388,7 @@
      <delete dir="${jboss.deploy.dir}/servlet-invoker.war"/>
      <delete file="${jboss.deploy.dir}/remoting-servlet-service.xml"/>
    </target>
-	
+   
    <target name="tests.servlet.marshal.config">
      <copy file="${servlet.tests.dir}/marshal/config/remoting-servlet-service.xml" todir="${jboss.deploy.dir}" overwrite="true"/>
      <sleep seconds="4"/>
@@ -1449,7 +1449,7 @@
            <path refid="tests.classpath"/>
            <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
         </classpath>
-   	
+      
         <!-- set system properties required by JRunit -->
         <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
         <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
@@ -1473,7 +1473,7 @@
      <delete dir="${jboss.deploy.dir}/servlet-invoker.war"/>
      <delete file="${jboss.deploy.dir}/remoting-servlet-service.xml"/>
    </target>
-	
+   
    <target name="tests.servlet.nopreservelines">
       <copy file="${servlet.tests.dir}/nopreservelines/remoting-servlet-service.xml" todir="${jboss.deploy.dir}" overwrite="true"/>
       <sleep seconds="4"/>
@@ -1670,8 +1670,31 @@
          <param name="client.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
          <param name="server.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
       </antcall>
-
+      
       <!-- ******************************************************************************** -->
+      <!--  Current <- -> 2.2.3.SP2 -->
+      <antcall target="tests.versioning.all_transports" inheritrefs="true">
+         <param name="jboss-junit-configuration" value="2_2_3_SP2-client"/>
+         <param name="client.classpath" value="${etc.dir}/lib/remoting_2_2_3_SP2/jboss-remoting.jar"/>
+         <param name="server.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
+         <param name="client.pre_2_0_compatible" value=""/>
+         <param name="server.pre_2_0_compatible" value=""/>
+         <param name="client.version" value=""/>
+         <param name="server.version" value="2"/>
+         <param name="check_connection" value="false"/>
+      </antcall>
+      <antcall target="tests.versioning.all_transports" inheritrefs="true">
+         <param name="jboss-junit-configuration" value="2_2_3_SP2-server"/>
+         <param name="server.classpath" value="${etc.dir}/lib/remoting_2_2_3_SP2/jboss-remoting.jar"/>
+         <param name="client.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
+         <param name="client.pre_2_0_compatible" value=""/>
+         <param name="server.pre_2_0_compatible" value=""/>
+         <param name="client.version" value="2"/>
+         <param name="server.version" value=""/>
+         <param name="check_connection" value="false"/>
+      </antcall>
+      
+      <!-- ******************************************************************************** -->
       <!--  Current <- -> 2.2.3.SP1 -->
       <antcall target="tests.versioning.all_transports" inheritrefs="true">
          <param name="jboss-junit-configuration" value="2_2_3_SP1-client"/>
@@ -1693,7 +1716,7 @@
          <param name="server.version" value=""/>
          <param name="check_connection" value="false"/>
       </antcall>
-         	
+            
       <!-- ******************************************************************************** -->
       <!--  Current <- -> 2.2.3 -->
       <antcall target="tests.versioning.all_transports" inheritrefs="true">
@@ -1716,7 +1739,7 @@
          <param name="server.version" value=""/>
          <param name="check_connection" value="false"/>
       </antcall>
-      	
+         
       <!-- ******************************************************************************** -->
       <!--  Current <- -> 2.2.2.SP11 -->
       <antcall target="tests.versioning.all_transports" inheritrefs="true">
@@ -2201,7 +2224,7 @@
          <jvmarg value="-Dserver.pre_2_0_compatible=${server.pre_2_0_compatible}"/>
          <jvmarg value="-Dremoting.metadata=check_connection=${check_connection}"/>
 
-   	     <!-- set system properties required by JRunit -->
+           <!-- set system properties required by JRunit -->
          <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
          <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
          <sysproperty key="jrunit.mcast_port" value="${multicast.port}"/>
@@ -2212,7 +2235,7 @@
          <sysproperty key="remoting.jar.dir" value="${basedir}/output/lib"/>
          <sysproperty key="ant.library.dir" value="${ant.library.dir}"/>
          <sysproperty key="build.home" value="${basedir}"/>
-   	
+      
          <sysproperty key="jboss-junit-configuration" value="${jboss-junit-configuration}"/>
          <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
                     extension="-${jboss-junit-configuration}.xml"/>
@@ -2231,7 +2254,7 @@
            description="Runs remoting fuctional tests with different remoting versions for client and server."
            depends="jars, tests.jars">
       <mkdir dir="${output.tests.results}"/>
-     <echo>Running: ${jboss-junit-configuration}</echo>
+      <echo>Running: ${jboss-junit-configuration}</echo>
       <junit printsummary="true" fork="yes" includeantruntime="true">
          <classpath>
             <path refid="third_party.classpath"/>
@@ -2371,7 +2394,7 @@
          <jvmarg value="-Dserver.pre_2_0_compatible=${server.pre_2_0_compatible}"/>
          <jvmarg value="-Dclient.check_connection=${client.check_connection}"/>
          <jvmarg value="-Dserver.check_connection=${server.check_connection}"/>
-   	
+      
          <!-- set system properties required by JRunit -->
          <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
          <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
@@ -2383,7 +2406,7 @@
          <sysproperty key="remoting.jar.dir" value="${basedir}/output/lib"/>
          <sysproperty key="ant.library.dir" value="${ant.library.dir}"/>
          <sysproperty key="build.home" value="${basedir}"/>
-   	
+      
          <sysproperty key="jboss-junit-configuration" value="${jboss-junit-configuration}"/>
          <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
                     extension="-${jboss-junit-configuration}.xml"/>
@@ -2457,7 +2480,7 @@
          <sysproperty key="remoting.jar.dir" value="${basedir}/output/lib"/>
          <sysproperty key="ant.library.dir" value="${ant.library.dir}"/>
          <sysproperty key="build.home" value="${basedir}"/>
-  	
+     
          <sysproperty key="jboss-junit-configuration" value="${jboss-junit-configuration}"/>
          <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
                     extension="-${jboss-junit-configuration}.xml"/>
@@ -2479,24 +2502,24 @@
        <param name="server.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
     </antcall>
     </target>
-	
-	   <target name="tests.versioning.lease.sub"
-	           description="Runs remoting fuctional tests with different remoting versions for client and server."
-	           depends="jars, tests.jars">
-	      <mkdir dir="${output.tests.results}"/>
-	     <echo>Running: ${jboss-junit-configuration}</echo>
-	      <junit printsummary="true" fork="yes" includeantruntime="true">
-	         <classpath>
-	            <path refid="third_party.classpath"/>
-	            <path refid="tests.version.classpath"/>
-	         </classpath>
-	         <jvmarg value="-Dclient.path=${client.classpath}"/>
-	         <jvmarg value="-Dserver.path=${server.classpath}"/>
-	         <jvmarg value="-Dclient.version=2.2"/>
-	         <jvmarg value="-Dserver.version=2.2"/>
-	         <jvmarg value="-Dclient.pre_2_0_compatible=false"/>
-	         <jvmarg value="-Dserver.pre_2_0_compatible=false"/>
-	         <jvmarg value="-Dremoting.metadata=check_connection=false"/>
+   
+      <target name="tests.versioning.lease.sub"
+              description="Runs remoting fuctional tests with different remoting versions for client and server."
+              depends="jars, tests.jars">
+         <mkdir dir="${output.tests.results}"/>
+         <echo>Running: ${jboss-junit-configuration}</echo>
+         <junit printsummary="true" fork="yes" includeantruntime="true">
+            <classpath>
+               <path refid="third_party.classpath"/>
+               <path refid="tests.version.classpath"/>
+            </classpath>
+            <jvmarg value="-Dclient.path=${client.classpath}"/>
+            <jvmarg value="-Dserver.path=${server.classpath}"/>
+            <jvmarg value="-Dclient.version=2.2"/>
+            <jvmarg value="-Dserver.version=2.2"/>
+            <jvmarg value="-Dclient.pre_2_0_compatible=false"/>
+            <jvmarg value="-Dserver.pre_2_0_compatible=false"/>
+            <jvmarg value="-Dremoting.metadata=check_connection=false"/>
              <!-- set system properties required by JRunit -->
              <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
              <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
@@ -2508,19 +2531,19 @@
              <sysproperty key="remoting.jar.dir" value="${basedir}/output/lib"/>
              <sysproperty key="ant.library.dir" value="${ant.library.dir}"/>
              <sysproperty key="build.home" value="${basedir}"/>
-   	
-	         <sysproperty key="jboss-junit-configuration" value="${jboss-junit-configuration}"/>
-	         <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
-	                    extension="-${jboss-junit-configuration}.xml"/>
-	         <batchtest fork="yes" todir="${output.tests.results}"
-	                    haltonfailure="no">
-	            <fileset dir="${tests.compile.dir}">
-	               <include name="**/remoting/versioning/lease/*TestCase.class"/>
-	            </fileset>
-	         </batchtest>
-	      </junit>
-	   </target>
-   	
+      
+            <sysproperty key="jboss-junit-configuration" value="${jboss-junit-configuration}"/>
+            <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
+                       extension="-${jboss-junit-configuration}.xml"/>
+            <batchtest fork="yes" todir="${output.tests.results}"
+                       haltonfailure="no">
+               <fileset dir="${tests.compile.dir}">
+                  <include name="**/remoting/versioning/lease/*TestCase.class"/>
+               </fileset>
+            </batchtest>
+         </junit>
+      </target>
+      
    <!-- Tests only the multiplex transport -->
    <target name="tests.multiplex" depends="tests.jars">
       <mkdir dir="${output.tests.results}"/>
@@ -2857,7 +2880,7 @@
             <path refid="tests.classpath"/>
             <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
-   	
+      
          <!-- set system properties required by JRunit -->
          <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
          <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
@@ -2869,7 +2892,7 @@
          <sysproperty key="remoting.jar.dir" value="${basedir}/output/lib"/>
          <sysproperty key="ant.library.dir" value="${ant.library.dir}"/>
          <sysproperty key="build.home" value="${basedir}"/>
-   	
+      
          <sysproperty key="jboss-junit-configuration" value="${jboss-junit-configuration}"/>
          <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
                     extension="-${jboss-junit-configuration}.xml"/>
@@ -2897,7 +2920,7 @@
          <!--<jvmarg value="-Djrunit.result_timeout=300000"/>-->
          <!--<jvmarg value="-Djrunit.tear_down_timeout=300000"/>-->
          <!--<jvmarg value="-Djrunit.run_test_timeout=300000"/>-->
-   	
+      
          <!-- set system properties required by JRunit -->
          <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
          <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
@@ -3176,7 +3199,7 @@
             <path refid="tests.classpath"/>
             <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
-   	
+      
          <!-- set system properties required by JRunit -->
          <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
          <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
@@ -3188,7 +3211,7 @@
          <sysproperty key="remoting.jar.dir" value="${basedir}/output/lib"/>
          <sysproperty key="ant.library.dir" value="${ant.library.dir}"/>
          <sysproperty key="build.home" value="${basedir}"/>
-   	
+      
          <sysproperty key="jboss-junit-configuration" value="${jboss-junit-configuration}"/>
          <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
                     extension="-${jboss-junit-configuration}.xml"/>
@@ -3222,7 +3245,7 @@
             <path refid="tests.classpath"/>
             <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
-   	
+      
          <!-- set system properties required by JRunit -->
          <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
          <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
@@ -3234,7 +3257,7 @@
          <sysproperty key="remoting.jar.dir" value="${basedir}/output/lib"/>
          <sysproperty key="ant.library.dir" value="${ant.library.dir}"/>
          <sysproperty key="build.home" value="${basedir}"/>
-   	
+      
          <sysproperty key="jboss-junit-configuration" value="${jboss-junit-configuration}"/>
          <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
                     extension="-${jboss-junit-configuration}.xml"/>
@@ -3307,7 +3330,7 @@
             <path refid="tests.classpath"/>
             <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
-   	
+      
          <!-- set system properties required by JRunit -->
          <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
          <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
@@ -3319,7 +3342,7 @@
          <sysproperty key="remoting.jar.dir" value="${basedir}/output/lib"/>
          <sysproperty key="ant.library.dir" value="${ant.library.dir}"/>
          <sysproperty key="build.home" value="${basedir}"/>
-   	
+      
          <sysproperty key="jboss-junit-configuration" value="${jboss-junit-configuration}"/>
          <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
                     extension="-${jboss-junit-configuration}.xml"/>
@@ -3350,7 +3373,7 @@
               <path refid="tests.classpath"/>
               <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
            </classpath>
-   	
+      
            <!-- set system properties required by JRunit -->
            <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
            <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
@@ -3362,7 +3385,7 @@
            <sysproperty key="remoting.jar.dir" value="${basedir}/output/lib"/>
            <sysproperty key="ant.library.dir" value="${ant.library.dir}"/>
            <sysproperty key="build.home" value="${basedir}"/>
-   	
+      
            <sysproperty key="jboss-junit-configuration" value="${jboss-junit-configuration}"/>
            <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
                       extension="-${jboss-junit-configuration}.xml"/>
@@ -3393,7 +3416,7 @@
             <path refid="tests.classpath"/>
             <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
-   	
+      
          <!-- set system properties required by JRunit -->
          <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
          <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
@@ -3405,7 +3428,7 @@
          <sysproperty key="remoting.jar.dir" value="${basedir}/output/lib"/>
          <sysproperty key="ant.library.dir" value="${ant.library.dir}"/>
          <sysproperty key="build.home" value="${basedir}"/>
-   	
+      
          <sysproperty key="jboss-junit-configuration" value="${jboss-junit-configuration}"/>
          <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
                     extension="-${jboss-junit-configuration}.xml"/>
@@ -3436,7 +3459,7 @@
             <path refid="tests.classpath"/>
             <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
-   	
+      
          <!-- set system properties required by JRunit -->
          <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
          <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
@@ -3448,7 +3471,7 @@
          <sysproperty key="remoting.jar.dir" value="${basedir}/output/lib"/>
          <sysproperty key="ant.library.dir" value="${ant.library.dir}"/>
          <sysproperty key="build.home" value="${basedir}"/>
-   	
+      
          <sysproperty key="jboss-junit-configuration" value="${jboss-junit-configuration}"/>
          <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
                     extension="-${jboss-junit-configuration}.xml"/>
@@ -3480,7 +3503,7 @@
             <path refid="tests.classpath"/>
             <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
-   	
+      
          <!-- set system properties required by JRunit -->
          <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
          <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
@@ -3492,7 +3515,7 @@
          <sysproperty key="remoting.jar.dir" value="${basedir}/output/lib"/>
          <sysproperty key="ant.library.dir" value="${ant.library.dir}"/>
          <sysproperty key="build.home" value="${basedir}"/>
-   	
+      
          <sysproperty key="jboss-junit-configuration" value="${jboss-junit-configuration}"/>
          <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
                     extension="-${jboss-junit-configuration}.xml"/>
@@ -3676,7 +3699,7 @@
             <path refid="tests.classpath"/>
             <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
-   	
+      
          <!-- set system properties required by JRunit -->
          <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
          <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
@@ -3688,7 +3711,7 @@
          <sysproperty key="remoting.jar.dir" value="${basedir}/output/lib"/>
          <sysproperty key="ant.library.dir" value="${ant.library.dir}"/>
          <sysproperty key="build.home" value="${basedir}"/>
-   	
+      
          <sysproperty key="jboss-junit-configuration" value="${jboss-junit-configuration}"/>
          <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
                     extension="-${jboss-junit-configuration}.xml"/>
@@ -3724,7 +3747,7 @@
             <path refid="tests.classpath"/>
             <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
-   	
+      
          <!-- set system properties required by JRunit -->
          <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
          <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
@@ -3736,7 +3759,7 @@
          <sysproperty key="remoting.jar.dir" value="${basedir}/output/lib"/>
          <sysproperty key="ant.library.dir" value="${ant.library.dir}"/>
          <sysproperty key="build.home" value="${basedir}"/>
-   	
+      
          <sysproperty key="jboss-junit-configuration" value="${jboss-junit-configuration}"/>
          <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
                     extension="-${jboss-junit-configuration}.xml"/>
@@ -3768,7 +3791,7 @@
             <path refid="tests.classpath"/>
             <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
-   	
+      
          <!-- set system properties required by JRunit -->
          <sysproperty key="jrunit.bind_addr"  value="${bind.address}"/>
          <sysproperty key="jrunit.mcast_addr" value="${multicast.address}"/>
@@ -3780,7 +3803,7 @@
          <sysproperty key="remoting.jar.dir" value="${basedir}/output/lib"/>
          <sysproperty key="ant.library.dir" value="${ant.library.dir}"/>
          <sysproperty key="build.home" value="${basedir}"/>
-  	
+     
          <sysproperty key="jboss-junit-configuration" value="${jboss-junit-configuration}"/>
          <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"
                     extension="-${jboss-junit-configuration}.xml"/>
@@ -3986,15 +4009,15 @@
 
       <delete dir="${dist.dir}"/>
    </target>
-	
+   
    <target name="findbugs" depends="jars">
       <taskdef name="findbugs" classname="edu.umd.cs.findbugs.anttask.FindBugsTask"/>
       <findbugs home="${findbugs.home}" output="html" outputFile="${output.dir}/findbugs.html" >
          <class location="${output.lib.dir}/jboss-remoting.jar" />
          <sourcePath path="${src.dir}" />
-      	<auxClasspath refid="third_party.classpath"/>
+         <auxClasspath refid="third_party.classpath"/>
       </findbugs>
    </target>
-	
+   
 </project>
 



More information about the jboss-remoting-commits mailing list