throw new CoreException(new Status(IStatus.ERROR, RutaIdeUIPlugin.PLUGIN_ID,
ScriptLaunchConfigurationConstants.ERR_INTERNAL_ERROR, message, e));
}
}
if (cas != null) {
cas.release();
}
if (ae != null) {
ae.destroy();
}
IFolder folder = outputFolder;