Execution
Previous  Top  Next

Executing a runner from within Structure101g is basically a case of invoking a flavor-specific command line - with appropriate substitution of parameter values - and then reading the XML file that is output by this process.

Note that this is a very simple, primitive, and not necessarily hugely efficient interchange mechanism. More elaborate mechanisms may be provided in future versions of Structure101g.

Execution comes in two styles, defined via the type attribute of the runner root element:
·app - any executable process  
·java - convenience alternative to app where the runner is implemented in Java.