From e9a60f236b00d417ddd6fd2ac30448f0228b2921 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 11 Feb 2010 15:10:45 +0000 Subject: More work on classpaths. which we must have no test cases at all. In the short term there will probably be a few more minor disruptions since with classpaths constructed a half dozen different ways, achieving consistency requires flushing out the undocumented accidents upon which any given island might depend. Review by community. --- tools/pathResolver | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tools/pathResolver') diff --git a/tools/pathResolver b/tools/pathResolver index 4deb8595e9..efff45ea62 100755 --- a/tools/pathResolver +++ b/tools/pathResolver @@ -1,4 +1,11 @@ #!/bin/sh # -scala scala.tools.util.PathResolver $* \ No newline at end of file +WHICH=`which scala` +BASE=`dirname $WHICH` +LIBDIR=$BASE/../lib + +echo Using ${WHICH}. +echo + +java -cp "${LIBDIR}/*" scala.tools.util.PathResolver $* -- cgit v1.2.3