[jboss-cvs] JBossAS SVN: r77535 - trunk/aspects.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 27 09:57:31 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-08-27 09:57:31 -0400 (Wed, 27 Aug 2008)
New Revision: 77535

Modified:
   trunk/aspects/build-test50.xml
Log:
[JBAS-5846] Pass in server bind address as -Dnode0

Modified: trunk/aspects/build-test50.xml
===================================================================
--- trunk/aspects/build-test50.xml	2008-08-27 13:56:43 UTC (rev 77534)
+++ trunk/aspects/build-test50.xml	2008-08-27 13:57:31 UTC (rev 77535)
@@ -42,6 +42,7 @@
     -->
 
    <target name="init" unless="init.disable" depends="_buildmagic:init">
+      <property name="node0" value="localhost" />
    </target>
 
    <target name="most"/>
@@ -244,6 +245,7 @@
       description="Execute all tests in the given test directory.">
       <mkdir dir="${build.reports}"/>
       <mkdir dir="${build.testlog}"/>
+      
       <!-- Remove the test.log so each run has a fresh log -->
       <delete file="${build.testlog}/test.log"/>
       <junit dir="${module.output}"
@@ -259,6 +261,9 @@
          <sysproperty key="jbosstest.threadcount" value="${jbosstest.threadcount}"/>
          <sysproperty key="jbosstest.iterationcount" value="${jbosstest.iterationcount}"/>
          <sysproperty key="jbosstest.beancount" value="${jbosstest.beancount}"/>
+         <sysproperty key="java.naming.provider.url" value="jnp://${node0}:1099"/>
+         <sysproperty key="jbosstest.server.host" value="${node0}"/>
+         <jvmarg value="-Dbind.address=${node0}"/>
 
 
          <classpath>




More information about the jboss-cvs-commits mailing list