Cernunnos Manual


<process>

Description:

Invokes the process specified by COMMAND.

Reagents:

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

Examples:

Invokes the Ant tool to deploy a project.:

 
       
        <process>ant deploy</process>