From notifications-return-6706-apmail-ant-notifications-archive=ant.apache.org@ant.apache.org Mon Jan 05 13:22:05 2009 Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 43968 invoked from network); 5 Jan 2009 13:22:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jan 2009 13:22:05 -0000 Received: (qmail 99819 invoked by uid 500); 5 Jan 2009 13:22:05 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 99795 invoked by uid 500); 5 Jan 2009 13:22:05 -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 99786 invoked by uid 99); 5 Jan 2009 13:22:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jan 2009 05:22:05 -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, 05 Jan 2009 13:22:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A2B35234C48B for ; Mon, 5 Jan 2009 05:21:44 -0800 (PST) Message-ID: <290300788.1231161704665.JavaMail.jira@brutus> Date: Mon, 5 Jan 2009 05:21:44 -0800 (PST) From: =?utf-8?Q?Nicolas_Lalev=C3=A9e_=28JIRA=29?= To: notifications@ant.apache.org Subject: [jira] Resolved: (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:all-tabpanel ] Nicolas Lalev=C3=A9e resolved IVYDE-133. ----------------------------------- Resolution: Fixed I fixed it by removing the error marker on the classpath container: it will= be now set on the parent project > The decorators can throw a NPE at startup > ----------------------------------------- > > Key: IVYDE-133 > URL: https://issues.apache.org/jira/browse/IVYDE-133 > Project: IvyDE > Issue Type: Bug > Affects Versions: 2.0.0.beta1 > Reporter: Nicolas Lalev=C3=A9e > Assignee: Nicolas Lalev=C3=A9e > Priority: Minor > Fix For: 2.0.0.final > > > When launching Eclipse, and if there are some failing resolve job, a NPE = can be raised: > {noformat} > java.lang.NullPointerException > at org.apache.ivyde.eclipse.cpcontainer.IvyClasspathContainerConf= iguration.setConfStatus(IvyClasspathContainerConfiguration.java:329) > at org.apache.ivyde.eclipse.cpcontainer.IvyClasspathContainerConf= iguration.getModuleDescriptor(IvyClasspathContainerConfiguration.java:634) > at org.apache.ivyde.eclipse.cpcontainer.IvyResolveJob.run(IvyReso= lveJob.java:200) > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) > {noformat} > This may be due to the way the decorator listeners are accessed. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.