modelator-py icon indicating copy to clipboard operation
modelator-py copied to clipboard

Apalache path has issues on mac cause of the space in path

Open udit-gulati opened this issue 2 years ago • 1 comments

Ref:

(env) uditgulati@Udits-MacBook-Air transfer % modelator apalache info
Default location for JAR file: /Users/uditgulati/Library/Application Support/modelator/checkers
Looking for version: 0.30.1
Looking for file: /Users/uditgulati/Library/Application Support/modelator/checkers/apalache/lib/apalache-0.30.1.jar
WARNING:root:Error while checking the existence of the jar file
Apalache JAR file not found
(env) uditgulati@Udits-MacBook-Air transfer % ls /Users/uditgulati/Library/Application Support/modelator/checkers/apalache/lib/
ls: /Users/uditgulati/Library/Application: No such file or directory
ls: Support/modelator/checkers/apalache/lib/: No such file or directory
(env) uditgulati@Udits-MacBook-Air transfer % ls /Users/uditgulati/Library/Application\ Support/modelator/checkers/apalache/lib/apalache-0.30.1.jar
/Users/uditgulati/Library/Application Support/modelator/checkers/apalache/lib/apalache-0.30.1.jar

udit-gulati avatar Feb 02 '23 20:02 udit-gulati

Hmm. This is strange. Can you please tell me the output of atomkraft model apalache get with the jar file present?

Also, does this persist if you delete the jar and do a fresh atomkraft model apalache get ?

rnbguy avatar Feb 03 '23 11:02 rnbguy