From ae0b5fd298099b69c20f92761c2dc083fb591822 Mon Sep 17 00:00:00 2001 From: michelou Date: Thu, 2 Oct 2003 15:50:12 +0000 Subject: - added RUNTIME_CLASSES in classpath for dtd2sc... - added RUNTIME_CLASSES in classpath for dtd2scala and scalap --- sources/bin/.scala_wrapper.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sources/bin') diff --git a/sources/bin/.scala_wrapper.tmpl b/sources/bin/.scala_wrapper.tmpl index e5f08fae76..b5197ee385 100644 --- a/sources/bin/.scala_wrapper.tmpl +++ b/sources/bin/.scala_wrapper.tmpl @@ -321,6 +321,7 @@ exec_dtd2scala() { [ $# -gt 0 ] || abort "internal error"; # compute Java classpath + append_path JAVA_CLASSPATH RUNTIME_CLASSES; append_path JAVA_CLASSPATH TOOLS_CLASSES; # invoke Java @@ -328,12 +329,13 @@ exec_dtd2scala() { "$@"; } -# Starts a program using dtd2scala. The given arguments are passed to +# Starts a program using scalap. The given arguments are passed to # exec_java. They must, at least, contain the name of the main class. exec_scalap() { [ $# -gt 0 ] || abort "internal error"; # compute Java classpath + append_path JAVA_CLASSPATH RUNTIME_CLASSES; append_path JAVA_CLASSPATH TOOLS_CLASSES; # compute Scala classpath and bootclasspath -- cgit v1.2.3