Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 10790 invoked from network); 2 Mar 2009 15:33:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Mar 2009 15:33:17 -0000 Received: (qmail 55523 invoked by uid 500); 2 Mar 2009 15:33:17 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 55508 invoked by uid 500); 2 Mar 2009 15:33: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 55499 invoked by uid 99); 2 Mar 2009 15:33:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Mar 2009 07:33: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, 02 Mar 2009 15:33:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3484E234C48C for ; Mon, 2 Mar 2009 07:32:56 -0800 (PST) Message-ID: <1357926005.1236007976187.JavaMail.jira@brutus> Date: Mon, 2 Mar 2009 07:32:56 -0800 (PST) From: =?utf-8?Q?Nicolas_Lalev=C3=A9e_=28JIRA=29?= To: notifications@ant.apache.org Subject: [jira] Issue Comment Edited: (IVYDE-160) Unable to create intial ivy configuration unless all configurations are selected In-Reply-To: <1362790721.1233312120064.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IVYDE-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12678006#action_12678006 ] hibou edited comment on IVYDE-160 at 3/2/09 7:32 AM: --------------------------------------------------------------- You are hitting a bug in IvyDE which was fixed with : IVYDE-140 The configuration used for the retrieve job is not automatically taken into account in the resolve process. was (Author: hibou): You are a bug in IvyDE which was fixed with : IVYDE-140 The configuration used for the retrieve job is not automatically taken into account in the resolve process. > Unable to create intial ivy configuration unless all configurations are selected > -------------------------------------------------------------------------------- > > Key: IVYDE-160 > URL: https://issues.apache.org/jira/browse/IVYDE-160 > Project: IvyDE > Issue Type: Bug > Affects Versions: 2.0.0.beta1 > Reporter: Robert Munteanu > Original Estimate: 0h > Remaining Estimate: 0h > > Steps: > 1. Create Ivy file with multiple confs and dependencies attached to those confs > 2. Add to the Eclipse project an Ivy Classpath Container with only one of the confs enabled. > After clicking 'Finish' I get an error: > {code} > java.lang.RuntimeException: problem during retrieve of GROUP#ARTIFACT: java.lang.IllegalStateException: Report file '/home/robert/.ivy2/cache/GROUP-ARTIFACT-production.xml' does not exist. > at org.apache.ivy.core.retrieve.RetrieveEngine.retrieve(RetrieveEngine.java:196) > at org.apache.ivy.Ivy.retrieve(Ivy.java:540) > at org.apache.ivyde.eclipse.cpcontainer.IvyResolveJob.maybeRetrieve(IvyResolveJob.java:456) > at org.apache.ivyde.eclipse.cpcontainer.IvyResolveJob.access$6(IvyResolveJob.java:446) > at org.apache.ivyde.eclipse.cpcontainer.IvyResolveJob$1.run(IvyResolveJob.java:292) > Caused by: java.lang.IllegalStateException: Report file '/home/robert/.ivy2/cache/GROUP-ARTIFACT-production.xml' does not exist. > at org.apache.ivy.plugins.report.XmlReportParser.parse(XmlReportParser.java:291) > at org.apache.ivy.core.retrieve.RetrieveEngine.determineArtifactsToCopy(RetrieveEngine.java:278) > at org.apache.ivy.core.retrieve.RetrieveEngine.retrieve(RetrieveEngine.java:102) > ... 4 more > {code} > Where production is one of the confs which is not enabled. A snippet of the ivy xml ( may be relevant ): > {code} > > > > > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.