- 11 Jul, 2019 1 commit
-
-
This new class is used by: - VadereApplication - VadereConsole - PostVisualization Now, all Vadere applications have a unified interface to pass arguments on command line. Watch out: The method "VadereConsole.addSubCommandsToParser()" should be moved to "VadereArgumentParser".
-
- 01 Mar, 2019 1 commit
-
-
- 26 Feb, 2019 1 commit
-
-
Benedikt Zoennchen authored
-
- 25 Feb, 2019 1 commit
-
-
Benedikt Kleinmeier authored
Moved configuration of Maven's code coverage plugin "JaCoCo" from subprojects to top-level "pom.xml".
-
- 22 Feb, 2019 1 commit
-
-
adrianhollow authored
-
- 23 Oct, 2018 1 commit
-
-
Benedikt Zoennchen authored
refactoring of the module / package structure: potentialfield calculators are now in the module simulation and the module meshing requires the module utils which is again the module without dependencies. simulation depends on meshing
-
- 22 Oct, 2018 1 commit
-
-
Benedikt Zoennchen authored
-
- 30 Jul, 2018 1 commit
-
-
Benedikt Kleinmeier authored
Moved CI helper scripts to "Tools/ContinuousIntegration" and enabled Java assertions in POM files and helper scripts. .gitlab-ci.yml: - Refactored complete file: moved comment on top of file. - Call helper scripts in "Tools/ContinuousIntegration" instead of just "Tools". Tools/ContinuousIntegration/run_vadere_console_with_all_scenario_files.py: - Execute scenario files alphabetically. - Use "-enableassertions" when invoking Java. POM files: - Use "<enableAssertions>true</enableAssertions>" to be independent of SureFire's default settings.
-
- 16 May, 2018 2 commits
-
-
Benedikt Kleinmeier authored
In "pom.xml" files, added "failIfNoTests" to avoid that module is (wrongly) marked as error if no tests were executed.
-
Benedikt Kleinmeier authored
Otherwise, a module is flagged as error if no unit tests were executed at all.
-
- 26 Apr, 2018 1 commit
-
-
Benedikt Kleinmeier authored
In "pom.xml" of "VadereGui", "VadereSimultor", "VadereState" and "VadereUtils", use version 2.19 of Surefire plugin to be able to skip tests via CLI. Version 2.19 or higher of Surefire plugin allows to use following notation to skip tests: mvn test -Dtest=!LegacyTest Note: maybe, use "mvn test -Dtest=\!LegacyTest" (with escape character) to avoid shell interpretation of exlemation mark.
-
- 22 Jan, 2018 1 commit
-
-
Benedikt Zoennchen authored
-
- 15 Jan, 2018 1 commit
-
-
Benedikt Zoennchen authored
-
- 20 Dec, 2017 2 commits
-
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
Extended "pom.xml" to generate coverage reports in CSV, HTML and XML by using "jacoco-maven-plugin". Generate reports by executing: mvn test Generated reports are located in: <project_root>/target/site/coverage-reports Now, this Maven config can be used to activate report generation in Gitlab.
-
- 06 Oct, 2017 3 commits
-
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
- 04 Oct, 2017 1 commit
-
-
Benedikt Zoennchen authored
-
- 14 Sep, 2017 1 commit
-
-
Benedikt Zoennchen authored
-
- 04 Apr, 2017 1 commit
-
-
Benedikt Zoennchen authored
-
- 28 Mar, 2017 1 commit
-
-
Benedikt Zoennchen authored
-
- 07 Feb, 2017 1 commit
-
-
Benedikt Zoennchen authored
-
- 22 Sep, 2016 1 commit
-
-
Benedikt Zoennchen authored
-
- 11 Aug, 2016 1 commit
-
-