[jboss-cvs] JBossRemoting ...

Tom Elrod tom.elrod at jboss.com
Mon Feb 26 04:10:08 EST 2007


  User: telrod  
  Date: 07/02/26 04:10:08

  Modified:    JBossRemoting  Tag: remoting_2_x build.xml
  Log:
  Adding remoting 2.0.0.GA to versioning testing
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.88.2.7  +23 -1     JBossRemoting/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/build.xml,v
  retrieving revision 1.88.2.6
  retrieving revision 1.88.2.7
  diff -u -b -r1.88.2.6 -r1.88.2.7
  --- build.xml	19 Feb 2007 06:57:13 -0000	1.88.2.6
  +++ build.xml	26 Feb 2007 09:10:08 -0000	1.88.2.7
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.88.2.6 2007/02/19 06:57:13 rsigal Exp $ -->
  +<!-- $Id: build.xml,v 1.88.2.7 2007/02/26 09:10:08 telrod Exp $ -->
   
   <project default="most" name="JBossRemoting">
   
  @@ -955,6 +955,28 @@
   
      </target>
   
  +   <!-- This runs all the versioning tests against 2.x only -->
  +   <target name="tests.versioning.2"
  +           description="Runs remoting fuctional tests with different remoting 2 versions for client and server."
  +           depends="jars, tests.jars">
  +      <antcall target="tests.versioning.all_transports" inheritrefs="true">
  +         <param name="jboss-junit-configuration" value="${module.version.extension}"/>
  +         <param name="client.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
  +         <param name="server.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
  +      </antcall>
  +      <antcall target="tests.versioning.all_transports" inheritrefs="true">
  +         <param name="jboss-junit-configuration" value="2_0_0_GA-client"/>
  +         <param name="client.classpath" value="${etc.dir}/lib/remoting_2_0_0_GA/jboss-remoting.jar"/>
  +         <param name="server.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
  +      </antcall>
  +      <antcall target="tests.versioning.all_transports" inheritrefs="true">
  +         <param name="jboss-junit-configuration" value="2_0_0_GA-server"/>
  +         <param name="server.classpath" value="${etc.dir}/lib/remoting_2_0_0_GA/jboss-remoting.jar"/>
  +         <param name="client.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
  +      </antcall>
  +
  +   </target>
  +
      <target name="tests.versioning.all_transports"
              description="Runs remoting fuctional tests with different remoting versions for client and server."
              depends="jars, tests.jars">
  
  
  



More information about the jboss-cvs-commits mailing list