[jboss-cvs] JBossCache ...

Jason Thomas Greene jgreene at jboss.com
Tue Apr 24 09:16:09 EDT 2007


  User: jgreene 
  Date: 07/04/24 09:16:09

  Modified:    JBossCache  build.xml
  Log:
  Exclude state transfer test
  Use localhost on one-test-pojocache
  Change NewReplicatedTest.testPutArray2 to use a serializable type (now required)
  
  Revision  Changes    Path
  1.201     +4 -1      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.200
  retrieving revision 1.201
  diff -u -b -r1.200 -r1.201
  --- build.xml	23 Apr 2007 02:53:21 -0000	1.200
  +++ build.xml	24 Apr 2007 13:16:09 -0000	1.201
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.200 2007/04/23 02:53:21 jgreene Exp $ -->
  +<!-- $Id: build.xml,v 1.201 2007/04/24 13:16:09 jgreene Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -105,6 +105,8 @@
         <exclude name="org/jboss/cache/statetransfer/ForcedStateTransferTest*"/>
         <!-- See JBCACHE-654 -->
         <exclude name="org/jboss/cache/aop/memory/ReplicatedAopTest*"/>
  +      <!-- See JBCACHE-1035 -->
  +      <exclude name="org/jboss/cache/pojo/statetransfer/StateTransfer200AopTest*"/>
         <!-- manual tests - tests that are not supposed to be run by CC for whatever reason -->
         <exclude name="**/manualtests/**"/>
      </patternset>
  @@ -683,6 +685,7 @@
   
            <jvmarg value="-Djgroups.stack=${jgroups.stack}"/>
            <jvmarg value="-Djboss.aop.path=${output.resources.dir}/pojocache-aop.xml"/>
  +         <jvmarg value="-Dbind.address=${bind.address}"/>
            <!--
            <jvmarg value="-Djava.system.class.loader=org.jboss.aop.standalone.SystemClassLoader"/>
            -->
  
  
  



More information about the jboss-cvs-commits mailing list