this.setOutputPaths(Paths.get(IOUtils.OUTPUT_DIR));// TODO [priority=high] [task=bugfix] [Error?] this is a relative path. If you start the application via eclipse this will be VadereParent/output
this.finishedListener=scenarioFinishedListener;
}
/**
...
...
@@ -61,9 +63,6 @@ public class ScenarioRun implements Runnable {
try{
logger.info(String.format("Initializing scenario. Start of scenario '%s'...",scenario.getName()));