Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 58276 invoked from network); 21 Apr 2007 10:14:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Apr 2007 10:14:21 -0000 Received: (qmail 92252 invoked by uid 500); 21 Apr 2007 10:14:24 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 92211 invoked by uid 500); 21 Apr 2007 10:14:23 -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 92196 invoked by uid 99); 21 Apr 2007 10:14:23 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Apr 2007 03:14:23 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of vincent82@gmail.com designates 64.233.162.232 as permitted sender) Received: from [64.233.162.232] (HELO nz-out-0506.google.com) (64.233.162.232) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Apr 2007 03:14:16 -0700 Received: by nz-out-0506.google.com with SMTP id j2so936730nzf for ; Sat, 21 Apr 2007 03:13:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NBCtYxu1Xo1tZBo1O6RWoJHWWc7E8zAu77n9FPKWyuIqEg3P9+W7x5mRbvzzUCNR2Rl9026iVLayuLy0ywSBLJL7NBOaawBbRgGVb0tvqkzFIHcg6RKHVuIcBcVSgv+1qD7V8OpFes7tdwzfzIeeES53cftjvJqB0R8xwaK/vjU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GhOdTYV7qqeEiwBUtFdT7QZgSVHgY7JEE6+CabXEq3jndbAxyi2TD1zD356x5WKVpYic71NIq/l5tpBVCMLzqhONxaejcLTRQ93VrOBZArtd3SSTHko6hCXw7/fFh8Fjw/rMClBC/uUqboVtMXyC5Wml0euLgIjQsfEVAoHG9+M= Received: by 10.114.136.1 with SMTP id j1mr1636241wad.1177150435127; Sat, 21 Apr 2007 03:13:55 -0700 (PDT) Received: by 10.114.170.13 with HTTP; Sat, 21 Apr 2007 03:13:55 -0700 (PDT) Message-ID: <61bf442e0704210313q27c9bc94i459694787fbfac75@mail.gmail.com> Date: Sat, 21 Apr 2007 18:13:55 +0800 From: Vincent To: "Ant Users List" Subject: Re: What is $.. ? In-Reply-To: <46291FB1.1070107@brightworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46291FB1.1070107@brightworks.com> X-Virus-Checked: Checked by ClamAV on apache.org You can try replace the first line to then try it again. On 4/21/07, Douglas McCarroll wrote: > Hi All, > > I ran across "$.." in an Ant file and am trying to understand what it > does. Can't find any documentation. So basic as to not require explanation? > > > When I run a C:\Projects\build.xml file with this code in it: > > > > > > > > > > > > I get this: > > [echo] $.. > [echo] c:\Projects > [echo] $..\AntLog.log > [echo] c:\Projects\$.. > > > The first three echoes would make sense to me if $.. indicated the > current directory, but a single dot does that. What's the difference? > > The fourth echo doesn't make sense to me at all... > > Douglas > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org