On Tue, 19 Nov 2002, Jacob Kjome <[EMAIL PROTECTED]> wrote: > I want to know if I can launch it from within Ant and provide input > to it there just like I could if I launch it directly on the command > line outside of Ant.
If you fork it into a separate JVM, you can't provide input, no. If fork is not set to true, it should work. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>