Closed jjansenvr closed 12 months ago
@jacodg maybe something for Martijn to look in to, No hurry we will fix it manually for now
removing the pwd in FR_DIR="pwd/${BASH_SOURCE%/*}/ in all script solved the first problem
a second problem is having an restart.sh in the project it self restart.sh in the zip (translated from bat file by chatGPT) restart.zip
For the restart.sh in the project: The path in the documentation was wrong, this is fixed now: https://github.com/ibissource/frank-runner/commit/0be29295effc2acca0225555d058fc990ae212ac
For the FR_DIR problem. I suppose this happens when running the build.xml in MyFirstFrank using the Task Explorere?
It looks like on mac the directories are not resolved correctly
FR_DIR="
pwd
/${BASH_SOURCE%/*}/" in start.sh should have resolved to "/User/m~~r/Projects/frank-runner/"it resolves to User/m
~~r/Projects/MyFirstFrank//User/m~~r/Projects/frank-runner/