https://issues.apache.org/bugzilla/show_bug.cgi?id=48128
--- Comment #1 from Stefan Bodewig <[email protected]> 2009-11-10 09:23:02 UTC --- if you look at the stacktrace you'll see the exception is generated in org.eclipse.ant.internal.core.ant.FailInputHandler$1.read(FailInputHandler.java:25). This class is not part of Ant. My guess - not knowing anything about the Eclipse-Ant integration or RAD7 - is that RAD7 registers an input handler of its own, replacing the default handler which would read from System.in. Unless you find a way to disable RAD7's behavior your best option may be to explicitly use a nested handler element in all input tasks and set its type to "default". -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
