Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 33246 invoked from network); 29 Oct 2008 08:53:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2008 08:53:05 -0000 Received: (qmail 82911 invoked by uid 500); 29 Oct 2008 08:53:10 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 82886 invoked by uid 500); 29 Oct 2008 08:53:10 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 82875 invoked by uid 99); 29 Oct 2008 08:53:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Oct 2008 01:53:10 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Oct 2008 08:52:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 96E50234C256 for ; Wed, 29 Oct 2008 01:52:44 -0700 (PDT) Message-ID: <773399485.1225270364616.JavaMail.jira@brutus> Date: Wed, 29 Oct 2008 01:52:44 -0700 (PDT) From: "qxo (JIRA)" To: notifications@ant.apache.org Subject: [jira] Created: (IVYDE-130) IvyConsole:java.io.IOException: Output Stream is closed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org IvyConsole:java.io.IOException: Output Stream is closed ------------------------------------------------------- Key: IVYDE-130 URL: https://issues.apache.org/jira/browse/IVYDE-130 Project: IvyDE Issue Type: Bug Affects Versions: 2.0.0.alpha1 Reporter: qxo Fix For: 2.0 {code} java.io.IOException: Output Stream is closed at org.eclipse.ui.console.IOConsoleOutputStream.encodedWrite(IOConsoleOutputStream.java:229) at org.eclipse.ui.console.IOConsoleOutputStream.write(IOConsoleOutputStream.java:224) at org.eclipse.ui.console.MessageConsoleStream.print(MessageConsoleStream.java:55) at org.eclipse.ui.console.MessageConsoleStream.println(MessageConsoleStream.java:80) 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.resolver.BasicResolver.download(BasicResolver.java:721) at org.apache.ivy.plugins.resolver.RepositoryResolver.download(RepositoryResolver.java:245) at org.apache.ivy.core.resolve.ResolveEngine.downloadArtifacts(ResolveEngine.java:348) at org.apache.ivy.core.resolve.ResolveEngine.resolve(ResolveEngine.java:291) at org.apache.ivy.Ivy.resolve(Ivy.java:512) at org.apache.ivyde.eclipse.cpcontainer.IvyResolveJob$1.run(IvyResolveJob.java:283) {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.