Source Directory

Provide a directory you want to use as the root directory. You don't need to specify the exact directory the files live in. Using file patterns below will allow you to specify sub-directories within the root.

File Names / Patterns

Each file/pattern must be entered on a new line. You can specify an exact file with it's path or you can use pattern matching. 

You can exclude files by prefixing the file name or pattern with a dash. e.g -*.ignore. Exclude patterns always take precedence over include patterns

More information about pattern wild cards can be found on the Ant Pattern Usage page.

Destination Directory

All files found will be placed in this directory with their directory structure preserved.

Overwrite existing files

Specify whether files should be overridden if they already exist.

Fail if no files are copied

The action is marked as failed if no files are copied. This will cause the build to fail.

List Each Copied Item

Write the file name of each file copied to the Build Log.