[jboss-remoting-commits] JBoss Remoting SVN: r6329 - remoting2/branches/2.2.3_JBREM-1269_JBREM-1275_JBREM-1261_JBREM-1277_JBREM_1280_JBREM-1281.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Mon Apr 18 15:53:41 EDT 2011


Author: jbertram at redhat.com
Date: 2011-04-18 15:53:41 -0400 (Mon, 18 Apr 2011)
New Revision: 6329

Modified:
   remoting2/branches/2.2.3_JBREM-1269_JBREM-1275_JBREM-1261_JBREM-1277_JBREM_1280_JBREM-1281/build.xml
Log:
JBPAPP-6351

Modified: remoting2/branches/2.2.3_JBREM-1269_JBREM-1275_JBREM-1261_JBREM-1277_JBREM_1280_JBREM-1281/build.xml
===================================================================
--- remoting2/branches/2.2.3_JBREM-1269_JBREM-1275_JBREM-1261_JBREM-1277_JBREM_1280_JBREM-1281/build.xml	2011-04-18 19:51:56 UTC (rev 6328)
+++ remoting2/branches/2.2.3_JBREM-1269_JBREM-1275_JBREM-1261_JBREM-1277_JBREM_1280_JBREM-1281/build.xml	2011-04-18 19:53:41 UTC (rev 6329)
@@ -823,51 +823,6 @@
 
    <target name="tests.functional.main.isJDK5" depends="tests.jars" if="isJDK5">
       <mkdir dir="${output.tests.results}"/>
-      <echo>http with ${version}: ${metadata}</echo>
-      <junit printsummary="true" fork="yes" includeantruntime="true" maxmemory="1024m">
-         <jvmarg value="-Dloader.path=${output.lib.dir}/jboss-remoting-loading-tests.jar"/>
-         <jvmarg value="-D${remoting.metadata.key}=${metadata}"/>
-         <classpath>
-            <path refid="${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}"/>
-         <sysproperty key="jrunit.mcast_port" value="${multicast.port}"/>
-         <sysproperty key="jrunit.receive_on_all_interfaces" value="${receiveOnAllInterfaces}"/>
-         <sysproperty key="jrunit.send_on_all_interfaces" value="${sendOnAllInterfaces}"/>
-         <sysproperty key="jrunit.send_interfaces" value="${sendInterfaces}"/>
-         <sysproperty key="jrunit.logdir" value="${output.tests}"/>
-         <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/**/coyote/**/*TestCase.class"/>
-               <include name="**/remoting/**/coyote/**/*oyot*TestCase.class"/>
-               <include name="**/remoting/**/http/**/*TestCase.class"/>
-               <include name="**/remoting/**/*HTTP*TestCase.class"/>
-               <include name="**/remoting/**/*Http*TestCase.class"/>
-               <include name="**/remoting/**/*http*TestCase.class"/>
-               <exclude name="**/remoting/**/HTTPSAsynchCallbackTestCase.class"/>
-               <exclude name="**/remoting/**/HTTPInvokerClientTestCase.class"/>
-               <exclude name="**/remoting/transport/http/compression/*CompressedHTTPInvokerTestCase*"/>
-               <exclude name="**/remoting/**/performance/**"/>
-               <exclude name="**/remoting/**/nonserializable/**"/>
-               <exclude name="**/remoting/marshall/dynamic/remote/**/*TestCase.class"/>
-               <exclude name="**/remoting/versioning/**/*TestCase.class"/>
-            </fileset>
-         </batchtest>
-      </junit>
-   </target>
-
-   <target name="tests.functional.main.isJDK5" depends="tests.jars" if="isJDK5">
-      <mkdir dir="${output.tests.results}"/>
       <junit printsummary="true" fork="yes" includeantruntime="true">
          <jvmarg value="-Dloader.path=${output.lib.dir}/jboss-remoting-loading-tests.jar"/>
          <jvmarg value="-D${remoting.metadata.key}=${metadata}"/>



More information about the jboss-remoting-commits mailing list