Skip to content
Snippets Groups Projects
Commit 8bb75f1d authored by Chrissi's avatar Chrissi
Browse files

solution inis jetzt richtig mit config erweiterung und fehler main behebung

parent a0e76b71
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,10 @@ ...@@ -5,7 +5,10 @@
"RelationalRAGSolutionOBDT", "RelationalRAGSolutionOBDT",
"RelationalRAGSolutionROBDD", "RelationalRAGSolutionROBDD",
"RelationalRAGSolutionROBDD-H", "RelationalRAGSolutionROBDD-H",
"RSync", "RSyncBDD",
"RSyncBDD-Unordered",
"RSyncBDT",
"RSyncBDT-Unordered",
"EMFSolutionATL" "EMFSolutionATL"
], ],
"Models": [ "Models": [
......
...@@ -14,7 +14,7 @@ object MainApp extends App { ...@@ -14,7 +14,7 @@ object MainApp extends App {
var processMode = ProcessMode.BDT var processMode = ProcessMode.BDT
if (args.length >= 1) { if (args.length >= 1) {
args.apply(1) match { args.apply(0) match {
case "bdt" => processMode = ProcessMode.BDT case "bdt" => processMode = ProcessMode.BDT
case "bdd" => processMode = ProcessMode.BDD case "bdd" => processMode = ProcessMode.BDD
case "bdt-u" => processMode = ProcessMode.BDTU case "bdt-u" => processMode = ProcessMode.BDTU
......
...@@ -3,4 +3,4 @@ default=cd ../RSync && sbt compile ...@@ -3,4 +3,4 @@ default=cd ../RSync && sbt compile
skipTests=cd ../RSync && sbt compile skipTests=cd ../RSync && sbt compile
[run] [run]
cmd=cd ../RSync && sbt --error run bdd-u cmd=cd ../RSync && sbt --error "run bdd-u"
...@@ -3,4 +3,4 @@ default=cd ../RSync && sbt compile ...@@ -3,4 +3,4 @@ default=cd ../RSync && sbt compile
skipTests=cd ../RSync && sbt compile skipTests=cd ../RSync && sbt compile
[run] [run]
cmd=cd ../RSync && sbt --error run bdd cmd=cd ../RSync && sbt --error "run bdd"
...@@ -3,4 +3,4 @@ default=cd ../RSync && sbt compile ...@@ -3,4 +3,4 @@ default=cd ../RSync && sbt compile
skipTests=cd ../RSync && sbt compile skipTests=cd ../RSync && sbt compile
[run] [run]
cmd=cd ../RSync && sbt --error run bdt-u cmd=cd ../RSync && sbt --error "run bdt-u"
...@@ -3,4 +3,4 @@ default=cd ../RSync && sbt compile ...@@ -3,4 +3,4 @@ default=cd ../RSync && sbt compile
skipTests=cd ../RSync && sbt compile skipTests=cd ../RSync && sbt compile
[run] [run]
cmd=cd ../RSync && sbt --error run bdt cmd=cd ../RSync && sbt --error "run bdt"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment