diff --git a/pages/docs/using.md b/pages/docs/using.md index ef85b965e5270657e46011781b4b59bc209ad91b..e25f89c89634c40f9f2a4b55a577c0b099f174e9 100644 --- a/pages/docs/using.md +++ b/pages/docs/using.md @@ -4,7 +4,7 @@ Add/Merge the following snippet in your `build.gradle`. -**Note**: List all grammar files in the arguments and the changed name of JastAdd's list class, if applicable. +**Note**: List all grammar files in the arguments, and the changed name of JastAdd's list class, if applicable. ```groovy repositories { @@ -20,7 +20,7 @@ configurations { } dependencies { - coverageGeneratorClasspath group: 'de.tudresden.inf.st', name: 'coverageGenerator', version: '0.0.1' + coverageGeneratorClasspath group: 'de.tudresden.inf.st', name: 'coverageGenerator', version: '0.0.4' } task generateCoverage(type: JavaExec) { @@ -29,7 +29,7 @@ task generateCoverage(type: JavaExec) { args([ '--jastAddList=JastAddList', - '--outBaseDir=src/gen/jastadd', + '--outputBaseDir=src/gen/jastadd', 'src/main/jastadd/Example.relast' ]) } diff --git a/relast.preprocessor b/relast.preprocessor index 2850be7fdfa925b2e299bd8b06a11d3c11d7b49f..4ab23d179d7850ad38071ca70e7a78ea6db7f62a 160000 --- a/relast.preprocessor +++ b/relast.preprocessor @@ -1 +1 @@ -Subproject commit 2850be7fdfa925b2e299bd8b06a11d3c11d7b49f +Subproject commit 4ab23d179d7850ad38071ca70e7a78ea6db7f62a