|
From: Scott M S. <st...@us...> - 2005-04-08 18:59:12
|
User: starksm Date: 05/04/08 11:59:07 Modified: . Tag: Branch_4_0 build.xml Log: The jbosstest.dist property cannot be set until after the server-config.xml has been imported. Revision Changes Path No revision No revision 1.406.2.54 +3 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.406.2.53 retrieving revision 1.406.2.54 diff -u -r1.406.2.53 -r1.406.2.54 --- build.xml 8 Apr 2005 18:57:03 -0000 1.406.2.53 +++ build.xml 8 Apr 2005 18:58:49 -0000 1.406.2.54 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.406.2.53 2005/04/08 18:57:03 tdiesler Exp $ --> +<!-- $Id: build.xml,v 1.406.2.54 2005/04/08 18:58:49 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -347,6 +347,8 @@ <!-- Import the jboss server run targets --> <import file="imports/server-config.xml"/> + <!-- Propagate the dist directory as a jbosstest system property --> + <property name="jbosstest.dist" value="${jboss.dist}"/> <!-- ================================================================== --> <!-- Cleaning --> |