Open
Description
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 defaulttest
task.
The first two steps need to be replaced with Ant Wrapper feature.
Deliverables
- Add some
antw
support and make sure everythings builds fine. - Include
junit5-jupiter-starter-ant
in build-all-samples program.