Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

downloads with software repo are lacking extension and cannot be extracted #238

Closed
hohwille opened this issue Aug 29, 2019 · 1 comment · Fixed by #239
Closed

downloads with software repo are lacking extension and cannot be extracted #238

hohwille opened this issue Aug 29, 2019 · 1 comment · Fixed by #239
Labels
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)
Milestone

Comments

@hohwille
Copy link
Member

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.
@hohwille 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
@hohwille hohwille added this to the release:3.0.0 milestone Aug 29, 2019
@hohwille
Copy link
Member Author

Another related bug from #239:

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}

This is comming from #231

hohwille added a commit that referenced this issue Aug 30, 2019
#231: #238: fixed download_dir issue
#239: devon4j 3.1.1
#240: workaround for maven archetype-catalog bug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant