replacecopy

Extension of Ant's Copy task that uses XDoclet's template engine to copy instead of Ant's plain copy. It will scan each file for occurrences of and replace them with the associated Ant property value.

This is similar to using the standard Ant built-in task with a nested element, but this task uses a pull mechanism (ant properties are pulled from the ant environment by the copied files) instead of a push mechanism (where Ant pushes explicit values into the copied files).

Attributes

Attribute Description Required