Skip to content
Snippets Groups Projects
Commit 1c5609d8 authored by Ronny Böttger's avatar Ronny Böttger
Browse files

fixed BaseDirs

parent beefd6ca
No related branches found
No related tags found
No related merge requests found
......@@ -57,8 +57,8 @@ task ecoreToRelast(type: JavaExec) {
}
//args "../libs/ecore2relast-0.1.jar", ecoreFile, relastFile
args "../libs/RoleRag-0.2.0.jar", "--inputBaseDir=C:/Users/Ronny/IdeaProjects/bank/statemachine.solution/src/main/resources",
"--outputBaseDir=C:/Users/Ronny/IdeaProjects/bank/statemachine.solution/src/gen/jastadd", "Example.relast"
args "../libs/RoleRag-0.2.0.jar", "--inputBaseDir=src/main/resources",
"--outputBaseDir=src/gen/jastadd", "Example.relast"
inputs.files file(ecoreFile)
outputs.files file(relastFile)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment