From: Thomas Walker Lynch Date: Mon, 9 Dec 2024 11:25:02 +0000 (+0000) Subject: debugging ... X-Git-Url: https://git.reasoningtechnology.com/fossil/raw/src/makeheaders.c?a=commitdiff_plain;h=8751c1daa20cc843b1526bbbed26562d68d88a6a;p=Ariadne debugging ... --- diff --git a/tester/jvm/Test_Ariadne.jar b/tester/jvm/Test_Ariadne.jar index c787ef3..4e2f384 100644 Binary files a/tester/jvm/Test_Ariadne.jar and b/tester/jvm/Test_Ariadne.jar differ diff --git "a/tester/tool\360\237\226\211/env" "b/tester/tool\360\237\226\211/env" index f9001da..07ba8ec 100644 --- "a/tester/tool\360\237\226\211/env" +++ "b/tester/tool\360\237\226\211/env" @@ -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 diff --git "a/tester/tool\360\237\226\211/make" "b/tester/tool\360\237\226\211/make" index 15f469a..9f86f68 100755 --- "a/tester/tool\360\237\226\211/make" +++ "b/tester/tool\360\237\226\211/make" @@ -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