/*String result = */CommandUtil.runCommand(commandLine);
log.info("Create the quote {} ",
context.getQuoteFileName());
context.setTpmQuote(CommandUtil.readfile(context.getQuoteFileName()));
}catch (Exception e) {
throw new TAException(ErrorCode.COMMAND_ERROR, "Error while generating quote" ,e);
}
}