Details
Description
According to this page: http://ant.apache.org/ivy/history/latest-release/use/resolve.html , the <ivy:resolve> task accepts an attribute called "showprogress" that specifies whether during downloads, dots (periods) will be shown. I my build file, I have:
<ivy:resolve showprogress="false"/>
but the dots are still being shown while downloading.