[jboss-cvs] JBossAS SVN: r63549 - trunk/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 18 09:00:01 EDT 2007


Author: wolfc
Date: 2007-06-18 09:00:01 -0400 (Mon, 18 Jun 2007)
New Revision: 63549

Modified:
   trunk/ejb3/build-test.xml
Log:
Fixed udpGroup setting

Modified: trunk/ejb3/build-test.xml
===================================================================
--- trunk/ejb3/build-test.xml	2007-06-18 12:55:35 UTC (rev 63548)
+++ trunk/ejb3/build-test.xml	2007-06-18 13:00:01 UTC (rev 63549)
@@ -63,6 +63,13 @@
    <property name="node1.http.url" value="http://${node1}:8080" />
    <property name="node1.jndi.url" value="jnp://${node1}:1099" />
 
+   <!-- UDP Group, must be done before server-config.xml -->
+   <!-- The value of the -u option passed to jboss -->
+   <!-- A blank value will prevent the -u option from being passed -->
+   <!-- Override this in the local.properties or pass to Ant as -DupdGroup=128.x.x.x -->
+   <property name="udpGroup" value=""/>
+   <!-- Same thing, but passed to the client -->
+   <property name="jbosstest.udpGroup" value="${udpGroup}"/>
 
    <!-- Import the jboss server run targets -->
    <import file="../testsuite/imports/server-config.xml"/>




More information about the jboss-cvs-commits mailing list