ant: how to input password?

IDEA provide awesome inputHandler for ant - when run ant tasks within IDEA <input> target have GUI. I need to ask password in my build file, in the ant documentation this look like this:

<input message="Enter password:" addproperty="password">
      <handler classname="org.apache.tools.ant.input.SecureInputHandler" />
</input>


When run build from console all works fine, but when run build within IDEA it seems that IDEA's inputHandler is disabled - GUI is not shown, and I cant input my password anyway.
Have anybody some workaround(maybe without GUI password prompt, but with possibility to input password within IDEA)?
0

请先登录再写评论。