Author: ron.sigal(a)jboss.com
Date: 2008-02-25 20:52:31 -0500 (Mon, 25 Feb 2008)
New Revision: 3509
Modified:
remoting2/branches/2.2/build.xml
Log:
JBREM-913: (1) Updated version; (2) Added version test for 2.2.2.SP4.
Modified: remoting2/branches/2.2/build.xml
===================================================================
--- remoting2/branches/2.2/build.xml 2008-02-26 01:40:01 UTC (rev 3508)
+++ remoting2/branches/2.2/build.xml 2008-02-26 01:52:31 UTC (rev 3509)
@@ -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.SP4"/>
+ <property name="module.version" value="2.2.2.SP5"/>
<!-- extension is for the file suffix to use for distribution build -->
- <property name="module.version.extension"
value="2_2_2_SP4"/>
+ <property name="module.version.extension"
value="2_2_2_SP5"/>
<property name="implementation.url"
value="http://www.jboss.org/products/remoting"/>
<property name="root.dir" value="${basedir}"/>
@@ -959,6 +959,29 @@
<param name="client.classpath"
value="${output.lib.dir}/jboss-remoting.jar"/>
<param name="server.classpath"
value="${output.lib.dir}/jboss-remoting.jar"/>
</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"/>
+ <param name="client.classpath"
value="${etc.dir}/lib/remoting_2_2_2_SP4/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_SP4-server"/>
+ <param name="server.classpath"
value="${etc.dir}/lib/remoting_2_2_2_SP4/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.SP2 -->