|
From: Anil S. <osd...@us...> - 2005-04-13 06:01:40
|
User: osdchicago Date: 05/04/12 23:01:31 Modified: . Tag: Branch_4_0 build.xml Log: Add some system properties to be passed to the Scout/Jaxr tests Revision Changes Path No revision No revision 1.406.2.57 +3 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.406.2.56 retrieving revision 1.406.2.57 diff -u -r1.406.2.56 -r1.406.2.57 --- build.xml 12 Apr 2005 16:24:36 -0000 1.406.2.56 +++ build.xml 13 Apr 2005 06:01:28 -0000 1.406.2.57 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.406.2.56 2005/04/12 16:24:36 starksm Exp $ --> +<!-- $Id: build.xml,v 1.406.2.57 2005/04/13 06:01:28 osdchicago Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -2304,6 +2304,8 @@ value="http://localhost:8080/juddi/publish"/> <sysproperty key="juddi.proxy.transportClass" value="org.jboss.jaxr.juddi.axis.JBossJuddiAxisTransport"/> + <sysproperty key="host.name" value="localhost"/> + <sysproperty key="jndi.bind.name" value="JAXR"/> <!-- Pass along any jbosstest.* system properties --> <syspropertyset> <propertyref prefix="jbosstest."/> |