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
...
...
@@ -109,8 +108,6 @@ public class ScenarioRun implements Runnable {
if(finishedListener!=null)
finishedListener.scenarioFinished(scenario);
passiveCallbacks.clear();
logger.info(String.format("Simulation of scenario %s finished.",scenario.getName()));
}
...
...
@@ -232,11 +229,11 @@ public class ScenarioRun implements Runnable {