CSVTableExportTask.logger.warn("Can't create directories. Hoping and praying now.."); //$NON-NLS-1$
}
}
}
out = new BufferedOutputStream(new FileOutputStream(file));
final StreamCSVOutputProcessor target = new StreamCSVOutputProcessor(report.getConfiguration(), out);
final StreamReportProcessor reportProcessor = new StreamReportProcessor(report, target);
if (progressDialog != null)
{
progressDialog.setModal(false);
progressDialog.setVisible(true);