Overview
The junit5-jupiter-starter-ant build process relies on pre install actions executed by its build.sh. These actions are:
- Load and extract Ant binary distro from Apache mirror to the local workspace.
- Load and store
junit-platform-console-standalone jar in local ant installation.
- Call
ant with default test task.
The first two steps need to be replaced with Ant Wrapper feature.
Deliverables
Overview
The
junit5-jupiter-starter-antbuild process relies on pre install actions executed by itsbuild.sh. These actions are:junit-platform-console-standalonejar in local ant installation.antwith defaulttesttask.The first two steps need to be replaced with Ant Wrapper feature.
Deliverables
antwsupport and make sure everythings builds fine.junit5-jupiter-starter-antin build-all-samples program.