You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hohwille opened this issue
Aug 29, 2019
· 1 comment
· Fixed by #239
Labels
bugSomething isn't workingscriptsrelated to shell scripts (bash and CMD)setuprelated to the setup process of devonfw-ide (setup[.bat] and devon ... setup)
Starting installation of java to /d/projects/myproject-ide/software/java from http://de-mucevolve02/files/devon-ide/software/java/11.0.4_11/java-11.0.4_11-windows.tgz
Downloading java-11.0.4_11-windows from http://de-mucevolve02/files/devon-ide/software/java/11.0.4_11/java-11.0.4_11-windows.tgz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 185M 100 185M 0 0 3327k 0 0:00:57 0:00:57 --:--:-- 4286k
******** ATTENTION ********
ERROR: Unknown archive format: .4_11-windows. Can not extract /c/Users/vapadwal/Downloads/java-11.0.4_11-windows
We are sorry for the inconvenience. Please check the above errors, resolve them and try again.
The text was updated successfully, but these errors were encountered:
hohwille
added
bug
Something isn't working
scripts
related to shell scripts (bash and CMD)
setup
related to the setup process of devonfw-ide (setup[.bat] and devon ... setup)
labels
Aug 29, 2019
tar: /c/Users/vapadwal/Downloads/java-11.0.4_11-windows.tgz: Cannot open: No such file or directory
you need to change
doExtract "${DEVON_DOWNLOAD_DIR}/${filename}" "${dir}
to
doExtract "${download_dir}/${filename}" "${dir}
bugSomething isn't workingscriptsrelated to shell scripts (bash and CMD)setuprelated to the setup process of devonfw-ide (setup[.bat] and devon ... setup)
The text was updated successfully, but these errors were encountered: