devonfw / ide

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

doFail from debugging in productive code prevents MacOS installations #1297

Closed hohwille closed 11 months ago

hohwille commented 11 months ago

Bash coding drove me nuts and I accidentally forgot to remove a debug code-line that even made it into 2023.07.003 release.

https://github.com/devonfw/ide/blob/b4da566493aa5339950081500a861f6b75f38a67/scripts/src/main/resources/scripts/functions#L1432

OMG. This means that the release is a showstopper for MacOS. Fix is trivial but we need another release asap for this. So Sorry... I am looking forward for the day where we replaced bash with Java (#1090) and can simply debug the code without hacking it.