bodewig 2003/03/27 23:35:31
Modified: src/etc/testcases/taskdefs copy.xml
Log:
Oops
Revision Changes Path
1.11 +1 -1 ant/src/etc/testcases/taskdefs/copy.xml
Index: copy.xml
===================================================================
RCS file: /home/cvs/ant/src/etc/testcases/taskdefs/copy.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- copy.xml 28 Mar 2003 07:33:04 -0000 1.10
+++ copy.xml 28 Mar 2003 07:35:31 -0000 1.11
@@ -84,7 +84,7 @@
</target>
<target name="testMissingDirBail">
- <copy todir="copytest1dir" failonerror="false">
+ <copy todir="copytest1dir" failonerror="true">
<fileset dir="not-there"/>
</copy>
</target>