Skip to content

Commit 8d53136

Browse files
author
Xuan Dai
committed
GERONIMODEVTOOLS-654 The error log view will always show when publishing projects
git-svn-id: https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/branches/2.1.6@961619 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5a65798 commit 8d53136

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/org.apache.geronimo.st.core/src/main/java/org/apache/geronimo/st/core/commands/SynchronizedDeploymentOp.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ public void messageToStatus(int severity, String source, boolean error) {
168168
status.add(new Status(severity, Activator.PLUGIN_ID, 0,line, null));
169169
}
170170
} catch (IOException e) {
171+
GeronimoUtils.displayEclipseErrorLog();
171172
}
172-
GeronimoUtils.displayEclipseErrorLog();
173+
173174
}
174175
}

0 commit comments

Comments
 (0)