Skip to content
Snippets Groups Projects
Commit 5ffc692e authored by René Schöne's avatar René Schöne
Browse files

Update JastAdd and Relast.

- Disabled tracing for now, as it not working with incremental
parent af00e4f9
No related branches found
No related tags found
No related merge requests found
......@@ -47,9 +47,11 @@ task preprocess(type: JavaExec) {
main = "-jar"
args = [
"libs/relast-compiler.jar",
"./src/main/jastadd/SocialNetwork.relast",
"--grammarName=src/main/jastadd/SocialNetworkGen",
"--listClass=RefList",
"--file"
"--useJastAddNames",
"--file",
"src/main/jastadd/SocialNetwork.relast"
]
inputs.files file("./src/main/jastadd/SocialNetwork.relast")
......@@ -68,7 +70,7 @@ task jastadd(type: JavaExec) {
"--incremental=param,debug",
"--package=de.tudresden.inf.st.ttc18live.jastadd.model",
"--o=src/gen/java",
"--tracing",
"--tracing=api",
] + fileTree("./src/main/jastadd/").matching {exclude "*.relast"}.matching {exclude "*.unused"}
doFirst {
......
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment