Return-Path: X-Original-To: apmail-ant-user-archive@www.apache.org Delivered-To: apmail-ant-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7651D94B1 for ; Wed, 30 Nov 2011 20:24:52 +0000 (UTC) Received: (qmail 73679 invoked by uid 500); 30 Nov 2011 20:24:51 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 73637 invoked by uid 500); 30 Nov 2011 20:24:51 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 73629 invoked by uid 99); 30 Nov 2011 20:24:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Nov 2011 20:24:51 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [88.84.128.168] (HELO samaflost.de) (88.84.128.168) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Nov 2011 20:24:44 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 86A0A28985D1 for ; Wed, 30 Nov 2011 21:24:23 +0100 (CET) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kT1oxP-3LoDi for ; Wed, 30 Nov 2011 21:24:23 +0100 (CET) Received: by samaflost.de (Postfix, from userid 1000) id 4D19441D0013; Wed, 30 Nov 2011 21:24:23 +0100 (CET) From: Stefan Bodewig To: user@ant.apache.org Subject: Re: propertyfile task issues References: <1322679761.6365.YahooMailNeo@web65714.mail.ac4.yahoo.com> Date: Wed, 30 Nov 2011 21:24:23 +0100 In-Reply-To: <1322679761.6365.YahooMailNeo@web65714.mail.ac4.yahoo.com> (Eric Fetzer's message of "Wed, 30 Nov 2011 11:02:41 -0800 (PST)") Message-ID: <87sjl5fjew.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org On 2011-11-30, Eric Fetzer wrote: > I'm having some issue with the propertyfile task. I'm simply trying to > substitute a value for one property. For some reason, the propertyfile > task is modifying everything with a :/ to be a \:/. Colons must be escaped with a backslash in Java property files. > I've attached a simple repro. The list doesn't like attachements. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org