progressDialog.setVisibleInEDT(true);
reportProcessor.processReport();
reportProcessor.close();
reportProcessor.removeReportProgressListener(progressDialog);
progressDialog.setVisibleInEDT(false);
final File previewFile = new File(tempDir, "index.html");//$NON-NLS-1$
ExternalToolLauncher.openURL(previewFile.toURI().toURL().toExternalForm());
}