getLog().debug("ODF1.2 Schema File " + odf12SchemaFile);
getLog().debug("ODF1.1 Schema File " + odf11SchemaFile);
getLog().debug("Pkg Template Files Directory " + pkgResourceRootPath);
getLog().debug("ODF1.2 Signature Schema File " + signatureSchemaFile);
getLog().debug("ODF1.2 Manifest Schema File " + manifestSchemaFile);
OdfHelper codeGen = new OdfHelper(domResourceRootPath, odf12SchemaFile, odf11SchemaFile, pkgResourceRootPath, signatureSchemaFile, manifestSchemaFile, targetRootPath, configFile);
codeGen.start();
} catch (Exception ex) {
getLog().error("Failed to parse template.");
getLog().error(ex);
String msg = "Failed to execute ODF schema2template example";
throw new MojoFailureException(ex, msg, msg);