devonfw / ide

Tool to automate setup and update of development environment (esp. for Java projects).
Apache License 2.0
33 stars 101 forks source link

ide-urls not updated before being used #1229

Closed hohwille closed 1 year ago

hohwille commented 1 year ago

Expected behavior

Whenever devonfw-ide makes use of ide-urls, it should ensure that it is up-to-date.

Actual behavior

However, this is not always the case. E.g. when I want to install the latest version or want to auto-complete the version (devon «tool» version set [TAB]).

Steps to reproduce (bug) / Use Case of feature request (enhancement)

  1. ensure your ide-urls are out of sync (e.g. rm -rf urls/intellij)
  2. devon intellij version set [TAB]

Related/Dependent Issues

1084

Comments/Hints:

Maybe it would have been easier if we had kept the doUpdateUrls inside functions like doGetLatestSoftwareVersion. However, all will become much easier with Java.

Affected version: