diff --git a/build.xml b/build.xml
index 87ee566be3be1b4d323bc688147d564813977379..69b2030c8900cbdda3bcce2d0cae3776b532e036 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">