Re: Single input tag asking input twice

2010-10-20 Thread glenn opdycke-hansen
try running with verbose flag on, -v. Then scan for changes in the addproperty targets. --glenn On Wed, Oct 20, 2010 at 05:42, Catherine_iva wrote: > > I have met an unexpected behaviour of ANT tool. > I have a task : > > > addproperty="key.store.password" /> > > addproperty="key.alias.pas

Single input tag asking input twice

2010-10-20 Thread Catherine_iva
I have met an unexpected behaviour of ANT tool. I have a task : ${key.store.password} ${key.alias.password} ${out.unsigned.package} When flow reaches first tag it waits for input twice: first time with message "Please enter keystore password " , then, after pressing the 'Enter' for