IvyDE can't output message to ivy console after manually closing it.
--------------------------------------------------------------------
Key: IVYDE-163
URL: https://issues.apache.org/jira/browse/IVYDE-163
Project: IvyDE
Issue Type: Bug
Components: ivy editor
Affects Versions: 2.0.0.beta1
Environment: Eclipse SDK
Version: 3.2.2
Build id: M20070212-1330
Reporter: Zhang JinYan
Choose a project using ivde ,do resolve.
Then swith to ivy console, close it with the button (tooltip: "Close
Console",see attachment)
Do resolve again,nothing anymore will be output in the ivy console.
Open eclipse .log file under folder "${eclipse.workspace}\.metadata", you will
find the stack trace:
{noformat}
!ENTRY org.eclipse.ui.console 4 120 2009-02-06 13:06:36.968
!MESSAGE Error logged from Console plug-in:
!STACK 0
java.io.IOException: Output Stream is closed
at
org.eclipse.ui.console.IOConsoleOutputStream.encodedWrite(IOConsoleOutputStream.java:223)
at
org.eclipse.ui.console.IOConsoleOutputStream.write(IOConsoleOutputStream.java:218)
at
org.eclipse.ui.console.MessageConsoleStream.print(MessageConsoleStream.java:49)
at
org.eclipse.ui.console.MessageConsoleStream.println(MessageConsoleStream.java:74)
at
org.apache.ivyde.eclipse.ui.console.IvyConsole.appendLine(IvyConsole.java:172)
at
org.apache.ivyde.eclipse.ui.console.IvyConsole.log(IvyConsole.java:81)
at
org.apache.ivyde.eclipse.ui.console.IvyConsole.verbose(IvyConsole.java:236)
at
org.apache.ivy.util.MessageLoggerEngine.verbose(MessageLoggerEngine.java:195)
at org.apache.ivy.util.Message.verbose(Message.java:91)
at
org.apache.ivy.plugins.report.XmlReportOutputter.output(XmlReportOutputter.java:63)
at
org.apache.ivy.plugins.report.XmlReportOutputter.output(XmlReportOutputter.java:48)
at
org.apache.ivy.core.report.ResolveReport.output(ResolveReport.java:99)
at
org.apache.ivy.core.resolve.ResolveEngine.outputReport(ResolveEngine.java:327)
at
org.apache.ivy.core.resolve.ResolveEngine.resolve(ResolveEngine.java:296)
at org.apache.ivy.Ivy.resolve(Ivy.java:512)
at
org.apache.ivyde.eclipse.cpcontainer.IvyResolveJob$1.run(IvyResolveJob.java:279)
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.