|
From: Clebert R. S. <cl...@us...> - 2005-01-26 22:37:39
|
User: clebert Date: 05/01/26 14:37:32 Modified: . build.xml Log: Changing package name of JUnitXMLFormatter Revision Changes Path 1.440 +2 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.439 retrieving revision 1.440 diff -u -r1.439 -r1.440 --- build.xml 26 Jan 2005 20:03:12 -0000 1.439 +++ build.xml 26 Jan 2005 22:37:31 -0000 1.440 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.439 2005/01/26 20:03:12 clebert Exp $ --> +<!-- $Id: build.xml,v 1.440 2005/01/26 22:37:31 clebert Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -1013,7 +1013,7 @@ <!-- definition of the property for keeping results between configuration --> <sysproperty key="jboss-junit-configuration" value="${jboss-junit-configuration}"/> - <formatter classname="com.jboss.testsuite.junit.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-${jboss-junit-configuration}.xml" /> + <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-${jboss-junit-configuration}.xml" /> <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" |