I’m using ant scp task in a loop and i have turned off failonerror. But i need to track the failed iterations. Is there anything like resultproperty for exec? I can use exec instead of scp on unix, but i need to do on windows.
Any help would be appreciated…
Thanks in advance..
You could put the recorder task around scp invocations and evaluate the logfile later.
Example is from the doc: