[jboss-cvs] JBoss Messaging SVN: r2697 - in trunk: util and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 16 16:01:42 EDT 2007


Author: clebert.suconic at jboss.com
Date: 2007-05-16 16:01:42 -0400 (Wed, 16 May 2007)
New Revision: 2697

Modified:
   trunk/tests/smoke/build.xml
   trunk/util/release-admin.xml
Log:
few changes to get smoke tests running (partial fix)

Modified: trunk/tests/smoke/build.xml
===================================================================
--- trunk/tests/smoke/build.xml	2007-05-16 08:59:06 UTC (rev 2696)
+++ trunk/tests/smoke/build.xml	2007-05-16 20:01:42 UTC (rev 2697)
@@ -164,11 +164,13 @@
       <antcall target="run-example">
          <param name="example.name" value="queue"/>
          <param name="example.queue.name" value="SmokeTestQueue"/>
+         <param name="jboss.home" value="${jboss.home}"/>
       </antcall>
 
       <antcall target="run-example">
          <param name="example.name" value="topic"/>
          <param name="example.topic.name" value="SmokeTestTopic"/>
+         <param name="jboss.home" value="${jboss.home}"/>
       </antcall>
 
       <antcall target="run-example">
@@ -230,6 +232,7 @@
       <antcall target="sleep"><param name="sleep.interval" value="8"/></antcall>
       <antcall target="ping-queue">
          <param name="example.queue.name" value="SmokeTestQueue"/>
+         <param name="jnpPort" value="1199"/>
       </antcall>
 
       <!--
@@ -242,6 +245,7 @@
       <antcall target="sleep"><param name="sleep.interval" value="8"/></antcall>
       <antcall target="ping-queue">
          <param name="example.queue.name" value="DistributedSmokeTestQueue"/>
+         <param name="jnpPort" value="1199"/>
       </antcall>
 
       <!--
@@ -255,6 +259,7 @@
       <antcall target="sleep"><param name="sleep.interval" value="8"/></antcall>
       <antcall target="ping-topic">
          <param name="example.topic.name" value="SmokeTestTopic"/>
+         <param name="jnpPort" value="1199"/>
       </antcall>
 
       <!--
@@ -267,6 +272,7 @@
       <antcall target="sleep"><param name="sleep.interval" value="8"/></antcall>
       <antcall target="ping-topic">
          <param name="example.topic.name" value="DistributedSmokeTestTopic"/>
+         <param name="jnpPort" value="1199"/>
       </antcall>
 
       <!--

Modified: trunk/util/release-admin.xml
===================================================================
--- trunk/util/release-admin.xml	2007-05-16 08:59:06 UTC (rev 2696)
+++ trunk/util/release-admin.xml	2007-05-16 20:01:42 UTC (rev 2697)
@@ -37,9 +37,6 @@
    <!-- The name of the sar -->
    <property name="sar.name" value="jboss-messaging.sar"/>
 
-   <!-- The location of datasource file - used for clustered install -->
-   <property name="datasource.location" value="../examples/config"/>
-
    <!-- ======================================================================================== -->
    <!-- Top level targets. These are the "modes" this script is supposed to work in.             -->
    <!-- ======================================================================================== -->




More information about the jboss-cvs-commits mailing list