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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Mar 20 22:59:13 EDT 2008


Author: david.lloyd at jboss.com
Date: 2008-03-20 22:59:13 -0400 (Thu, 20 Mar 2008)
New Revision: 3713

Modified:
   remoting2/branches/2.x/build.xml
Log:
On tests that use the security manager, remove the redundant jboss-remoting-tests.jar from the classpath to simplify security policy config

Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml	2008-03-21 02:32:10 UTC (rev 3712)
+++ remoting2/branches/2.x/build.xml	2008-03-21 02:59:13 UTC (rev 3713)
@@ -936,7 +936,6 @@
          <jvmarg value="-D${remoting.metadata.key}=${metadata}"/>
          <classpath>
             <path refid="tests.classpath"/>
-            <!--<pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>-->
          </classpath>
          <sysproperty key="java.security.manager" value="${java.security.manager}"/>
          <sysproperty key="java.security.policy" value="${java.security.policy}"/>
@@ -987,7 +986,6 @@
          <jvmarg value="-D${remoting.metadata.key}=${metadata}"/>
          <classpath>
             <path refid="tests.classpath"/>
-            <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
          <sysproperty key="java.security.manager" value="${java.security.manager}"/>
          <sysproperty key="java.security.policy" value="${java.security.policy}"/>
@@ -1007,6 +1005,8 @@
                     haltonfailure="no">
             <fileset dir="${tests.compile.dir}">
                <include name="**/remoting/**/*TestCase.class"/>
+               <!-- DML - these are reeeeeaaaalllyyyy slooooooooooowwww on linux -->
+               <!--<exclude name="**/remoting/**/marshall/compress/**/*TestCase.class"/>-->
                <exclude name="**/remoting/**/http/**/*TestCase.class"/>
                <exclude name="**/remoting/**/*HTTP*TestCase.class"/>
                <exclude name="**/remoting/**/*Http*TestCase.class"/>
@@ -1044,7 +1044,6 @@
          <jvmarg value="-D${remoting.metadata.key}=${metadata}"/>
          <classpath>
             <path refid="tests.classpath"/>
-            <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
          <sysproperty key="java.security.manager" value="${java.security.manager}"/>
          <sysproperty key="java.security.policy" value="${java.security.policy}"/>
@@ -1076,7 +1075,6 @@
          <jvmarg value="-D${remoting.metadata.key}=${metadata}"/>
          <classpath>
             <path refid="tests.classpath"/>
-            <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
          <sysproperty key="java.security.manager" value="${java.security.manager}"/>
          <sysproperty key="java.security.policy" value="${java.security.policy}"/>
@@ -1113,7 +1111,6 @@
          <jvmarg value="-D${remoting.metadata.key}=${metadata}"/>
          <classpath>
             <path refid="${classpath}"/>
-            <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
          <sysproperty key="java.security.manager" value="${java.security.manager}"/>
          <sysproperty key="java.security.policy" value="${java.security.policy}"/>
@@ -1158,7 +1155,6 @@
          <jvmarg value="-D${remoting.metadata.key}=${metadata}"/>
          <classpath>
             <path refid="${classpath}"/>
-            <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
          <sysproperty key="java.security.manager" value="${java.security.manager}"/>
          <sysproperty key="java.security.policy" value="${java.security.policy}"/>
@@ -1209,7 +1205,6 @@
          <jvmarg value="-D${remoting.metadata.key}=${metadata}"/>
          <classpath>
             <path refid="tests.classpath"/>
-            <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
          <sysproperty key="java.security.manager" value="${java.security.manager}"/>
          <sysproperty key="java.security.policy" value="${java.security.policy}"/>
@@ -1240,7 +1235,6 @@
       <junit printsummary="true" fork="yes" includeantruntime="true" tempdir="${output.tests.tmp}">
          <classpath>
             <path refid="tests.classpath"/>
-            <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
          <sysproperty key="java.security.manager" value="${java.security.manager}"/>
          <sysproperty key="java.security.policy" value="${java.security.policy}"/>
@@ -1306,7 +1300,6 @@
 
          <classpath>
             <path refid="tests.classpath"/>
-            <pathelement location="${output.lib.dir}/jboss-remoting-tests.jar"/>
          </classpath>
          <sysproperty key="java.security.manager" value="${java.security.manager}"/>
          <sysproperty key="java.security.policy" value="${java.security.policy}"/>




More information about the jboss-remoting-commits mailing list