<control : UpToDate>

Description

Sets the given property if the specified target has a timestamp greater than all of the source files.

Parameters

Attribute Description Type Required?
value The value to set the named property to if the target file is more up-to-date than (each of) the source file(s). Defaults to 'true'. String ?
property The property to set if the target file is more up-to-date than (each of) the source file(s). String ?
srcfile The file that must be older than the target file if the property is to be set. File ?
targetfile The file which must be more up-to-date than (each of) the source file(s) if the property is to be set. File ?

Parameters accepted as nested elements

<srcfiles> ...

Moved out of MatchingTask to make it a standalone object that could be referenced (by scripts for example).
Attribute Description Type Required
refid Reference ?
file File ?
dir File ?
defaultexcludes boolean ?
followsymlinks boolean ?
casesensitive boolean ?
excludes String ?
includesfile File ?
excludesfile File ?
includes String ?

<mapper> ...

Element to define a FileNameMapper.
Attribute Description Type Required
classpath Set the classpath to load the FileNameMapper through (attribute). Path ?
classpathref Set the classpath to load the FileNameMapper through via reference (attribute). Reference ?
refid Make this Mapper instance a reference to another Mapper.

You must not set any other attribute if you make it a reference.

Reference ?
type Set the type of FileNameMapper to use. String ["identity", "flatten", "glob", "merge", "regexp", "package", "unpackage"] ?
classname Set the class name of the FileNameMapper to use. String ?
from Set the argument to FileNameMapper.setFrom String ?
to Set the argument to FileNameMapper.setTo String ?