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