Open hohwille opened 2 months ago
After that I manually created the junction and it worked:
$ cmd.exe /c mklink /d /j 'D:\projects\IDEasy\software\mvn' 'D:\projects\_ide\software\default\mvn\mvn\4.0.0-beta-3'
Microsoft Windows [Version 10.0.22631.4037]
(c) Microsoft Corporation. All rights reserved.
$ rm mvn
$ ide install mvn
Start: Install mvn
Successfully installed mvn in version 4.0.0-beta-3
Successfully completed ide (install,mvn)
So something was wrong with the existing link or junction. No idea how to reproduce this state...
Please note that the folder at
D:\projects\_ide\software\default\mvn\mvn\4.0.0-beta-3
exists and looks sane.