Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 27879 invoked from network); 26 May 2008 10:11:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 May 2008 10:11:46 -0000 Received: (qmail 97637 invoked by uid 500); 26 May 2008 10:11:40 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 97593 invoked by uid 500); 26 May 2008 10:11:40 -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 97565 invoked by uid 99); 26 May 2008 10:11:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 May 2008 03:11:40 -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 chris.green100@googlemail.com designates 64.233.184.227 as permitted sender) Received: from [64.233.184.227] (HELO wr-out-0506.google.com) (64.233.184.227) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 May 2008 10:10:51 +0000 Received: by wr-out-0506.google.com with SMTP id 68so823755wra.7 for ; Mon, 26 May 2008 03:11:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ZpdkvleVeBMYEPPAlQOmHk9Qo0icvcZ7EteG57AHbkU=; b=xtekIs7VG9roJSKueSQ+BgbWoSu0LZ0+NB3IlXK5ExnTnkt/xqolV5wjwv5fI0uGp0wo0GORrgP/jik+9uRRbiL3UptXTKa/k+xhXQYzusiq7ha9W+pzQtWUCYrCpOF04bxSawzr6u8bkec9o7ZLNA235bQfq6AR7AME3WnMiXM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mwaqXtnW5WoegZRnoMACLXFvSAEcGzwrgfbXDQOyXl8lhwMOoXlG3Zx1VkDnWCKFWWzrFJY7EtJPWFh6k/COlmcnDUuwkh715PKcnYcQyBQ6ZxgU0H9WIloQLuAYCoTGowXWgqpdbpVbWDu5BEk1RbD1cEByfNlLLv6kj+0FkcA= Received: by 10.142.90.16 with SMTP id n16mr1927119wfb.70.1211796666437; Mon, 26 May 2008 03:11:06 -0700 (PDT) Received: by 10.143.29.2 with HTTP; Mon, 26 May 2008 03:11:06 -0700 (PDT) Message-ID: Date: Mon, 26 May 2008 12:11:06 +0200 From: "Chris Green" To: user@ant.apache.org Subject: Re setting a variable to a new value. In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org I need to re set a variable to a new value during the execution of an Ant script. >From what I understand, this cannot be done by using the property command e.g. . . . . I have tryed using the var command e.g. . . . . even placing a between yet I get the message Problem: failed to create a task or type var Cause: The name is undefined. Action: Check the spelling. Action: Check that any custion tasks/types have been declared. Action: Check that any /macrodef> declarations have taken place. Please could someone make a suggestion. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org