Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 80527 invoked from network); 22 Oct 2004 15:22:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 22 Oct 2004 15:22:11 -0000 Received: (qmail 43195 invoked by uid 500); 22 Oct 2004 15:21:50 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 43149 invoked by uid 500); 22 Oct 2004 15:21:50 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 43135 invoked by uid 99); 22 Oct 2004 15:21:50 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [209.226.175.4] (HELO tomts16-srv.bellnexxia.net) (209.226.175.4) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 22 Oct 2004 08:21:48 -0700 Received: from athlon ([64.231.167.220]) by tomts16-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with SMTP id <20041022152138.RSQL15612.tomts16-srv.bellnexxia.net@athlon> for ; Fri, 22 Oct 2004 11:21:38 -0400 Message-ID: <009001c4b84a$e9483250$0d02a8c0@athlon> From: "Rhino" To: "Ant Users List" References: <005201c4b83c$1fa3e600$0d02a8c0@athlon> <41790DD4.8020308@koberg.com> Subject: Re: Improving Tasks Date: Fri, 22 Oct 2004 11:22:15 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ----- Original Message ----- From: "Robert Koberg" To: "Ant Users List" Sent: Friday, October 22, 2004 9:40 AM Subject: Re: Improving Tasks > Rhino wrote: > > > 1. Provide for a masked input field so that it could be used to prompt > > for a password that would remain unreadable to anyone looking over the > > users shoulder. (I envision adding a 'mask="true"' parameter to make > > that possible with the default for 'mask' being 'false'.) > > I like this alot. > Stephan's reply to my post says that this has been attempted before but no one could find a way that worked on all of the platforms. I don't have any better ideas so you probably shouldn't hold your breath on this idea ;-) > Another area that would be nice to 'improve' (maybe it already exists in > another form?) would be the condition task. I have a situation where I > would like to get the input from a yes/no input task (Would you like to > get xxx from the server?), if yes then prompt from username and > password. Is this currently possible? > I imagine you could get the desired result if your task prompted for the 'yes'/'no' and then you used conditions to only prompt for the username and password in a separate target. I haven't actually tried exactly what you are describing but it seems like something that should work. But I think you want to prompt for the 'yes'/'no' *and* the username/password on the same dialog. I expect that would require major changes to . Rhino --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org