<process>
Invokes the process specified by COMMAND.
| Name | XPath | Description | Reagent Type | Expected Type | Required |
|---|---|---|---|---|---|
| COMMAND | text() | The command to execute within a new process. | PHRASE | java.lang.String | Yes |
| FROM | @from | The working directory from which the process should be executed. Default is the current directory. | PHRASE | java.lang.String | No |
Invokes the Ant tool to deploy a project.:
ant deploy