From d8de8dba648104bb18163ce6588324122e4b038b Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Fri, 24 Apr 2020 06:50:02 -0700 Subject: [PATCH] improved diagnostics --- build.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.xml b/build.xml index 87ee566be3..69b2030c89 100644 --- a/build.xml +++ b/build.xml @@ -72,6 +72,7 @@ --> <!-- + TODO Terry please confirm or improve this comment block JUnit 5 is not perfectly supported in Netbeans 11 at this time. This technique will all the "Test Project" choice in the "Run" menu to properly run junit 5 test. Running in other ways, such as individually, doesn't seem to work. @@ -79,6 +80,8 @@ --> <target name="test" depends="compile-test,-pre-test-run"> + <echo message="$work.dir=${work.dir}"/> + <echo message="$run.test.classpath=${run.test.classpath}"/> <java dir="${work.dir}" classpath="${run.test.classpath}" classname="org.junit.platform.console.ConsoleLauncher"> -- GitLab