// try {
IWizardContainer container = getContainer();
File wexFile = this.wexSelectionPage.getWexFile();
CreateRepository creator = new CreateRepository(project, project.getName());
creator.run(new NullProgressMonitor()) ;
ImportWex importer = new ImportWex(project, wexFile);
//container.run(true, true, importer);
importer.run(new NullProgressMonitor());
// } catch (InvocationTargetException e) {
// ToolPlugin.showError("Error creating local repository", e);
// } catch (InterruptedException e) {