Messages.showErrorDialog(String.format("Error while processing %s build command: %s.", goExecName, e.getMessage()), "Error on Google Go Plugin");
throw new CantRunException(String.format("Error while processing %s build command: %s.", goExecName, e.getMessage()));
}
ProcessHandler processHandler = new DefaultDebugProcessHandler();
// Create the console
final TextConsoleBuilder builder = TextConsoleBuilderFactory.getInstance().createBuilder(project);
ConsoleView m_console = builder.getConsole();