wearefrank / frank-runner

Run any Frank with Tomcat
Apache License 2.0
16 stars 12 forks source link

downloading files not clear if it is working or stopped #80

Open jjansenvr opened 12 months ago

jjansenvr commented 12 months ago

While downloading the frankrunner displays ..................................................................................................... but it would be nice if this would contain the occasional other char so you can see it is still alive

jacodg commented 12 months ago

I agree but I think it will be difficult to improve it as the get task of Ant (version 1.10.x) doesn't have much options:

https://ant.apache.org/manual/Tasks/get.html

We are already using verbose="on". Maybe we could create an issue or pull request on the Ant project.

jacodg commented 11 months ago

Or maybe we can make the build.xml call curl for downloading files (the .bat and .sh files are already using curl)