Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 71811 invoked from network); 10 Jan 2007 11:33:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jan 2007 11:33:14 -0000 Received: (qmail 59788 invoked by uid 500); 10 Jan 2007 11:33:15 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 59759 invoked by uid 500); 10 Jan 2007 11:33:15 -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 59748 invoked by uid 99); 10 Jan 2007 11:33:15 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 03:33:15 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of antuser@gmail.com designates 64.233.162.233 as permitted sender) Received: from [64.233.162.233] (HELO nz-out-0506.google.com) (64.233.162.233) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2007 03:33:06 -0800 Received: by nz-out-0506.google.com with SMTP id j2so50648nzf for ; Wed, 10 Jan 2007 03:32:45 -0800 (PST) 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=sg2oZUMkdMIEIYSh2BpmFT+2Op9z4ELSkF1mVfXZTVlR9HCVQcxU3mJxfNlzu/ZtFZTmiDJY/BA92j7RRD4tL/lHz7Yr838m4eV819XxkI+TVlD49zyvubYqQMoUm4txHaV4ijPYve4IqYo8UU4cOCieIN6VtgLdbsWKuiS1Trw= Received: by 10.65.43.17 with SMTP id v17mr287240qbj.1168428765518; Wed, 10 Jan 2007 03:32:45 -0800 (PST) Received: by 10.65.177.2 with HTTP; Wed, 10 Jan 2007 03:32:45 -0800 (PST) Message-ID: Date: Wed, 10 Jan 2007 12:32:45 +0100 From: "Patrick Martin" To: "Ant Users List" Subject: Re: Anyway to make an input task have stars? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Hello, If you need user input *and* have access to a windowed system, you may want to try to have a look at antform: http://antforms.sourceforge.net/ Its textProperty element has a password attribute that will hide user input= . Cheers, Patrick On 1/10/07, Jan.Materne@rzf.fin-nrw.de wrote: > Not really until Java6 and its new Console.readPassword(). > > There is a buggy workaround (2nd Thread is overwriting STDOUT) - search f= or "input passwort" > in the mail archive of dev@ant and in bugzilla. > > > Jan > > >-----Urspr=FCngliche Nachricht----- > >Von: James Carr [mailto:james.r.carr@gmail.com] > >Gesendet: Dienstag, 9. Januar 2007 19:15 > >An: Ant Users List > >Betreff: Anyway to make an input task have stars? > > > >Hi All, > > > >Is there anyway to make an input task use stars for it's > >input? I am trying to prompt the user running the ant script > >for a password. > > > >Thanks, > >James > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For > >additional commands, e-mail: user-help@ant.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org