From user-return-68194-apmail-ant-user-archive=ant.apache.org@ant.apache.org Thu Jul 02 00:01:09 2009 Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 33288 invoked from network); 2 Jul 2009 00:01:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Jul 2009 00:01:09 -0000 Received: (qmail 77644 invoked by uid 500); 2 Jul 2009 00:01:19 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 77561 invoked by uid 500); 2 Jul 2009 00:01:18 -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 77551 invoked by uid 99); 2 Jul 2009 00:01:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 00:01:18 +0000 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 00:01:09 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MM9jM-0004rs-Ai for user@ant.apache.org; Wed, 01 Jul 2009 17:00:48 -0700 Message-ID: <24298962.post@talk.nabble.com> Date: Wed, 1 Jul 2009 17:00:48 -0700 (PDT) From: dave_davis To: user@ant.apache.org Subject: conditional logic and user input MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: nickcooke@hotmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I want to be able to control my build depending on user input. I've tried the following code but the ifyes and ifno targets never run. I'm new to ant so am sure I've missed something fundamental but can't see what it is - all help appreciated! Cheers Dave -- View this message in context: http://www.nabble.com/conditional-logic-and-user-input-tp24298962p24298962.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org