printConsole ("Could not get execution manager for " + transformationFile.getName());
execMgr = null;
return;
}
MOFScriptSpecification specification = parserUtil.parse(transformationFile,true);
transformationModel = specification.getTransformation().get(0);
if (transformationModel == null) {
printConsole ("TransformationModel = NULL. Parsing failed.");
execMgr = null;
return;