From: Thomas Walker Lynch Date: Mon, 9 Dec 2024 09:41:37 +0000 (+0000) Subject: link fixes doc update X-Git-Url: https://git.reasoningtechnology.com/style/static/gitweb.css?a=commitdiff_plain;h=8423aa24a4fc66912d7f3cc6aad3058f62231bb3;p=Mosaic link fixes doc update --- diff --git "a/document\360\237\226\211/see_also" "b/document\360\237\226\211/see_also" index afbcbfb..02eb81c 120000 --- "a/document\360\237\226\211/see_also" +++ "b/document\360\237\226\211/see_also" @@ -1 +1 @@ -../tool_shared/third_party/RT-incommon/document🖉/ \ No newline at end of file +../tool_shared/third_party/RT-project-share/document🖉/ \ No newline at end of file diff --git a/env_developer b/env_developer index 3089081..864cb5e 120000 --- a/env_developer +++ b/env_developer @@ -1 +1 @@ -tool_shared/third_party/RT-incommon/release/bash/env_developer \ No newline at end of file +tool_shared/third_party/RT-project-share/release/bash/env_developer \ No newline at end of file diff --git a/env_tester b/env_tester index 81d9f79..4dcdc19 120000 --- a/env_tester +++ b/env_tester @@ -1 +1 @@ -tool_shared/third_party/RT-incommon/release/bash/env_tester \ No newline at end of file +tool_shared/third_party/RT-project-share/release/bash/env_tester \ No newline at end of file diff --git "a/tester/tool\360\237\226\211/env" "b/tester/tool\360\237\226\211/env" index 9ff8086..d09ab05 100644 --- "a/tester/tool\360\237\226\211/env" +++ "b/tester/tool\360\237\226\211/env" @@ -31,10 +31,14 @@ export CLASSPATH=\ :"$CLASSPATH" export SOURCEPATH=\ -"$REPO_HOME"/tester/bash\ "$REPO_HOME"/tester/javac/\ :"$REPO_HOME"/developer/scratchpad/\ +# so we can run individual built tests wrappers +export PATH=\ +"$REPO_HOME"/tester/bash\ +:"$PATH" + # misc diff --git "a/tool_shared/bespoke\360\237\226\211/env" "b/tool_shared/bespoke\360\237\226\211/env" index aac42da..598c31f 100644 --- "a/tool_shared/bespoke\360\237\226\211/env" +++ "b/tool_shared/bespoke\360\237\226\211/env" @@ -66,13 +66,11 @@ fi dirname "$(script_fp)" } -# -------------------------------------------------------------------------------- -# Exports -# Bash has no 'closure' hence when exporting a function, one must also export all the pieces. -# do not export script_afp - export -f script_adp script_fn script_dp script_fp +# -------------------------------------------------------------------------------- +# closing + export ENV=$(script_fp) echo ENV "$ENV" diff --git "a/tool_shared/document\360\237\226\211/install.txt" "b/tool_shared/document\360\237\226\211/install.txt" index a753869..fcc54b2 100644 --- "a/tool_shared/document\360\237\226\211/install.txt" +++ "b/tool_shared/document\360\237\226\211/install.txt" @@ -15,9 +15,18 @@ RT-project-share This pulls in documents and commonly used scripts. The project has symbolic links into RT-icommon, so this is not optional. +If the project is installed on you system, perhaps so that it can be shared +with many projects without duplicating it: + + ln -snf ~/RT-project-share "$REPO_HOME"/tool_shared/third_party + +If you want a local install: + cd "$REPO_HOME/tool_shared/third_party/" git clone https://github.com/Thomas-Walker-Lynch/RT-project-share.git - ln -s "$REPO_HOME/tool_shared/third_party/resource/document" see_also + + note this link should already be present: + ln -s "$REPO_HOME/tool_shared/third_party/resource/document" see_also ---------------------------------------- jdk-23