else if (project.getRawLocation() != null) {
projectLocation = project.getRawLocation().toOSString();
}
try {
ProjectRefresher refresher = new ProjectRefresher(project);
bootstrap = new Bootstrap(projectLocation, install.getHome(), install.getVersion(), refresher);
bootstrap.start(appender, project.getName());
setEnabled(true);
// refresh the project to make sure we are in sync with Roo
refresher.refresh(null, false);
if (initialCommand != null) {
new CommandJob(initialCommand);
}
initializationStatus = Status.OK_STATUS;