Open hohwille opened 6 days ago
was auto-closed by PR. But still a bullet-proof solution is needed. Hence reopening...
Still buggy after merging PR #755
$ ide
bash: Skipping: command not found
IDE environment variables have been set for /d/projects/IDEasy in workspace main
Problem was this message: https://github.com/devonfw/IDEasy/blob/2966a61ee492d58798b7bc82bb790e0c3b311114/cli/src/main/java/com/devonfw/tools/ide/commandlet/CreateCommandlet.java#L63
This one is interesting since this message is also in info
level.
IMHO we need to invent our own log-level for this.
See #627 and #531. This error was introduce by me with PR #746
Adding a log warning to some reasonable place should not lead to this error.
It is not acceptable that before adding a log warning you always have to understand if that may be triggered during context initialization since this way this error will come back again and again.
We need to find a way to finally fix this problem once and forever!