From notifications-return-10278-apmail-ant-notifications-archive=ant.apache.org@ant.apache.org Tue Oct 06 14:55:55 2009 Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 21858 invoked from network); 6 Oct 2009 14:55:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Oct 2009 14:55:55 -0000 Received: (qmail 15770 invoked by uid 500); 6 Oct 2009 14:55:55 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 15746 invoked by uid 500); 6 Oct 2009 14:55:55 -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 15737 invoked by uid 99); 6 Oct 2009 14:55:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2009 14:55:55 +0000 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; Tue, 06 Oct 2009 14:55:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 59942234C04B for ; Tue, 6 Oct 2009 07:55:31 -0700 (PDT) Message-ID: <1344545911.1254840931366.JavaMail.jira@brutus> Date: Tue, 6 Oct 2009 07:55:31 -0700 (PDT) From: "Adam Karl (JIRA)" To: notifications@ant.apache.org Subject: [jira] Commented: (IVYDE-138) Allow ivy settings to be relative to project path In-Reply-To: <903250915.1229333864133.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IVYDE-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762651#action_12762651 ] Adam Karl commented on IVYDE-138: --------------------------------- Part of the ivysettings in my opinion is the properties files to include (even better if I could import properties into ivysettings but thats a core ivy deficiency). I have successfully used project://project-name/ivy-settings.xml however I don't believe the same style reference works for properties files. This could be a separate issue but they are somewhat related. > Allow ivy settings to be relative to project path > ------------------------------------------------- > > Key: IVYDE-138 > URL: https://issues.apache.org/jira/browse/IVYDE-138 > Project: IvyDE > Issue Type: Improvement > Components: classpath container > Affects Versions: 2.0.0.beta1 > Reporter: Robert Munteanu > > Sometimes it's convenient to push out settings files inside the project , to insure that all devs have them configured correctly. At the moment I can only specify an absolute path for the settings file. I would welcome being able to set it relative to the project. > For me personally it would be enough to have a ${project.dir} variable, no need for GUI. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.