Browse Source

Oops

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274333 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
52b0cf00a3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/etc/testcases/taskdefs/copy.xml

+ 1
- 1
src/etc/testcases/taskdefs/copy.xml View File

@@ -84,7 +84,7 @@
</target>

<target name="testMissingDirBail">
<copy todir="copytest1dir" failonerror="false">
<copy todir="copytest1dir" failonerror="true">
<fileset dir="not-there"/>
</copy>
</target>


Loading…
Cancel
Save