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
Jan 6, 2022
· 0 comments
· Fixed by #670
Labels
bugSomething isn't workingsetuprelated to the setup process of devonfw-ide (setup[.bat] and devon ... setup)softwaresoftware-package with 3rd party products
With the refactoring of doDownload for external mirror configuration the custom tools installation feature was broken in devonfw-ide since 2021.12.002.
*** Setting up «custom-tool» ***
Starting installation of «custom-tool» in version «custom-version» to -
Trying to download «custom-tool» from .../projects/test/software/«custom-tool»
curl: (3) URL using bad/illegal format or missing URL
Failed to download .../projects/test/software/«custom-tool» with exit code 3
Steps to reproduce (bug) / Use Case of feature request (enhancement)
hohwille
added
setup
related to the setup process of devonfw-ide (setup[.bat] and devon ... setup)
software
software-package with 3rd party products
labels
Jan 6, 2022
bugSomething isn't workingsetuprelated to the setup process of devonfw-ide (setup[.bat] and devon ... setup)softwaresoftware-package with 3rd party products
With the refactoring of doDownload for external mirror configuration the custom tools installation feature was broken in devonfw-ide since 2021.12.002.
Expected behavior
ide can download custom tools as described in https://github.com/devonfw/ide/blob/master/documentation/software.asciidoc#custom
Actual behavior
*** Setting up «custom-tool» ***
Starting installation of «custom-tool» in version «custom-version» to -
Trying to download «custom-tool» from .../projects/test/software/«custom-tool»
curl: (3) URL using bad/illegal format or missing URL
Failed to download .../projects/test/software/«custom-tool» with exit code 3
Steps to reproduce (bug) / Use Case of feature request (enhancement)
setup/devon.properties
DEVON_IDE_CUSTOM_TOOLS=(custom-tool:1.0.0:all:https://myserver.myhost.com/files/devonfw-ide/)
setup
Related/Dependent Issues
Comments/Hints:
Bug is here (parametes changed on refactoring and this call was not changed):
ide/scripts/src/main/resources/scripts/command/ide
Line 357 in d10a1d7
Affected version:
The text was updated successfully, but these errors were encountered: