From a2496aac1e3f238e20b133fc23c331a19dc6cb20 Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro <gregd@basistech.com> Date: Mon, 9 Nov 2020 08:28:51 -0500 Subject: [PATCH] comment fix --- Core/build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/build.xml b/Core/build.xml index 3a2b99eb6d..43715c6778 100644 --- a/Core/build.xml +++ b/Core/build.xml @@ -240,14 +240,14 @@ </target> - <!-- - Putting junit on the classpath with a pathing jar fails (NoClassDefError’s). + <!-- This specifies the classpath for unit tests using * notation (i.e. https://stackoverflow.com/questions/219585/including-all-the-jars-in-a-directory-within-the-java-classpath). This solution involves taking the initial ‘module.run.classpath’ property and simplifying it to the directories containing jars (i.e. instead of “/dir/lib1.jar:/dir/lib2.jar:/dir/lib3.jar” it becomes “/dir/*” ). More information on ‘module.run.classpath’ can be found in “netbeans-plat\11.3\harness\README” and it appears that “netbeans-plat\11.3\harness\build.xml:build-init target is in charge of setting the ‘module.run.classpath’ variable. + More information in Jira: 6970. --> <target name="unit-test-path-simplification" depends="projectized-common.test-init"> <sequential> -- GitLab