From: Thomas D. <tdi...@us...> - 2004-11-02 11:08:01
|
User: tdiesler Date: 04/11/02 03:07:44 Modified: . Tag: Branch_4_0 build.xml Log: Create the reports directory before running tests-webservices Revision Changes Path No revision No revision 1.406.2.19 +2 -3 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.406.2.18 retrieving revision 1.406.2.19 diff -u -r1.406.2.18 -r1.406.2.19 --- build.xml 1 Nov 2004 23:27:06 -0000 1.406.2.18 +++ build.xml 2 Nov 2004 11:07:40 -0000 1.406.2.19 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.406.2.18 2004/11/01 23:27:06 starksm Exp $ --> +<!-- $Id: build.xml,v 1.406.2.19 2004/11/02 11:07:40 tdiesler Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -1705,8 +1705,7 @@ <target name="tests-webservices" description="Execute Web Services Related Tests"> - <echo message="java.endorsed.dirs=${jboss.dist}/lib/endorsed"/> - + <mkdir dir="${build.reports}" /> <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" |