summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/ant/templates/tool-unix.tmpl
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-08-06 13:08:36 +0000
committerPaul Phillips <paulp@improving.org>2011-08-06 13:08:36 +0000
commit6d45fddd4c6537fb343e901d58491b81475e3786 (patch)
treebf6fd74702f2c47c4a31f9917d43d955506be9b3 /src/compiler/scala/tools/ant/templates/tool-unix.tmpl
parent8709b52eef9a0c0b2600664e38e01af3423e93f6 (diff)
downloadscala-6d45fddd4c6537fb343e901d58491b81475e3786.tar.gz
scala-6d45fddd4c6537fb343e901d58491b81475e3786.tar.bz2
scala-6d45fddd4c6537fb343e901d58491b81475e3786.zip
Attacked classpaths to get "." off of it when i...
Attacked classpaths to get "." off of it when it's not actually specified. The commit makes me nervous, but there's no invisible way to fix something like this. ** Attention, this commit changes classpath handling ** We desperately need some way of testing that the classpath has certain qualities and does not have others; partest is not that way. Closes SI-4857, no review.
Diffstat (limited to 'src/compiler/scala/tools/ant/templates/tool-unix.tmpl')
-rw-r--r--src/compiler/scala/tools/ant/templates/tool-unix.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/ant/templates/tool-unix.tmpl b/src/compiler/scala/tools/ant/templates/tool-unix.tmpl
index a3dc58263b..354a8c3644 100644
--- a/src/compiler/scala/tools/ant/templates/tool-unix.tmpl
+++ b/src/compiler/scala/tools/ant/templates/tool-unix.tmpl
@@ -154,7 +154,7 @@ fi
$JAVA_OPTS \
"${java_args[@@]}" \
${CPSELECT}${TOOL_CLASSPATH} \
- -Dscala.usejavacp=true \
+ -Dscala.usejavacp=false \
-Dscala.home="$SCALA_HOME" \
-Denv.emacs="$EMACS" \
$CYGWIN_JLINE_TERMINAL \