Author: scolebourne
Date: Sun Mar 12 07:23:30 2006
New Revision: 385295
URL: http://svn.apache.org/viewcvs?rev=385295&view=rev
Log:
Change test case output to plain so works on JDK1.3
bug 38927
Modified:
jakarta/commons/proper/io/trunk/build.xml
Modified: jakarta/commons/proper/io/trunk/build.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/build.xml?rev=385295&r1=385294&r2=385295&view=diff
==============================================================================
--- jakarta/commons/proper/io/trunk/build.xml (original)
+++ jakarta/commons/proper/io/trunk/build.xml Sun Mar 12 07:23:30 2006
@@ -214,7 +214,7 @@
</mkdir>
<junit dir="${basedir}" failureproperty="test.failure" printSummary="yes"
fork="true" haltonerror="true">
<sysproperty key="basedir" value="." />
- <formatter type="xml" />
+ <formatter type="plain" />
<formatter usefile="false" type="plain" />
<classpath>
<path refid="build.classpath" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]