Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 60874 invoked from network); 1 Dec 2008 10:09:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Dec 2008 10:09:05 -0000 Received: (qmail 77245 invoked by uid 500); 1 Dec 2008 10:09:17 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 77222 invoked by uid 500); 1 Dec 2008 10:09:17 -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 77213 invoked by uid 99); 1 Dec 2008 10:09:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2008 02:09:17 -0800 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; Mon, 01 Dec 2008 10:07:57 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E9819234C297 for ; Mon, 1 Dec 2008 02:08:44 -0800 (PST) Message-ID: <1551820890.1228126124955.JavaMail.jira@brutus> Date: Mon, 1 Dec 2008 02:08:44 -0800 (PST) From: "Matt Goldspink (JIRA)" To: notifications@ant.apache.org Subject: [jira] Commented: (IVYDE-133) The decorators can throw a NPE at startup In-Reply-To: <1356503432.1227025064309.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IVYDE-133?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12651= 956#action_12651956 ]=20 Matt Goldspink commented on IVYDE-133: -------------------------------------- I hit this error this morning when starting up Eclipse with 2.0.0.beta1. I = don't think the statement: "When launching Eclipse, and if there are some f= ailing resolve job" is correct because the code in the IvyClasspathContaine= rConfiguration.setConfStatus() method says:=20 if (e !=3D null) { setResolveStatus(new Status(IStatus.ERROR, IvyPlugin.ID, IS= tatus.ERROR, e .getMessage(), e.getCause())); } else { setResolveStatus(Status.OK_STATUS);