[jboss-cvs] JBossRemoting ...

Tom Elrod tom.elrod at jboss.com
Mon Mar 19 23:18:44 EDT 2007


  User: telrod  
  Date: 07/03/19 23:18:44

  Modified:    JBossRemoting  Tag: remoting_2_x build.xml
  Log:
  Updates for 2.2.0.GA release.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.88.2.13 +50 -34    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.12
  retrieving revision 1.88.2.13
  diff -u -b -r1.88.2.12 -r1.88.2.13
  --- build.xml	14 Mar 2007 07:10:28 -0000	1.88.2.12
  +++ build.xml	20 Mar 2007 03:18:44 -0000	1.88.2.13
  @@ -9,7 +9,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.88.2.12 2007/03/14 07:10:28 rsigal Exp $ -->
  +<!-- $Id: build.xml,v 1.88.2.13 2007/03/20 03:18:44 telrod Exp $ -->
   
   <project default="most" name="JBossRemoting">
   
  @@ -34,9 +34,9 @@
         <!-- Module name(s) & version -->
         <property name="module.name" value="remoting"/>
         <property name="module.Name" value="JBoss Remoting"/>
  -      <property name="module.version" value="2.2.0.Beta1"/>
  +      <property name="module.version" value="2.2.0.GA"/>
         <!-- extension is for the file suffix to use for distribution build -->
  -      <property name="module.version.extension" value="2_2_0_Beta1"/>
  +      <property name="module.version.extension" value="2_2_0_GA"/>
   
         <property name="implementation.url" value="http://www.jboss.org/products/remoting"/>
         <property name="root.dir" value="${basedir}"/>
  @@ -894,36 +894,50 @@
      <target name="tests.versioning"
              description="Runs remoting fuctional tests with different remoting versions for client and server."
              depends="jars, tests.jars">
  -      <antcall target="tests.versioning.core" 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.core" inheritrefs="true">
  -         <param name="jboss-junit-configuration" value="1_4_4-client"/>
  -         <param name="client.classpath" value="${etc.dir}/lib/remoting_1_4_4/jboss-remoting.jar"/>
  -         <param name="server.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
  -         <param name="jboss.remoting.pre_2_0_compatible" value="true"/>
  -      </antcall>
  -      <antcall target="tests.versioning.core" inheritrefs="true">
  -         <param name="jboss-junit-configuration" value="1_4_4-server"/>
  -         <param name="server.classpath" value="${etc.dir}/lib/remoting_1_4_4/jboss-remoting.jar"/>
  -         <param name="client.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
  -         <param name="jboss.remoting.pre_2_0_compatible" value="true"/>
  -      </antcall>
  +      <!--<antcall target="tests.versioning.core" 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.core" inheritrefs="true">
  -         <param name="jboss-junit-configuration" value="1_4_3-client"/>
  -         <param name="client.classpath" value="${etc.dir}/lib/remoting_1_4_3/jboss-remoting.jar"/>
  +         <param name="jboss-junit-configuration" value="2_0_0-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"/>
  -         <param name="jboss.remoting.pre_2_0_compatible" value="true"/>
  +         <param name="jboss.remoting.pre_2_0_compatible" value="false"/>
         </antcall>
         <antcall target="tests.versioning.core" inheritrefs="true">
  -         <param name="jboss-junit-configuration" value="1_4_3-server"/>
  -         <param name="server.classpath" value="${etc.dir}/lib/remoting_1_4_3/jboss-remoting.jar"/>
  +         <param name="jboss-junit-configuration" value="2_0_0-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"/>
  -         <param name="jboss.remoting.pre_2_0_compatible" value="true"/>
  +         <param name="jboss.remoting.pre_2_0_compatible" value="false"/>
         </antcall>
  +
  +      <!--<antcall target="tests.versioning.core" inheritrefs="true">-->
  +         <!--<param name="jboss-junit-configuration" value="1_4_4-client"/>-->
  +         <!--<param name="client.classpath" value="${etc.dir}/lib/remoting_1_4_4/jboss-remoting.jar"/>-->
  +         <!--<param name="server.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>-->
  +         <!--<param name="jboss.remoting.pre_2_0_compatible" value="true"/>-->
  +      <!--</antcall>-->
  +      <!--<antcall target="tests.versioning.core" inheritrefs="true">-->
  +         <!--<param name="jboss-junit-configuration" value="1_4_4-server"/>-->
  +         <!--<param name="server.classpath" value="${etc.dir}/lib/remoting_1_4_4/jboss-remoting.jar"/>-->
  +         <!--<param name="client.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>-->
  +         <!--<param name="jboss.remoting.pre_2_0_compatible" value="true"/>-->
  +      <!--</antcall>-->
  +
  +      <!--<antcall target="tests.versioning.core" inheritrefs="true">-->
  +         <!--<param name="jboss-junit-configuration" value="1_4_3-client"/>-->
  +         <!--<param name="client.classpath" value="${etc.dir}/lib/remoting_1_4_3/jboss-remoting.jar"/>-->
  +         <!--<param name="server.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>-->
  +         <!--<param name="jboss.remoting.pre_2_0_compatible" value="true"/>-->
  +      <!--</antcall>-->
  +      <!--<antcall target="tests.versioning.core" inheritrefs="true">-->
  +         <!--<param name="jboss-junit-configuration" value="1_4_3-server"/>-->
  +         <!--<param name="server.classpath" value="${etc.dir}/lib/remoting_1_4_3/jboss-remoting.jar"/>-->
  +         <!--<param name="client.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>-->
  +         <!--<param name="jboss.remoting.pre_2_0_compatible" value="true"/>-->
  +      <!--</antcall>-->
      </target>
   
      <!-- This runs all the versioning tests -->
  @@ -936,14 +950,16 @@
            <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_beta2-client"/>
  -         <param name="client.classpath" value="${etc.dir}/lib/remoting_2_0_0_beta2/jboss-remoting.jar"/>
  +         <param name="jboss-junit-configuration" value="2_0_0-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"/>
  +         <param name="jboss.remoting.pre_2_0_compatible" value="false"/>
         </antcall>
         <antcall target="tests.versioning.all_transports" inheritrefs="true">
  -         <param name="jboss-junit-configuration" value="2_0_0_beta2-server"/>
  -         <param name="server.classpath" value="${etc.dir}/lib/remoting_2_0_0_beta2/jboss-remoting.jar"/>
  +         <param name="jboss-junit-configuration" value="2_0_0-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"/>
  +         <param name="jboss.remoting.pre_2_0_compatible" value="false"/>
         </antcall>
   
         <antcall target="tests.versioning.all_transports" inheritrefs="true">
  @@ -1089,9 +1105,9 @@
                       haltonfailure="no">
               <fileset dir="${tests.compile.dir}">
                  <include name="**/remoting/versioning/transport/**/*TestCase.class"/>
  -               <exclude name="**/remoting/versioning/transport/multiplex/**"/>
  -               <exclude name="**/remoting/versioning/transport/rmi/**"/>
  -               <exclude name="**/remoting/versioning/transport/socket/**"/>
  +               <!--<exclude name="**/remoting/versioning/transport/multiplex/**"/>-->
  +               <!--<exclude name="**/remoting/versioning/transport/rmi/**"/>-->
  +               <!--<exclude name="**/remoting/versioning/transport/socket/**"/>-->
               </fileset>
            </batchtest>
         </junit>
  
  
  



More information about the jboss-cvs-commits mailing list