标签: ant
我在Ant中遇到<input>任务的一些问题。 当我试图执行时:
<input>
<input id="2" message="Please enter password" addproperty="password"/> <input id="1" message="Please enter username" addproperty="user">
执行第一次输入后出现此错误: 无法从控制台
好像我无法执行<input>任务两次。谁能帮我这个?我想通过控制台获取用户名和密码。