donaldp 2002/09/30 23:20:25 Modified: . build.xml Log: Too much output. Need to redirect unit tests output to a file now Revision Changes Path 1.172 +1 -1 jakarta-avalon-phoenix/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v retrieving revision 1.171 retrieving revision 1.172 diff -u -r1.171 -r1.172 --- build.xml 1 Oct 2002 00:10:04 -0000 1.171 +++ build.xml 1 Oct 2002 06:20:25 -0000 1.172 @@ -290,7 +290,7 @@ <classpath refid="test.class.path"/> <formatter type="xml"/> <!-- xml reports for junitreport --> - <formatter type="plain" usefile="false"/> <!-- text reports for humans --> + <formatter type="plain" usefile="true"/> <!-- text reports for humans --> <batchtest todir="${build.tests}"> <fileset dir="${build.testclasses}">
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>