Thanks, but it didn't.
Through a series of method calls, I print a few welcome strings to the
console (text-based application), and then open a Scanner on the System.in,
print a prompt and wait for string input. It appears that the program hangs
when run through ANT, but if you were to CTRL-C an
Peter
Ant uses java. Java depends on the underlying OS resources such as Socket I/O
handles, File I/O handles as well as standard handles such as stdin,stderr and
stdout
flush the output from the java class to the resource and closing the connection
allows the underlying resource to capture the