moqui / moqui-framework

Use Moqui Framework to build enterprise applications based on Java. It includes tools for databases (relational, graph, document), local and web services, web and other UI with screens and forms, security, file/resource access, scripts, templates, l10n, caching, logging, search, rules, workflow, multi-instance, and integration.
http://www.moqui.org
Other
279 stars 200 forks source link

Download Open Search not showing Progress #587

Open acetousk opened 1 year ago

acetousk commented 1 year ago

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).

jonesde commented 1 year ago

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

acetousk commented 1 year ago

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.