On 2010-10-20, Catherine_iva wrote: > When flow reaches first <input> 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.
Is there any foked <java> task or <exec> task running before you reach that <input> task? If so, bugzilla issue 49119 may be the culprit <https://issues.apache.org/bugzilla/show_bug.cgi?id=49119>. As a workaround you should add inputstring="" to any forked <java> or <exec> task preceeding your <input>. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org