moqui/moqui-framework

Download Open Search not showing Progress

Opened this issue · 2 comments

Steps to reproduce:
git clone https://github.com/moqui/moqui-framework moqui
cd moqui
./gradlew getRuntime
./gradlew downloadOpenSearch

The progress percentage doesn't update until it's done (this is especially true for slow connections).

I haven't looked into this before, does the tool support some sort of better output with progress and such?

I looked at the ant.get method call, and couldn't find any documentation for it.

I'm not sure it's really all that important. I thought that if it's a quick fix then it'd be worth it, but it's not looking like that.