debugging ...
authorThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Mon, 9 Dec 2024 11:25:02 +0000 (11:25 +0000)
committerThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Mon, 9 Dec 2024 11:25:02 +0000 (11:25 +0000)
tester/jvm/Test_Ariadne.jar
tester/tool🖉/env
tester/tool🖉/make

index c787ef3..4e2f384 100644 (file)
Binary files a/tester/jvm/Test_Ariadne.jar and b/tester/jvm/Test_Ariadne.jar differ
index f9001da..07ba8ec 100644 (file)
@@ -27,7 +27,7 @@ export PATH=\
 
 # Use this when leaving open the option to check in edits to the third party project
 #   sources.  (after cloning/pulling the project, build it with sources, the
-#   classes and sources will be in the scratchpad directory)
+#   classes and links to the sources will be in the scratchpad directory)
 #
 # And, when leaving open the option to edit Ariadne sources directly (some
 # development workflows might not accommodate this. Be sure that Ariadne was built
index 15f469a..9f86f68 100755 (executable)
@@ -13,7 +13,7 @@ echo "Compiling files..."
 
   set -x
   cd $REPO_HOME/tester
-  javac -g -d scratchpad javac/*.java
+  javac -g -d scratchpad javac🖉/*.java
   jar cf jvm/Test_"$PROJECT".jar -C scratchpad .
   set +x