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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Mon Aug 2 19:49:44 EDT 2010


Author: ron.sigal at jboss.com
Date: 2010-08-02 19:49:43 -0400 (Mon, 02 Aug 2010)
New Revision: 5963

Modified:
   remoting2/branches/2.2/build.xml
Log:
JBREM-1240: Updated version to 2.2.3.SP3; also, fixed one-test to create ${output.tests.tmp}.

Modified: remoting2/branches/2.2/build.xml
===================================================================
--- remoting2/branches/2.2/build.xml	2010-08-02 23:48:03 UTC (rev 5962)
+++ remoting2/branches/2.2/build.xml	2010-08-02 23:49:43 UTC (rev 5963)
@@ -83,9 +83,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.3.SP2"/>
+      <property name="module.version" value="2.2.3.SP3"/>
       <!-- extension is for the file suffix to use for distribution build -->
-      <property name="module.version.extension" value="2_2_3_SP2"/>
+      <property name="module.version.extension" value="2_2_3_SP3"/>
 
       <property name="implementation.url" value="http://www.jboss.org/products/remoting"/>
       <property name="root.dir" value="${basedir}"/>
@@ -117,6 +117,7 @@
       <property name="output.tests" value="${output.dir}/tests"/>
       <property name="output.tests.classes" value="${output.tests}/classes"/>
       <property name="output.tests.results" value="${output.tests}/results"/>
+      <property name="output.tests.tmp" value="${output.tests}/tmp"/>
       <property name="output.tests.performance" value="${output.tests}/performance"/>
 
       <property name="manifest.file" value="${output.etc.dir}/default.mf"/>
@@ -602,6 +603,8 @@
    </target>
 	
    <target name="one-test" depends="tests.jars">
+      <mkdir dir="${output.tests.results}"/>
+      <mkdir dir="${output.tests.tmp}"/>
       <junit
             printsummary="true" fork="yes" includeantruntime="true" 
             tempdir="${output.tests.tmp}" maxmemory="1024m">



More information about the jboss-remoting-commits mailing list