Community
Participate
Working Groups
I have a target that uses de <input> tag... <target name="cvs_login" depends="init"> <input message="Login CVS: " addProperty="user"/> <input message="Password CVS: " addProperty="password"/> </target> But, I got the error BUILD FAILED: C:\SD2005\bin\antfiles\AtualizacaoHomologacao.xml:31: Failed to read input from Console. Anybody had this problem ???
Everony has this problem :-) as outlined in the Eclipse readme (known issues> Ant). See bug 45484 for full details. To have the input task work without providing an input handler set the build to occur in the same JRE as Eclipse. See the JRE tab for your Ant launch configuration. *** This bug has been marked as a duplicate of 45484 ***