public static void main(final String[] args) throws XulException, FileSystemException
{
ReportDesignerBoot.getInstance().start();
// final ReportDesignerContext context = new DefaultReportDesignerContext(new ReportDesignerFrame());
final AuthenticationData data = new AuthenticationData("http://localhost:8080/pentaho", "joe", "password", 30000);
final RepositoryPublishDialog dialog = new RepositoryPublishDialog();
dialog.performOpen(data, null);
}