RFR: 7903055: Replace `junit.jar` with `junit-platform-console-standalone` artifact

Jonathan Gibbons jjg at openjdk.java.net
Thu Mar 3 15:58:23 UTC 2022


On Thu, 3 Mar 2022 06:58:35 GMT, Christian Stein <cstein at openjdk.org> wrote:

> https://bugs.openjdk.java.net/browse/CODETOOLS-7903055

Please try and retain the full base name of the JUnit jar file(s).   This is used and displayed as part of the jtreg version info.

make/build.sh line 559:

> 557: 
> 558:     if [ -n "${JUNIT_JAR_URL:-}" ]; then
> 559:         JUNIT_JAR="${JUNIT_DEPS_DIR}/junit.jar"

It would be nicer to retain the full base name of the jar file if possible

-------------

Changes requested by jjg (Lead).

PR: https://git.openjdk.java.net/jtreg/pull/63


More information about the jtreg-dev mailing list