Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 64899 invoked from network); 9 Jul 2009 06:31:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Jul 2009 06:31:56 -0000 Received: (qmail 51737 invoked by uid 500); 9 Jul 2009 06:32:05 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 51649 invoked by uid 500); 9 Jul 2009 06:32:04 -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 51639 invoked by uid 99); 9 Jul 2009 06:32:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 06:32:04 +0000 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 arunaseva@gmail.com designates 209.85.220.206 as permitted sender) Received: from [209.85.220.206] (HELO mail-fx0-f206.google.com) (209.85.220.206) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2009 06:31:56 +0000 Received: by fxm2 with SMTP id 2so6028831fxm.28 for ; Wed, 08 Jul 2009 23:31:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=iHiqQSe+lj0Ntzek6EnpsnaI+RQph51hJxwxldScVBk=; b=swHCvlsPB/MfRTq6ca9+iIqWiTUyLcFWWs8Twc4cSGpqD6zZxQQc9+pml/AnmN0rCZ KfNx94ObyGNqcosj2Dfc1m7YHtnqkkiiHCjMx2527uGvSgCS5PRV3WLrtF2uCjVW5/oQ oodYzGk+OdpdghYaOJXHs4LmlnU6J6OZUuQPE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=bpSrp7wvl4IaVrr5l3KUjifoEJhfKdQlZqikbjBc0JXypWL9Sw/7C7O1/g+EIwCBvg GTbDI01gotlk6FViD0gipy7R8V5TeZvJKUH2bj7qCduMvCTYAf4e0xQHhFGfc3JcpGzD iYdMCmi9EISdXe5cnTU8Mi44JUyh4U4jAIwTE= MIME-Version: 1.0 Received: by 10.223.109.19 with SMTP id h19mr72878fap.20.1247121095420; Wed, 08 Jul 2009 23:31:35 -0700 (PDT) Date: Thu, 9 Jul 2009 08:31:35 +0200 Message-ID: <8d0c91050907082331y59bb6111m6343d763744a3f00@mail.gmail.com> Subject: test if exists From: Horvath Adam To: user@ant.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi! I'm learning ant. ant -Dpropname=xxx // correct usage ant // incorrect usage of my build Can I test a property existence? if propname not exists ( echo "Give more command line arg" exit ant running ) Thanks, Adam --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org