Currently the underlying probcli is hard-wired. Make the underlying probcli replaceable.
Environment
None
Gliffy Diagrams
Activity
Lukas Ladenberger
October 23, 2015 at 2:32 PM
The ProB binary is now replaceable. The user can change the the path to the ProB binary in the "binary" option of the bmotion.json configuration file which is located in the resources folder of the BMotion Studio installation.
I added a new option in bmotion config file for setting the path to a prob binary. Furthermore, a compatible version of a prob binary is bundled with the standalone version and the binary path is set to the bundled prob binary.
Lukas Ladenberger
September 7, 2015 at 9:37 AM
Now, BMotion Studio for ProB uses the probcli located in the .prob folder of the user's home folder. This makes the probcli replaceable. Furthermore, the user can make use of the groovy console and ProB 2 API to manage the probcli version. For instance, the user can type
Currently the underlying probcli is hard-wired. Make the underlying probcli replaceable.