://ant.apache.org/manual/inputhandler.html#defaulthandler
Cheers,
Michael
Original Message
Subject: Re: "Failed to read input from Console" Error invoking ant from
java class
From: Mark Salter
To: Ant Users List
Date: mon, 15 dec 2008 21:28:38 +
> Michael Sobremonte w
Michael Sobremonte wrote:
>
> I am trying to call an ant target requiring input from within a java class.
Why do you want to do it this way?
Why not use ant natively or System.in directly from java *before*
invoking ant to react to the options selected?
> # INPUT MENU 1:
> addproperty="main.op
What version of Eclipse are you using? There is a special input handler
that will open a graphical input window that ships with Eclipse 3.1M6 or
later. Previous versions will fail with this error, I think.
-Rob A
> -Original Message-
> From: Shweta Bodade [mailto:[EMAIL PROTECTED]
> Sen
On 24/02/06, Shweta Bodade <[EMAIL PROTECTED]> wrote:
>
> After I give the command in Eclipse I get this error message.
>
>
>
> Buildfile: E:\workspace2\Hello\src\build.xml
>
> select_target:
>
> [input] Which server should receive the files? 1. Silo 2.
> Bongo(1,2)
>
> BUILD FAILED: E:\work