From notifications-return-2651-apmail-ant-notifications-archive=ant.apache.org@ant.apache.org Thu May 15 15:30:19 2008 Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 96375 invoked from network); 15 May 2008 15:30:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 May 2008 15:30:18 -0000 Received: (qmail 91191 invoked by uid 500); 15 May 2008 15:30:20 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 91172 invoked by uid 500); 15 May 2008 15:30:20 -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 91161 invoked by uid 99); 15 May 2008 15:30:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 May 2008 08:30:20 -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; Thu, 15 May 2008 15:29:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A496E234C112 for ; Thu, 15 May 2008 08:29:55 -0700 (PDT) Message-ID: <1288847102.1210865395669.JavaMail.jira@brutus> Date: Thu, 15 May 2008 08:29:55 -0700 (PDT) From: =?utf-8?Q?Fran=C3=A7ois_Guerry_=28JIRA=29?= To: notifications@ant.apache.org Subject: [jira] Created: (IVYDE-92) Built-in ivyconf include produce an error 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 Built-in ivyconf include produce an error ----------------------------------------- Key: IVYDE-92 URL: https://issues.apache.org/jira/browse/IVYDE-92 Project: IvyDE Issue Type: Bug Components: classpath container Affects Versions: 2.0.0 Environment: Linux Ubuntu 8.04 LTS Eclipse 3.2.2 Reporter: Fran=C3=A7ois Guerry When including a built-in ivyconf file in a custom ivyconf file, for exampl= e : it produces an error at resolve time, and make the global resolve process f= ail. This inclusion feature was working fine in IvyDe version 1.2.0 Error copy : Problem occured while using file:/[...]/ivyconf.xml to configure Ivy java.text.ParseException: failed to load settings from file:/[...]/ivyconf.= xml: io problem while parsing config file: /org/apache/ivy/core/settings/iv= yconf-public.xml at org.apache.ivy.core.settings.XmlSettingsParser.doParse(XmlSettingsParser= .java:107) at org.apache.ivy.core.settings.XmlSettingsParser.parse(XmlSettingsParser.j= ava:93) at org.apache.ivy.core.settings.IvySettings.load(IvySettings.java:367) at org.apache.ivy.Ivy.configure(Ivy.java:413) at org.apache.ivyde.eclipse.IvyPlugin.getIvy(IvyPlugin.java:368) at org.apache.ivyde.eclipse.cpcontainer.IvyClasspathContainer$IvyResolveJob= .(IvyClasspathContainer.java:115) at org.apache.ivyde.eclipse.cpcontainer.IvyClasspathContainer.computeClassp= athEntries(IvyClasspathContainer.java:688) at org.apache.ivyde.eclipse.cpcontainer.IvyClasspathContainer.scheduleResol= ve(IvyClasspathContainer.java:710) at org.apache.ivyde.eclipse.ui.actions.ResolveAction.run(ResolveAction.java= :37) Visibly, the problem is that the inclusion instruction is translated in a w= rong path, for my case I obtained : file: /org/apache/ivy/core/settings/ivyconf-public.xml instead of something like : jar:file://[.../ivy.jar]!/org/apache/ivy/core/settings/ivyconf-public.xml --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.