From 251f5ce1a63eac4a49e60cce95da6ca73930bb56 Mon Sep 17 00:00:00 2001 From: Lex Spoon Date: Wed, 24 Jan 2007 15:09:42 +0000 Subject: put Scala jar's on the actual bootclasspath of ... put Scala jar's on the actual bootclasspath of the JVM, not just in a property --- debian/command-scripts/scalac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/command-scripts') diff --git a/debian/command-scripts/scalac b/debian/command-scripts/scalac index bcfbbb62ac..97c3069bb6 100755 --- a/debian/command-scripts/scalac +++ b/debian/command-scripts/scalac @@ -3,5 +3,6 @@ JAVA_DIR=/usr/share/java SCALAC_CLASSPATH=$JAVA_DIR/scala-library.jar:$JAVA_DIR/scala-compiler.jar exec ${JAVACMD:=java} -Xmx256M -Xms16M \ + -Xbootclasspath/a:$SCALAC_CLASSPATH \ -classpath $SCALAC_CLASSPATH -Dscala.boot.class.path=$SCALAC_CLASSPATH \ - scala.tools.nsc.Main "$@" + scala.tools.nsc.Main "$@" -- cgit v1.2.3