| Summary: | [build] After closing the build output console it can not be reopened | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Eike Stepper <stepper> |
| Component: | Mylyn | Assignee: | Steffen Pingel <steffen.pingel> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 0.7 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Eike Stepper
Thanks. Fixed in cvs. It worked after refreshing because consoles are tracked based on object identity and refresh will actually retrieve a new IBuild. I'll look into fixing that as part of bug 323328 to avoid setting a new build on the plan unless the last build actually changes. Also added a check to stop retrieving contents when the console is closed while output is streamed to prevent these errors: !ENTRY org.eclipse.ui.console 4 120 2010-08-31 13:08:09.103 !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:230) at org.eclipse.ui.console.IOConsoleOutputStream.write(IOConsoleOutputStream.java:225) at org.eclipse.ui.console.MessageConsoleStream.print(MessageConsoleStream.java:56) at org.eclipse.ui.console.MessageConsoleStream.println(MessageConsoleStream.java:81) at org.eclipse.mylyn.internal.builds.ui.console.BuildConsole$1.handle(BuildConsole.java:95) at org.eclipse.mylyn.builds.internal.core.operations.GetBuildOutputOperation.doGetOutput(GetBuildOutputOperation.java:77) at org.eclipse.mylyn.builds.internal.core.operations.GetBuildOutputOperation$1.doExecute(GetBuildOutputOperation.java:95) at org.eclipse.mylyn.builds.internal.core.operations.BuildJob.run(BuildJob.java:79) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) |