Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 97025 invoked from network); 26 Sep 2006 12:42:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Sep 2006 12:42:09 -0000 Received: (qmail 48486 invoked by uid 500); 26 Sep 2006 12:42:05 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 48211 invoked by uid 500); 26 Sep 2006 12:42:03 -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 48200 invoked by uid 99); 26 Sep 2006 12:42:03 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Sep 2006 05:42:03 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=ddevienne@gmail.com; spf=pass Authentication-Results: idunn.apache.osuosl.org header.from=ddevienne@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE Received-SPF: pass (idunn.apache.osuosl.org: domain gmail.com designates 64.233.182.186 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [64.233.182.186] ([64.233.182.186:33583] helo=nf-out-0910.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 8F/40-10839-81029154 for ; Tue, 26 Sep 2006 05:42:01 -0700 Received: by nf-out-0910.google.com with SMTP id x29so45257nfb for ; Tue, 26 Sep 2006 05:41:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XRTac+wBA1HXQYEwsQXGvJP6MEX42ipNJohHCiwvlR1HhPfwkpj4PG2W2B5dbLuWDA7JH5fOHyuLg01da9SsDePJilXGd979jG8SqKCBDOUzlM7/9qqKQ4q0FkGgeshznRlbGLNwzkgznVWGc45kIYVByF8okBNdlUa3LRuWM0E= Received: by 10.48.220.15 with SMTP id s15mr966396nfg; Tue, 26 Sep 2006 05:41:57 -0700 (PDT) Received: by 10.49.64.15 with HTTP; Tue, 26 Sep 2006 05:41:57 -0700 (PDT) Message-ID: <255d8d690609260541gef046b3o1a0fa92d7e411b6@mail.gmail.com> Date: Tue, 26 Sep 2006 07:41:57 -0500 From: "Dominique Devienne" To: "Ant Users List" Subject: Re: Location attribute in property not resolving correctly In-Reply-To: <1397E81F23832842BDD7B2D758D4B0B503256B36@VEX00120.lan.huk-coburg.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1397E81F23832842BDD7B2D758D4B0B503256B36@VEX00120.lan.huk-coburg.de> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > that's the reason i _always_ use the unix style ' / ' > although i'm running on windows. Yes, that what I recommend as well. > if you use a path on a windows machine, f.e. : > the path in the file you echoed to looks like : > C:\the\path\to\something > the windows path separator is used as you are running on windows > > so if you try to load that file as property later, you have to go like > that = > > > > I'd recommend to use before the , rather than a filter chain with . In fact, since you are not echo'ing out a properties file it seems, you could even do the direct and use after the as well, because is not affected with baskslash-based escape sequences. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org