So you want to prompt for input without the actual prompt?
____________________________________________________________________________________________ | |
Jeffrey E. (Jeff) Care | |
IBM WebSphere Application Server Development |
WAS Pyxis Lead
Release Engineer
|
|
"BOUSQUET Jeremie"
<[EMAIL PROTECTED]>
04/26/2006 01:06 PM
|
|
Hello,
I had some fun with <input> task in my generic build process with ANT,
to ask users for various things (labels, passwords ...).
But now teams use more and more automation, and I could not find any way
to easily make these <input> silent !
I know default values can be a solution, but sometimes these default
values can only come from command line (which is masked from end-user
and so not very usable here), and sometimes there is just no default
value (and so it will always ask you to press a key) ...
Is there any way to force ant to keep silent on <input> tasks with some
ANT command line option, or do I have to rethink (and redeliver ...) my
build ?
Any suggestions warmly appreciated,
-- Jeremie