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
IDEasy incorrectly assumes that the current working directory would be D:\projects\_ide\software\default\java\java\21.0.4_7 while it is actually /d/projects/IDEasy/software/java.
Steps to reproduce (bug)
execute $ ide help in /d/projects/IDEasy/software/java
The text was updated successfully, but these errors were encountered:
FYI: The folder /d/projects/IDEasy/software/java is a Junction (Windows specific variant of a kind of symbolic link) to /d/projects/_ide/software/default/java/java/21.0.4_7.
Still the behavior is not expected and considered as bug.
Maybe we are doing a Path.toRealPath() somewhere on our working directory that would explain the problem.
It could be that already Path.toAbsolutePath() is causing this effect and then we would have to implement a specific workaround.
Actual behavior
IDEasy incorrectly assumes that the current working directory would be
D:\projects\_ide\software\default\java\java\21.0.4_7
while it is actually/d/projects/IDEasy/software/java
.Steps to reproduce (bug)
The text was updated successfully, but these errors were encountered: