On Tue, 1 Apr 2003 03:03 pm, Conor MacNeill wrote:
>
> If input is not
> provided in this form and a task requests input it will be sent eventually
> to the System.in stream.
Just to update - this is true for in-VM Java tasks only. External tasks such
as and forked can only get input from a fi
On Tue, 1 Apr 2003 12:59 pm, Oki DZ wrote:
> Hi,
>
> I have something like the following in my build.xml:
>
>
>
>
>
>
> MyClass uses Readline.readline() (from
> java-readline.sourceforge.net). Unfortunately, the input is suppressed
> by Ant (meaning, the prompt is not display
Hi,
I have something like the following in my build.xml:
MyClass uses Readline.readline() (from
java-readline.sourceforge.net). Unfortunately, the input is suppressed
by Ant (meaning, the prompt is not displayed). How can I get it working?
BTW, if I use BufferedReader an