After I give the <input> 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:\workspace2\Hello\src\build.xml:9: Failed to read input
from Console.

Total time: 219 milliseconds

 

 

Can you please tell me is there any prob with code which is 

<target name="select_target">                                    

                  <input message="Which server should receive the files?
1. Tomact   2. Websphere"

                               

            </target>     

      

Reply via email to