panacoin.blogg.se

Apache ant copy file
Apache ant copy file













apache ant copy file

Used to force listing of all names of copied files.Įnsure we have a consistent and legal set of attributes, and setĪny internal flags necessary based on different combinations Replaced with setPreserveLastModified(boolean) toĬonsistently let the Introspection mechanism work. setPreserveLastModified(String) has been deprecated and SetPreserveLastModified( preserve)ĭeprecated. Give the copied files the same last modified time as the original files. SetPreserveLastModified(boolean preserve) Overwrite any existing destination file(s). Sets the character encoding for output files. SetIncludeEmptyDirs(boolean includeEmpty) When copying directory trees, the files can be "flattened" If false, note errors to the output but keep going. SetEnableMultipleMappings(boolean enableMultipleMappings)Īttribute to handle mappers that return multiple Whether to give the copied files the same last modified time asĬompares source files to destination files to see if they should be

apache ant copy file

Get the filtersets being applied to this operation. Get the filterchains being applied to this operation. ProjectComponentĪdd to a map of files/directories to copyĭefines the mapper to map source to destination files.Īctually does the file (and possibly empty directory) copies. Taskĭescription, location, target, taskName, taskType, wrapperįields inherited from class. Since: Ant 1.2 Version: $Revision: 1.66.2.3 $ Author: Glenn Stefan Bodewig, Michael McCallum, Magesh Umasankarįields inherited from class. This implementation is based on Arnout Kuiper's initial designĭocument, the following mailing list discussions, and the It is possible to explicitly overwrite existing files. Than the destination file, or when the destination file does notĮxist. Files are only copied if the source file is newer +- .taskdefs.Copy Direct Known Subclasses: Move, Sync.M圜opy SUMMARY: NESTED | FIELD | CONSTR | METHOD















Apache ant copy file