Author: ron.sigal(a)jboss.com
Date: 2011-01-30 13:11:53 -0500 (Sun, 30 Jan 2011)
New Revision: 6240
Modified:
remoting2/branches/2.x/build.xml
Log:
JBREM-1271: Updated version to 2.5.4; updated tests.versioning.all.
Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml 2011-01-30 18:09:15 UTC (rev 6239)
+++ remoting2/branches/2.x/build.xml 2011-01-30 18:11:53 UTC (rev 6240)
@@ -225,9 +225,9 @@
<!-- Module name(s) & version -->
<property name="module.name" value="remoting"/>
<property name="module.Name" value="JBoss Remoting"/>
- <property name="module.version" value="2.5.3.SP1"/>
+ <property name="module.version" value="2.5.4"/>
<!-- extension is for the file suffix to use for dtribution build -->
- <property name="module.version.extension"
value="2_5_3_SP1"/>
+ <property name="module.version.extension"
value="2_5_4"/>
<property name="implementation.url"
value="http://www.jboss.org/products/remoting"/>
<property name="root.dir" value="${basedir}"/>
@@ -2369,6 +2369,73 @@
</antcall>
<!--
******************************************************************************** -->
+ <!-- Current <- -> 2.5.3.SP1 -->
+ <antcall target="download.version">
+ <param name="version" value="2.5.3.SP1"/>
+ </antcall>
+ <antcall target="tests.versioning.all_transports"
inheritrefs="true">
+ <param name="jboss-junit-configuration"
value="2_5_3_SP1-client"/>
+ <param name="client.classpath"
value="${etc.dir}/lib/2.5.3.SP1/jboss-remoting.jar${extended.classpath}"/>
+ <param name="server.classpath"
value="${output.lib.dir}/jboss-remoting.jar${extended.classpath}"/>
+ <param name="check_content_type" value="true"/>
+ <param name="clientImplementsServerIdentity"
value="false"/>
+ <param name="serverImplementsServerIdentity"
value="true"/>
+ </antcall>
+ <antcall target="tests.versioning.all_transports"
inheritrefs="true">
+ <param name="jboss-junit-configuration"
value="2_5_3_SP1-server"/>
+ <param name="server.classpath"
value="${etc.dir}/lib/2.5.3.SP1/jboss-remoting.jar${extended.classpath}"/>
+ <param name="client.classpath"
value="${output.lib.dir}/jboss-remoting.jar${extended.classpath}"/>
+ <param name="check_content_type" value="true"/>
+ <param name="clientImplementsServerIdentity"
value="true"/>
+ <param name="serverImplementsServerIdentity"
value="false"/>
+ </antcall>
+
+
+ <!--
******************************************************************************** -->
+ <!-- Current <- -> 2.5.3 -->
+ <antcall target="download.version">
+ <param name="version" value="2.5.3"/>
+ </antcall>
+ <antcall target="tests.versioning.all_transports"
inheritrefs="true">
+ <param name="jboss-junit-configuration"
value="2_5_3-client"/>
+ <param name="client.classpath"
value="${etc.dir}/lib/2.5.3/jboss-remoting.jar${extended.classpath}"/>
+ <param name="server.classpath"
value="${output.lib.dir}/jboss-remoting.jar${extended.classpath}"/>
+ <param name="check_content_type" value="true"/>
+ <param name="clientImplementsServerIdentity"
value="false"/>
+ <param name="serverImplementsServerIdentity"
value="true"/>
+ </antcall>
+ <antcall target="tests.versioning.all_transports"
inheritrefs="true">
+ <param name="jboss-junit-configuration"
value="2_5_3-server"/>
+ <param name="server.classpath"
value="${etc.dir}/lib/2.5.3/jboss-remoting.jar${extended.classpath}"/>
+ <param name="client.classpath"
value="${output.lib.dir}/jboss-remoting.jar${extended.classpath}"/>
+ <param name="check_content_type" value="true"/>
+ <param name="clientImplementsServerIdentity"
value="true"/>
+ <param name="serverImplementsServerIdentity"
value="false"/>
+ </antcall>
+
+ <!--
******************************************************************************** -->
+ <!-- Current <- -> 2.5.2.SP3 -->
+ <antcall target="download.version">
+ <param name="version" value="2.5.2.SP3"/>
+ </antcall>
+ <antcall target="tests.versioning.all_transports"
inheritrefs="true">
+ <param name="jboss-junit-configuration"
value="2_5_2_SP3-client"/>
+ <param name="client.classpath"
value="${etc.dir}/lib/2.5.2.SP3/jboss-remoting.jar${extended.classpath}"/>
+ <param name="server.classpath"
value="${output.lib.dir}/jboss-remoting.jar${extended.classpath}"/>
+ <param name="check_content_type" value="true"/>
+ <param name="clientImplementsServerIdentity"
value="false"/>
+ <param name="serverImplementsServerIdentity"
value="true"/>
+ </antcall>
+ <antcall target="tests.versioning.all_transports"
inheritrefs="true">
+ <param name="jboss-junit-configuration"
value="2_5_2_SP3-server"/>
+ <param name="server.classpath"
value="${etc.dir}/lib/2.5.2.SP3/jboss-remoting.jar${extended.classpath}"/>
+ <param name="client.classpath"
value="${output.lib.dir}/jboss-remoting.jar${extended.classpath}"/>
+ <param name="check_content_type" value="true"/>
+ <param name="clientImplementsServerIdentity"
value="true"/>
+ <param name="serverImplementsServerIdentity"
value="false"/>
+ </antcall>
+
+ <!--
******************************************************************************** -->
<!-- Current <- -> 2.5.2.SP2 -->
<antcall target="download.version">
<param name="version" value="2.5.2.SP2"/>