Closed Bajger closed 10 months ago
Describe the bug Execution scripts pharo-launcher and pharo-launcher-ui has wrong path to launcher vm.
pharo-launcher
pharo-launcher-ui
To Reproduce Steps to reproduce the behavior:
./pharo-launcher help
./pharo-launcher: line 33: ./pharo-vm/pharo: No such file or directory
./shared/pharo-vm/pharo
Expected behavior Launcher scripts (UI as well as CLI) points to correct vm path and can be successfully executed.
Version information:
Expected development cost Either vm is moved to pharo-vm (instead of shared/pharo-vm) during packaging. Or scripts are adopted to use ./shared/pharo-vm instead of pharo-vm
pharo-vm
shared/pharo-vm
./shared/pharo-vm
yes, it looks like pharo-vm is wrongly put into the shared directory.
shared
Describe the bug Execution scripts
pharo-launcher
andpharo-launcher-ui
has wrong path to launcher vm.To Reproduce Steps to reproduce the behavior:
./pharo-launcher help
./pharo-launcher: line 33: ./pharo-vm/pharo: No such file or directory
Reason: Pharo vm is currently./shared/pharo-vm/pharo
Expected behavior Launcher scripts (UI as well as CLI) points to correct vm path and can be successfully executed.
Version information:
Expected development cost Either vm is moved to
pharo-vm
(instead ofshared/pharo-vm
) during packaging. Or scripts are adopted to use./shared/pharo-vm
instead ofpharo-vm