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

Ability to configure software downloads via settings config #98

Closed
hohwille opened this issue Apr 11, 2019 · 2 comments · Fixed by #114
Closed

Ability to configure software downloads via settings config #98

hohwille opened this issue Apr 11, 2019 · 2 comments · Fixed by #114
Labels
documentation related to documentation (AsciiDoc) enhancement New feature or request scripts related to shell scripts (bash and CMD) software software-package with 3rd party products
Milestone

Comments

@hohwille
Copy link
Member

hohwille commented Apr 11, 2019

Via ${SETTINGS_PATH}/devon/devon.properties it should be possible to configure alternative download Repo URL for software tools.
The Repository should have the following structure:

${DEVON_SOFTWARE_REPOSITORY}/«tool»/«version»/«tool»-«version»-«os».tar.gz

with the following segments:

  • «os» : windows, mac, linux
  • «tool»: java, maven, ...
  • «version»: tool version

Questions to be clarified:

  • What if I only want a specific tool from this repo and let others download from public web URLs?
  • What if I want two versions of the same tool? I have requirements from projects that
  • Should we install the tools centrally with version-number and create symlinks in software?
  • Do we need to distinguish architecture or other aspects as well (e.g. x64 vs. x32)? I assume not as x32 is more or less dead...
  • What if the software repo needs authentication?
  • Do we need a mechanism to find the latest version from the repo?
@hohwille hohwille added enhancement New feature or request scripts related to shell scripts (bash and CMD) software software-package with 3rd party products labels Apr 11, 2019
@hohwille
Copy link
Member Author

hohwille commented May 7, 2019

We also would need to clarify where we could create such a repo inside our company to test the feature. Should ideally be accessible via HTTP(S).

@hohwille hohwille added the documentation related to documentation (AsciiDoc) label Jun 3, 2019
@hohwille
Copy link
Member Author

hohwille commented Jun 3, 2019

Done with PR #114.
Most probably contains bugs as it is not tested much.
Feedback, testing and bug reports are most welcome.
Documentation is available here:
https://github.com/devonfw/devon-ide/blob/master/documentation/software.asciidoc#repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation related to documentation (AsciiDoc) enhancement New feature or request scripts related to shell scripts (bash and CMD) software software-package with 3rd party products
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant