- 01 Mar, 2019 1 commit
-
-
- 27 Feb, 2019 2 commits
-
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
- 26 Feb, 2019 1 commit
-
-
Benedikt Zoennchen authored
-
- 25 Feb, 2019 2 commits
-
-
Benedikt Kleinmeier authored
Moved configuration of Maven's code coverage plugin "JaCoCo" from subprojects to top-level "pom.xml".
-
Benedikt Kleinmeier authored
-
- 22 Feb, 2019 1 commit
-
-
adrianhollow authored
-
- 06 Feb, 2019 1 commit
-
-
Benedikt Kleinmeier authored
-
- 16 Jan, 2019 1 commit
-
-
Benedikt Kleinmeier authored
Replaced Git hooks by Git command in "VadereSimulator/pom.xml" to create "VadereSimulator/resources/current_commit_hash.txt".
-
- 05 Dec, 2018 1 commit
-
-
Benedikt Zoennchen authored
-
- 22 Nov, 2018 1 commit
-
-
Stefan Schuhbaeck 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
-
- 11 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.
-
- 04 May, 2018 1 commit
-
-
Stefan Schuhbaeck authored
-
- 27 Apr, 2018 2 commits
-
-
Stefan Schuhbaeck authored
-
Stefan Schuhbaeck authored
-
- 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.
-
- 21 Dec, 2017 1 commit
-
-
Benedikt Kleinmeier authored
Added coverage generation to "pom.xml" of following projects: VadereGui, VadereSimulator and VadereState Now, coverage report is generated (under "<project>/target/site/coverage-reports/") when using mvn test
-
- 11 Aug, 2016 1 commit
-
-