I have a call to an Ant task execthat should receive input from the stdin console. Unfortunately, I cannot find a way to do this. The stdin descriptor file seems to be closed to console input at runtime.
You can specify input using the inputand attributes inputstring. However, I need to request user input on the console.
How can i do this?
source
share