DORMANTno replies

[JGIT PATCH] Allow jgit to load additional user classes

From: Shawn O. Pearce <hidden>
Date: 2016-06-15 22:45:08
Subsystem: the rest · Maintainer: Linus Torvalds

Users may want to develop their own custom programs (implementations
of TextBuiltin) and add them into the jgit runtime for command line
usage.  We now load additional classes from $JGIT_CLASSPATH, if it
was defined when the process started.

To avoid users replacing our own internal commands or classes we
put the user classpath behind our own, ensuring all of our standard
classes and resources are found first.

Signed-off-by: Shawn O. Pearce <redacted>
---
 jgit.sh |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/jgit.sh b/jgit.sh
index 121beec..6b9b224 100755
--- a/jgit.sh
+++ b/jgit.sh
@@ -15,6 +15,11 @@ else
 	java_args=
 fi
 
+if [ -n "$JGIT_CLASSPATH" ]
+then
+	cp="$cp:$JGIT_CLASSPATH"
+fi
+
 # Cleanup paths for Cygwin.
 #
 case "`uname`" in
-- 
1.5.4.5

-- 
Shawn.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help