From 58a1092735c20cad2a05dc9006fad39614f40d23 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Wed, 2 Mar 2005 21:45:10 +0000 Subject: [PATCH] "please stop complaining about the echo" git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277766 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/input.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/manual/CoreTasks/input.html b/docs/manual/CoreTasks/input.html index aa67747e6..3edac36c8 100644 --- a/docs/manual/CoreTasks/input.html +++ b/docs/manual/CoreTasks/input.html @@ -29,6 +29,16 @@ Since Ant 1.6, <input> will not prompt for input if a property should be set by the task that has already been set in the project (and the task wouldn't have any effect).

+

A regular complaint about this task is that it echoes characters to the +console, this is a critical security defect, we must fix it immediately, etc, etc. +We know it leaves something to be desired, but the problem is Java, not Ant. +There is nothing we can do to stop the console echoing.

+ +

+IDE behaviour depends upon the IDE: some hang waiting for input, some let you +type it in. For this situation, place the password in a (secured) property +file and load in before the input task.

+

Parameters