// run the downloader
// Display.getDefault().asyncExec(new DownloadRunner());
return Status.OK_STATUS;
}
launcher.addResponseListener(new ConsoleResponseHandler());
launcher.addResponseListener(new ExecutionResponseAdapter() {
public void executionFailed(final String response, final Exception exception) {
// TODO: write a dialog for symfony console launcher
Display.getDefault().asyncExec(new ComposerFailureMessageRunner(response, monitor));