Creates and configures a copy task.
Creates and configures a copy task.
The file to copy.
The target file to copy to.
The target directory to copy to.
Give the copied files the same last modified time as the original source file.
Indicates whether token filtering uses the global build-file filters (of Ant) should take place during the copy.
Overwrite existing files even if the destination files are newer.
Overwrite read-only destination files.
Ignore the directory structure of the source files, and copy all files into the directory specified by the toDir
parameter.
Log the files that are being copied.
Copy any empty directories included in the FileSet(s).
If true
and failOnError
is false
, then do not log a warning message when the file to copy does not exist
or one of the nested file sets points to a directory that does not exist
or an error occurs while copying.
If true
the task will process to all the mappings for a given source path.
The encoding to assume when filter-copying the files.
the encoding to use when writing the files.
The number of milliseconds leeway to give before deciding a file is out of date.
org.apache.tools.ant.types.FileSet's used to select groups of files to copy.
A org.apache.tools.ant.types.FileSet used to select groups of files to copy.
Set the target directory to copy to.
Set the target file to copy to.
(antCopy: StringAdd).self
(antCopy: StringFormat).self
(Since version ) see corresponding Javadoc for more information.
(antCopy: ArrowAssoc[AntCopy]).x
(Since version 2.10.0) Use leftOfArrow
instead
(antCopy: Ensuring[AntCopy]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
Wrapper for the Ant Copy task.
Copy a file or a directory or a set of files and directories.