Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 8102 invoked from network); 20 Oct 2010 11:59:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Oct 2010 11:59:13 -0000 Received: (qmail 96343 invoked by uid 500); 20 Oct 2010 11:59:13 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 96251 invoked by uid 500); 20 Oct 2010 11:59:10 -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 96041 invoked by uid 99); 20 Oct 2010 11:59:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 11:59:09 +0000 X-ASF-Spam-Status: No, hits=3.5 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of glennoph@gmail.com designates 209.85.161.45 as permitted sender) Received: from [209.85.161.45] (HELO mail-fx0-f45.google.com) (209.85.161.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 11:59:04 +0000 Received: by fxm9 with SMTP id 9so2807200fxm.4 for ; Wed, 20 Oct 2010 04:58:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=9S5Zqvdll4+UZOD6bx0T2/SZrisKNiTbGyPtXBj9hls=; b=knNhe10gu44Y6zc63ptY406gXRNFS6o8iSov6/K7PcDwniFNl86BXQjl1Zn1z75TdC nQY+W0193X1CWlmYPK7JuDxO/uh4H6koDcHnS1khPiwGLxHilFS4js0CmWyqhIXHSuAJ lozfhB9z0NEUt2MFUxOhozmmijfo0BP6gqw7A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=dIVSobwL6WFLwciwAOuv9t8O1+nIALmZiW66FX6+DxXalwt1vfucbLKWAZlXKPYeeZ qP4SBUrpy+o6E3P4Wn/8aSuKw9osYnWQUePyLNG1vA9m0ZfI/92nSJ1eJGV/BVg4Io7a XGzQY6pUcAF86ThAV6IaB1RkWmRu3Ofxke91M= MIME-Version: 1.0 Received: by 10.239.185.12 with SMTP id a12mr403320hbh.48.1287575922992; Wed, 20 Oct 2010 04:58:42 -0700 (PDT) Received: by 10.239.161.13 with HTTP; Wed, 20 Oct 2010 04:58:42 -0700 (PDT) In-Reply-To: <1287571355901-3228317.post@n5.nabble.com> References: <1287571355901-3228317.post@n5.nabble.com> Date: Wed, 20 Oct 2010 06:58:42 -0500 Message-ID: Subject: Re: Single input tag asking input twice From: glenn opdycke-hansen To: Ant Users List Content-Type: multipart/alternative; boundary=0016364d22f982e71804930b21d9 --0016364d22f982e71804930b21d9 Content-Type: text/plain; charset=ISO-8859-1 try running with verbose flag on, -v. Then scan for changes in the addproperty targets. --glenn On Wed, Oct 20, 2010 at 05:42, Catherine_iva wrote: > > I have met an unexpected behaviour of ANT tool. > I have a task : > > > addproperty="key.store.password" /> > > addproperty="key.alias.password" /> > > ${key.store.password} ${key.alias.password} > ${out.unsigned.package} > .... > > > When flow reaches first tag it waits for input twice: first time > with message "Please enter keystore password " , then, after pressing the > 'Enter' for the second time, without any message, only after the second > time > it sets property with the second entered value. > Why? > > My enviroment : > ANT - Apache Ant version 1.7.1 compiled on October 20 2009 > Android SDK Tools Revision 6, Platform Version: 1.6 > JDK - Sun java version "1.6.0_22" > Java(TM) SE Runtime Environment (build 1.6.0_22-b04) > Thank you > > > Catherine > -- > View this message in context: > http://ant.1045680.n5.nabble.com/Single-input-tag-asking-input-twice-tp3228317p3228317.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 > > --0016364d22f982e71804930b21d9--