settings.gradle
The ProB Model Checker and Animator - plugin for Rodin
License
The ProB source code is distributed under the EPL 1.0 license. (C) 2000-2024 Michael Leuschel and many others.
For updates please visit the ProB website: https://prob.hhu.de/w/
ProB comes with ABSOLUTELY NO WARRANTY OF ANY KIND! This software is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY. The author(s) do not accept responsibility to anyone for the consequences of using it or for whether it serves any particular purpose or works at all. No warranty is made about the software or its performance.
The ProB binary and source distributions contain the nauty library, which imply further restrictions: the ProB model checker with nauty symmetry reduction cannot be used for applications with nontrivial military significance.
For availability of commercial support, please contact Michael Leuschel.
Bugs
Please report bugs and feature requests on the ProB issue tracker.
Prolog Source Code
The latest source code of the Prolog binary can be downloaded from https://stups.hhu-hosting.de/downloads/prob/source/. To build the Prolog binaries you require a SICStus 4 licence.
Setting up the development environment
Requirements
- Java 11 or later
- Maven 3 or later (Maven 3.9 recommended)
- Gradle (will be downloaded automatically by the Gradle wrapper)
Building without Eclipse
After cloning the repository, run these commands in the repository root:
$ ./gradlew prepareMaven
$ mvn -f de.prob.parent/pom.xml install
Adding the -U flag to force re-loading dependencies does not (seem to) work.
Run ./gradlew prepareMaven
before running the mvn command to update.
This will build the plugin into a local Eclipse plugin repository. To test your build of the plugin, you need to configure this repository in Rodin: