return null;
}
List output = getScriptOutput(process.getInputStream());
getScriptOutput(process.getErrorStream());
process.destroy();
deployment.dispose();
return getPackagePath(output);
}
private static boolean isElementName(Node nde, String name) {
if (nde != null) {