link fixes doc update
authorThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Mon, 9 Dec 2024 09:41:37 +0000 (09:41 +0000)
committerThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Mon, 9 Dec 2024 09:41:37 +0000 (09:41 +0000)
documentđź–‰/see_also
env_developer
env_tester
tester/toolđź–‰/env
tool_shared/bespokeđź–‰/env
tool_shared/documentđź–‰/install.txt

index afbcbfb..02eb81c 120000 (symlink)
@@ -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
index 3089081..864cb5e 120000 (symlink)
@@ -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
index 81d9f79..4dcdc19 120000 (symlink)
@@ -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
index 9ff8086..d09ab05 100644 (file)
@@ -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
 
index aac42da..598c31f 100644 (file)
@@ -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"
 
index a753869..fcc54b2 100644 (file)
@@ -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