Ant download file

Greetings, I am using ant to download one zip from the CI and would like to have the download progress message, but is not coming up, using the following

ant.get(src:RMS_LATEST_URL, dest: rmsDownloadFolder, verbose:true, usetimestamp:true)

Thank you, Oscar

Try running your build with the --info switch

Are you referring to Gradle’s download progress message, or to a message of the ant.get task?

yes the ant.get task message, just tried with the -i it work, but I was looking for something like 5k / 10 k summary kind of thing.

You can enable info logging just for the task that calls ant.get.