maybeec / oomph-task-unzip

Oomph Task for unzipping archives
Eclipse Public License 1.0
1 stars 3 forks source link

Remove Console Output #12

Closed themetalone closed 7 years ago

themetalone commented 7 years ago

The console output is too large atm. There is one line per file and folder which floods the installer log while unzipping large files

maybeec commented 7 years ago

However, please be aware, that the user should get some response, that the installer is working and not idle. I totally agree, but I do not see any other good option, do you?

themetalone commented 7 years ago

I'll need to research a bit but maybe the used unarchive library allows to count files or size and then I could output percentages in reasonable steps

Am 18.11.2016 8:11 vorm. schrieb "Malte Brunnlieb" <notifications@github.com

:

However, please be aware, that the user should get some response, that the installer is working and not idle. I totally agree, but I do not see any other good option, do you?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/maybeec/oomph-task-unzip/issues/12#issuecomment-261464230, or mute the thread https://github.com/notifications/unsubscribe-auth/AH2kAKvavvqUmZuiIcyD5IbcMvqSl9xTks5q_U-WgaJpZM4K0BN9 .

themetalone commented 7 years ago

Ok. Since the current unarchive api works on a stream of unknown size I see no possibility to reduce the output