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 115FA101FD for ; Tue, 18 Nov 2014 19:01:54 +0000 (UTC) Received: (qmail 82214 invoked by uid 500); 18 Nov 2014 19:01:54 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 82191 invoked by uid 500); 18 Nov 2014 19:01:53 -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 82182 invoked by uid 99); 18 Nov 2014 19:01:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2014 19:01:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2014 19:01:32 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id DB24E203D6; Tue, 18 Nov 2014 19:01:29 +0000 (UTC) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: [Bug 57072] ${user.home} doesn't work when reading properties from a file with prefix and prefixValues="true" Date: Tue, 18 Nov 2014 19:01:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Core tasks X-Bugzilla-Version: 1.9.4 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bodewig@apache.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=57072 --- Comment #2 from Stefan Bodewig --- I think this is not a bug but the behavior is correct. When you set prefixvalues to true, Ant will add the prefix you've specified when expanding ${} on the right hand side. This applies to all properties, system properties included. -- You are receiving this mail because: You are the assignee for the bug.