Util.fillUpTemplate(readmeTemplatePath, readmePath, idata.getVariables(), new String[]{"<!--", "/*", "*", "-->"}, true);
Debug.trace("Generating readme.html file: '" + readmePath + "'.");
editorPane.setPage("file://" + readmePath);
String readmePath2 = vs.substituteMultiple(idata.getVariable(VAR_README_FILE_NAME_2), null);
readmePath2 += "_" + Util.generateTimeStamp() + ".html";
Util.fillUpTemplate(readmeTemplatePath, readmePath2, idata.getVariables(), new String[]{"<!--", "/*", "*"}, true);
} catch (Exception e) {
Debug.error("Can not generate readme file! " + e);