Resolve "Check and update documentation"
Compare changes
+ 11
− 5
@@ -51,7 +51,7 @@ You might need to add another task for [compiling relast specifications](#compil
@@ -60,14 +60,17 @@ cd ragconnect
Finally, this jar has to be integrated into your build process. In case, [Gradle](https://gradle.org/) is used, a task could look like the following (example taken from the [ros2rag usecase](https://git-st.inf.tu-dresden.de/jastadd/ros2rag)). The path to the jar file may need to be changed according to your project structure.
@@ -89,7 +92,10 @@ You might need to add another task for [compiling relast specifications](#compil
The task to compile `RagConnect` specifications is typically accompanied with a task to invoke the [RelAst compiler](http://relational-rags.eu/) and the [JastAdd gradle plugin](https://plugins.gradle.org/plugin/org.jastadd). The additional arguments `--useJastAddNames`, `--listClass`, `--jastAddList` and `--resolverHelper` to relast are not required. Please see the user manual of the RelAst compiler for more information.
@@ -122,7 +128,7 @@ relastToJastAdd.dependsOn ragConnect