|
@@ -160,6 +160,10 @@ public class CopyPath extends Task { |
|
|
Project.MSG_VERBOSE); |
|
|
Project.MSG_VERBOSE); |
|
|
continue; |
|
|
continue; |
|
|
} |
|
|
} |
|
|
|
|
|
if(sourceFile.isDirectory()) { |
|
|
|
|
|
log("Skipping directory " + sourceFileName); |
|
|
|
|
|
continue; |
|
|
|
|
|
} |
|
|
try { |
|
|
try { |
|
|
log("Copying " + sourceFile + " to " + destFile, |
|
|
log("Copying " + sourceFile + " to " + destFile, |
|
|
Project.MSG_VERBOSE); |
|
|
Project.MSG_VERBOSE); |
|
|