|
|
containerDescription
Container wrapped in Ant task. Instantiates container, mounts /logger and /taks and then executes nested <command> entries
Implementing Class
biz.hammurapi.ant.ContainerTask
Attributes
| Attribute |
Description |
Required |
| url |
URL to load configuration from. One of URL, file or resource is mandatory. These attributes are mutually exclusive.
|
No. |
| file |
File to load configuration from. One of URL, file or resource is mandatory. These attributes are mutually exclusive.
|
No. |
| resource |
Classloader resource to load configuration from. One of URL, file or resource is mandatory. These attributes are mutually exclusive.
|
No. |
Nested Elements
| Element |
Description |
| execute |
Execute command |
|