Execute execute = new Execute(new LogStreamHandler(this, Project.MSG_INFO, Project.MSG_WARN));
execute.setCommandline(cmd.getCommandline());
execute.setAntRun(getProject());
// propagate the environment here?
LOG.info(cmd.describeCommand());
return AppletRunnerStepBoundary.tryExecute(execute, this);
}
static Environment.Variable getProtocolHandler() {
final Environment.Variable sysp = new Environment.Variable();