I am a newbie so bear with me. I have created the following simple target
using the <input>
task -
<target name="getinput">
<input validargs="localhost,aus0010cisdev1"
addproperty="install_server">
Enter id of server where install occurs. Valid ids are:
localhost - this computer
aus0010cisdev1 - dev server 1
</input>
</target>
1) When I execute this target (from eclipse), it won't allow me to enter a
value (the OK
button is grayed out. I can only CANCEL). There's always an "invalid input"
message on the
input gui. I am using ant 1.5.3! Any ideas?
2) When I invoke "ant -debug getinput" from a DOS prompt, it just hangs.
What's up with
that?
Thanks in advance.
MRA
|