log.debug("Invoking OVALDI using: " + builder.toString());
}
Process p = executor.execute(arguments);
String processName = ovalBin + " : " + this.getDefinitionXmlFile().getName();
IORedirect ioRedirect = new IORedirect( p.getInputStream(), out, outputInfoAndErrorsToSTDOUT );
ioRedirect.setProcessName( processName );