Import Task
The import task imports an ant template file from a supplied artifact uri or file.
Example of a import request using a uri.
<transit:import uri="local:template:dpml/tools/standard"/>
Example of a import request using a file.
<transit:import file="${dpml.prefs}/tools/standard.template"/>
Attributes
Task attributes are described in the following table. Usage of the uri and file attribute are mutually exclusive.
uri | A URI resolvable to a template resource. |
file | A path resolvable to a template resource. Symbolic references to ${dpml.home}, ${dpml.data}, ${dpml.prefs}, and ${dpml.system} will be resolved. |