frame.addRemoteProjectRunMenu(remoteProject);
} else {
localProjects.add(project);
frame.addLocalProjectRunMenu(project);
}
return dataHandler.createDirectory(project.getName(), false);
} catch (IOException e) {
String message = e.getMessage();
if (e.getCause() != null) {
message += "\n Caused by: " + e.getCause().getMessage();
}