next up previous contents index
Next: Errors and return codes Up: Exec Previous: Examples   Contents   Index

Parameters specified as nested elements

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
value
path
hline file

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 up previous contents index
Next: Errors and return codes Up: Exec Previous: Examples   Contents   Index
Andrew Marlow 2003-07-08