[jboss-remoting-commits] JBoss Remoting SVN: r4315 - remoting2/branches/2.2.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sun Jun 22 02:34:28 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-06-22 02:34:28 -0400 (Sun, 22 Jun 2008)
New Revision: 4315

Modified:
   remoting2/branches/2.2/build.xml
Log:
JBREM-950: (1) Added versioning test for 2.2.2.SP7; (2) updated distribution targets.

Modified: remoting2/branches/2.2/build.xml
===================================================================
--- remoting2/branches/2.2/build.xml	2008-06-22 06:32:43 UTC (rev 4314)
+++ remoting2/branches/2.2/build.xml	2008-06-22 06:34:28 UTC (rev 4315)
@@ -37,9 +37,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.2.SP7"/>
+      <property name="module.version" value="2.2.2.SP8"/>
       <!-- extension is for the file suffix to use for distribution build -->
-      <property name="module.version.extension" value="2_2_2_SP7"/>
+      <property name="module.version.extension" value="2_2_2_SP8"/>
 
       <property name="implementation.url" value="http://www.jboss.org/products/remoting"/>
       <property name="root.dir" value="${basedir}"/>
@@ -288,6 +288,13 @@
             <include name="org/jboss/**/*.key"/>
          </fileset>
       </jar>
+   	
+      <jar jarfile="${output.lib.dir}/jboss-remoting-src.jar"
+           manifest="${manifest.file}">
+         <fileset dir="${src.dir}">
+            <include name="**"/>
+         </fileset>
+      </jar>
 
       <!-- build out the server invoker war -->
       <mkdir dir="${output.lib.dir}/${servlet.invoker.war}/WEB-INF"/>
@@ -961,6 +968,29 @@
       </antcall>
 
       <!-- ******************************************************************************** -->
+      <!--  Current <- -> 2.2.2.SP7 -->
+      <antcall target="tests.versioning.all_transports" inheritrefs="true">
+         <param name="jboss-junit-configuration" value="2_2_2_SP7-client"/>
+         <param name="client.classpath" value="${etc.dir}/lib/remoting_2_2_2_SP7/jboss-remoting.jar"/>
+         <param name="server.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
+         <param name="client.pre_2_0_compatible" value=""/>
+         <param name="server.pre_2_0_compatible" value=""/>
+         <param name="client.version" value=""/>
+         <param name="server.version" value="2"/>
+         <param name="check_connection" value="false"/>
+      </antcall>
+      <antcall target="tests.versioning.all_transports" inheritrefs="true">
+         <param name="jboss-junit-configuration" value="2_2_2_SP7-server"/>
+        	<param name="server.classpath" value="${etc.dir}/lib/remoting_2_2_2_SP7/jboss-remoting.jar"/>
+         <param name="client.classpath" value="${output.lib.dir}/jboss-remoting.jar"/>
+         <param name="client.pre_2_0_compatible" value=""/>
+         <param name="server.pre_2_0_compatible" value=""/>
+         <param name="client.version" value="2"/>
+         <param name="server.version" value=""/>
+         <param name="check_connection" value="false"/>
+    </antcall>
+   	
+      <!-- ******************************************************************************** -->
       <!--  Current <- -> 2.2.2.SP4 -->
         <antcall target="tests.versioning.all_transports" inheritrefs="true">
            <param name="jboss-junit-configuration" value="2_2_2_SP4-client"/>
@@ -2709,6 +2739,8 @@
       <mkdir dir="${dist.dir}/etc"/>
       <mkdir dir="${dist.dir}/src"/>
       <mkdir dir="${dist.dir}/docs/api"/>
+      <mkdir dir="${output.lib.dir}"/>
+      <mkdir dir="${output.api.dir}"/>
 
       <antcall target="docs.generate"/>
       <copy todir="${dist.dir}/docs" filtering="no">




More information about the jboss-remoting-commits mailing list