-../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
-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
-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
:"$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
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"
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