destinationDescriptor.getParentFile().mkdirs();
final FileOutputStream webXmlOut = new FileOutputStream(destinationDescriptor);
this.updateWebappDescriptor(webXmlIn, portletXmlIn, webXmlOut, config.getDispatchServletClass());
}
} catch (IOException ex) {
throw new UtilityException(ex.getMessage(), ex, null);
}
}