@param nestedTask Nested task to execute Sequential
158159160161162163164165166167168
} /** * Copy the file over */ seq.addTask(createEchoVerbose("copying scriptfile: '" + localTempfile.getAbsolutePath() + "' to: '" + node.getNodename() + ":" + remotefile + "'", project)); seq.addTask(scp); String errormsg = null; try {
160161162163164165166167168169170
/** * Copy the file over */ seq.addTask(createEchoVerbose("copying scriptfile: '" + localTempfile.getAbsolutePath() + "' to: '" + node.getNodename() + ":" + remotefile + "'", project)); seq.addTask(scp); String errormsg = null; try { seq.execute(); } catch (BuildException e) {