|
From: Thomas D. <tdi...@us...> - 2005-01-19 13:24:42
|
User: tdiesler Date: 05/01/19 05:24:33 Modified: . build.xml Log: Synchronize webservice testsuite with JB401 Revision Changes Path 1.438 +2 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.437 retrieving revision 1.438 diff -u -r1.437 -r1.438 --- build.xml 14 Jan 2005 06:05:25 -0000 1.437 +++ build.xml 19 Jan 2005 13:24:29 -0000 1.438 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.437 2005/01/14 06:05:25 bwang00 Exp $ --> +<!-- $Id: build.xml,v 1.438 2005/01/19 13:24:29 tdiesler Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -2169,6 +2169,7 @@ </classpath> <formatter type="xml" usefile="${junit.formatter.usefile}"/> + <formatter type="plain" usefile="${junit.formatter.usefile}"/> <test todir="${build.reports}" name="${test}" haltonerror="${junit.batchtest.haltonerror}" |