Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 930 invoked from network); 31 Jul 2007 02:39:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jul 2007 02:39:34 -0000 Received: (qmail 885 invoked by uid 500); 31 Jul 2007 02:39:32 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 847 invoked by uid 500); 31 Jul 2007 02:39:32 -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 829 invoked by uid 99); 31 Jul 2007 02:39:32 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jul 2007 19:39:32 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of qazwart@gmail.com designates 209.85.128.184 as permitted sender) Received: from [209.85.128.184] (HELO fk-out-0910.google.com) (209.85.128.184) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2007 02:39:28 +0000 Received: by fk-out-0910.google.com with SMTP id 18so321709fks for ; Mon, 30 Jul 2007 19:39:07 -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=WIjRZOzbcJ4/YeXdIZ9THUpFoWvKz2CF+MtdCUej9cfocP0Hi4dsvQs6vzovM9QC8JBLp6I1pdQXUwFvwpbExWdtM0XoUNqAYIoCzPKKE5s4iqBc722C/EMhYDokNNBW6FtSX4jVLT2nqb63i3hVM1Gb179noWNhgXQPZ4lTD2A= 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=X5YiquFHcmaPRoWlpbh7mGZcN0gxMedeZF8cgfKRbQGmqYwidX+OQysqUGqOd2KU63n2MAeau8G96J60feLs7tc8GcU1jVGtIu7v5PQtHLo/dT8VmjVn5wBFl3T41bzgWWPecV5vD+dx5RADXXQgR1gojEvVoYD9kjw28kDDvkQ= Received: by 10.82.134.12 with SMTP id h12mr5014764bud.1185849546855; Mon, 30 Jul 2007 19:39:06 -0700 (PDT) Received: by 10.82.166.16 with HTTP; Mon, 30 Jul 2007 19:39:06 -0700 (PDT) Message-ID: Date: Mon, 30 Jul 2007 22:39:06 -0400 From: "David Weintraub" To: "Ant Users List" Subject: Re: simple buildnumber task usage question In-Reply-To: <6f7401650707301903h15715a31t503b615f55d629d9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6f7401650707301903h15715a31t503b615f55d629d9@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org The BuildNumber task sets the property build.number when executed. You don't have to do anything else. On 7/30/07, Alex Egg wrote: > Hi have this gzip task, and I would like to use the buildnumber task to > append a build number to the file name: > > > So my gzipped file would be something like: management_3.js > > I already have the task in my build file as: > > > > but that just saves it to the build.number file, how do I get it to a > property in my build file so I can use it in my path name? > -- -- David Weintraub qazwart@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org