Hi people,
i try to write ant task, that do the following(pseudo code):
if(property1 == null)
gets property1 from user input and saves this value(so when next time script will be executed the value must be used)
else
use value
So, with another words, if i run script at the first time it must ask some value and save this value for future And the main thing it must be used only ANT CORE TASKS.