summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/ant/FastScalac.scala
diff options
context:
space:
mode:
authorVlad Ureche <vlad.ureche@gmail.com>2012-06-08 01:14:17 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-06-08 15:34:45 +0200
commit94db9d983cdd28c053e568b6185fe2494bd7ffec (patch)
treecfe978c998772eaba085fbe7925b8b0bd10ee8fe /src/compiler/scala/tools/ant/FastScalac.scala
parent0c153ee15e714e0ca8752151012b8f1fa9642983 (diff)
downloadscala-94db9d983cdd28c053e568b6185fe2494bd7ffec.tar.gz
scala-94db9d983cdd28c053e568b6185fe2494bd7ffec.tar.bz2
scala-94db9d983cdd28c053e568b6185fe2494bd7ffec.zip
Reverting 22c8dec5 and preventing bootstapping in scaladoc
Review by @dragos, @jsuereth. Required bootstrapping because the starr was ant tasks were invoking locker with -Ysourcepath instead of -sourcepath.
Diffstat (limited to 'src/compiler/scala/tools/ant/FastScalac.scala')
-rw-r--r--src/compiler/scala/tools/ant/FastScalac.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/ant/FastScalac.scala b/src/compiler/scala/tools/ant/FastScalac.scala
index 616c93faeb..c0d7441ad5 100644
--- a/src/compiler/scala/tools/ant/FastScalac.scala
+++ b/src/compiler/scala/tools/ant/FastScalac.scala
@@ -100,7 +100,7 @@ class FastScalac extends Scalac {
List(
/*scalac*/
s.bootclasspath, s.classpath, s.extdirs, s.dependencyfile, s.encoding,
- s.outdir, s.Ysourcepath,
+ s.outdir, s.sourcepath,
/*fsc*/
s.server
) filter (_.value != "") flatMap (x => List(x.name, x.value))