John Brugge wrote:
I'm also wondering why you have a Swing pop-up to prompt for password in the ssh/sftp resolvers. It seems decidedly non-Ant.
Ant stuff should really use the InputHandler related APIs, which allow for special overload by the IDE people, so you get an SWT popup under eclipse and a terminal on the console.
right now, InputHandler doesnt have a secure mode, mostly because Java <1.6 doesnt have a non-echo terminal input. We may add one in the post-Ant1.7 timeframe
-steve
