Native Executable Tool Agent

The Native Executable tool agent provides a means to execute a native executable program (binary or shellscript).

Repository Metadata

Native Executable tool agent metadata entry contains:
    <native-executable ...>
...
<args>?
<arg .../>+
</args>
<env>?
<env-entry ... />+
</env>
<dir .../>?
</native-executable>
args
The fixed arguments to prepend to any passed as actual parameters; defined as nested arg elements.
arg
Argument to pass to the program.
env
The environment in which to execute the program, defined by nested env-entry elements.
env-entry
An environment entry of the form key=value.
dir
The name of the directory in which to execute the program.