ReasonersBenchmark is the part of USE-RB.
You first need to clone and compile this project, as the absolute path to the package jar file will be needed as a parameter for USE-RB (see Launch USE-RB)
This is a two-step process :
- Clone it :
git clone https://github.com/telecom-se/ReasonersBenchmarked.git
- Few libraries are not online and are therefore packaged with
ReasonerBenchmark
project. We setup a local repository within the project. The repository is named<id>in-project</id>
in thepom.xml
file. You must modify the value of the location of this repository in thepom.xml
file to where you actually clone the project. This step will be removed in next release, but until then, manual editing, sorry ! - Create a uber JAR file :
mvn clean install package
You should now have a uber jar in the target
folger which is named ReasonersBenchmarked-0.0.1-SNAPSHOT.jar
.
Copyright © 2016 Christophe Gravier [email protected] This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the LICENCE.md file for more details.