[jboss-cvs] JBossCache ...

Brian Stansberry brian.stansberry at jboss.com
Tue Jul 18 16:44:45 EDT 2006


  User: bstansberry
  Date: 06/07/18 16:44:45

  Modified:    JBossCache  build.xml
  Log:
  Disable meaningless interop tests until release > 2.0.0
  
  Revision  Changes    Path
  1.128     +4 -2      JBossCache/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/build.xml,v
  retrieving revision 1.127
  retrieving revision 1.128
  diff -u -b -r1.127 -r1.128
  --- build.xml	28 Jun 2006 17:05:27 -0000	1.127
  +++ build.xml	18 Jul 2006 20:44:45 -0000	1.128
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.127 2006/06/28 17:05:27 bwang Exp $ -->
  +<!-- $Id: build.xml,v 1.128 2006/07/18 20:44:45 bstansberry Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -788,7 +788,9 @@
         </junit>
      </target>
   
  -   <target name="interoptests" depends="compile,test-jar,unittests-init">
  +   <!-- Temporarily disable meaningless interop tests by adding an "if" test of a non-existent property
  +        We'll re-enable for the 1st release after 2.0 where we need to check backward interoperability -->
  +   <target name="interoptests" depends="compile,test-jar,unittests-init" if="interoptests.enabled">
   
         <!-- Download the cache version against which we check interop -->
         <mkdir dir="${output.interop.dir}"/>
  
  
  



More information about the jboss-cvs-commits mailing list