Next: Errors and return codes
Up: Exec
Previous: Examples
Contents
Index
arg
Command line arguments should be specified as nested <arg>
elements. See Command line arguments.
env
It is possible to specify environment variables to pass to the system
command via nested <env> elements.
Attribute |
Description |
Required |
key |
The name of the environment variable. |
Yes |
|
The literal value for the environment variable. |
The value for a PATH like environment variable. You can use ; or : as
separators and Ant will convert it to the platform's local conventions. |
The value for the environment variable. Will be replaced by the absolute filename
of the file by Ant. |
|
Exactly one of these. |
Next: Errors and return codes
Up: Exec
Previous: Examples
Contents
Index
Andrew Marlow
2003-07-08