NordeaOSS/devtool

Issue with packages close to 2GB limit

arkadiuszczapiewskinordea opened this issue · 0 comments

When ZIP package is really huge (e.g. ca. 2GB) DevTool experience problems that not all files are extracted, ZIP file is not removed and settings are not applied (tool not added to PATH environment variable). No error is reported on the screen.

Workaround:

  • manually extract all files from ZIP to appropriate folder
  • run: devtool -setup <tool_name> <tool_version> to update PATH
    But we need to fix that :)