Browse Source

clean up at the end of execute so that this instance can be reused.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271579 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
c5a6bd9775
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/main/org/apache/tools/ant/taskdefs/Copy.java

+ 3
- 0
src/main/org/apache/tools/ant/taskdefs/Copy.java View File

@@ -318,6 +318,9 @@ public class Copy extends Task {
if (destFile != null) { if (destFile != null) {
destDir = null; destDir = null;
} }
fileCopyMap.clear();
dirCopyMap.clear();
completeDirMap.clear();
} }


//************************************************************************ //************************************************************************


Loading…
Cancel
Save