You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2009/11/10 18:23:04 UTC

DO NOT REPLY [Bug 48128] Ant input task failing to read input from console

https://issues.apache.org/bugzilla/show_bug.cgi?id=48128

--- Comment #1 from Stefan Bodewig <bo...@apache.org> 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.