Return-Path: X-Original-To: apmail-ant-notifications-archive@minotaur.apache.org Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B90B0F3F0 for ; Sun, 31 Mar 2013 16:03:16 +0000 (UTC) Received: (qmail 47040 invoked by uid 500); 31 Mar 2013 16:03:16 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 46961 invoked by uid 500); 31 Mar 2013 16:03:16 -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 46942 invoked by uid 99); 31 Mar 2013 16:03:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Mar 2013 16:03:16 +0000 Date: Sun, 31 Mar 2013 16:03:14 +0000 (UTC) From: =?utf-8?Q?Nicolas_Lalev=C3=A9e_=28JIRA=29?= To: notifications@ant.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IVYDE-302) Initial project import results in 'Unrecognized variables in the Ivy settings file" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IVYDE-302?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D13618= 369#comment-13618369 ]=20 Nicolas Lalev=C3=A9e commented on IVYDE-302: --------------------------------------- A workaround which should work most of the time. Instead of putting the pat= h into the eclipse variable, you should try to put it next to it. For instance, instead of using: {code}${workspace_loc:myproject/myconf/ivysettings.xml}{code} try: {code}${workspace_loc:myproject}/myconf/ivysettings.xml{code} =20 > Initial project import results in 'Unrecognized variables in the Ivy sett= ings file" > -------------------------------------------------------------------------= ---------- > > Key: IVYDE-302 > URL: https://issues.apache.org/jira/browse/IVYDE-302 > Project: IvyDE > Issue Type: Bug > Components: workspace resolver > Affects Versions: 2.2.0.beta1 > Environment: Windows 7 64-bit, MyEclipse 9.1 > Reporter: Michael Ondrejko > Attachments: axis.war.zip, ivy_failure_on_import.png > > > When first importing a project that includes resolving an ivysettings fil= e to the workspace, the following error is received: > Some projects fail to be resolved > Failed to configure Ivy for build/build_resources/jboss43/ivy.xml[core] i= n axis.warError while resolving the ivy instance for build/build_resources/= jboss43/ivy.xml[core] in 'axis.war': > Unrecognized variables in the Ivy settings file ${workspace_loc:axis.wa= r/build/build_resources/jboss43/ivysettings.xml} > Error while resolving the ivy instance for build/build_resources/jboss43/= ivy.xml[core] in 'axis.war': > Unrecognized variables in the Ivy settings file ${workspace_loc:axis.wa= r/build/build_resources/jboss43/ivysettings.xml} > Subsequently selecting to manually resolve the project will succeed as wi= ll deleting the project and importing a second time (as long as done within= the same eclipse session). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira