outputPage.getOutputLocation());
CodeGenConfiguration codegenConfig = new CodeGenConfiguration(wom, optionsMap);
monitor.worked(1);
monitor.subTask(CodegenWizardPlugin.getResourceString("generator.generating"));
new CodeGenerationEngine(codegenConfig).generate();
monitor.worked(1);
}
catch (Exception e)
{
throw new RuntimeException(e);