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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Mon Apr 25 19:47:54 EDT 2011


Author: ron.sigal at jboss.com
Date: 2011-04-25 19:47:54 -0400 (Mon, 25 Apr 2011)
New Revision: 6337

Modified:
   remoting2/branches/2.x/build.xml
Log:
JBREM-1283:Excluded some tests in tests.compile if using jdk 1.4.

Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml	2011-04-25 18:35:07 UTC (rev 6336)
+++ remoting2/branches/2.x/build.xml	2011-04-25 23:47:54 UTC (rev 6337)
@@ -526,9 +526,13 @@
              sourcepath="">
          <src path="${tests.src.dir}"/>
          <include name="**/*.java"/>
+         <exclude name="org/jboss/test/remoting/**/coyote/**" if="isJDK4"/>
          <exclude name="org/jboss/test/remoting/**/http/**" if="isJDK4"/>
+         <exclude name="org/jboss/test/remoting/**/*HTTP*" if="isJDK4"/>
+         <exclude name="org/jboss/test/remoting/**/*Http*" if="isJDK4"/>
          <exclude name="org/jboss/test/remoting/**/https/**" if="isJDK4"/>
          <exclude name="org/jboss/test/remoting/**/servlet/**" if="isJDK4"/>
+         <exclude name="org/jboss/test/remoting/tests/**" if="isJDK4"/>
          <exclude name="org/jboss/test/remoting/lease/LeaseCreationTimeoutJDK14TestCase*" unless="isJDK4"/>
          <exclude name="org/jboss/test/remoting/lease/LeaseCreationTimeoutTestCase*" if="isJDK4"/>
          <classpath refid="tests.classpath"/>



More information about the jboss-remoting-commits mailing list