summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-09-21 14:04:26 +0000
committerPaul Phillips <paulp@improving.org>2009-09-21 14:04:26 +0000
commitd117803f2a305608bc283359215642feee6448e1 (patch)
treeed29ea5104ed53ebfeefcf4219b8712c3528b166 /build.xml
parentd5b02c8652d7edbdfb0b5a02570d370d3bad299f (diff)
downloadscala-d117803f2a305608bc283359215642feee6448e1.tar.gz
scala-d117803f2a305608bc283359215642feee6448e1.tar.bz2
scala-d117803f2a305608bc283359215642feee6448e1.zip
Re-enabled the self-type check which was breaki...
Re-enabled the self-type check which was breaking the overall build in favor of disabling the check only when running scaladoc. This still requires attention!
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 3b8b20edec..e880a9475c 100644
--- a/build.xml
+++ b/build.xml
@@ -1148,6 +1148,7 @@ DOCUMENTATION
<stopwatch name="docs.lib.timer"/>
<mkdir dir="${build-docs.dir}/library"/>
<scaladoc
+ addParams="-Ysuppress-vt-typer-warnings"
destdir="${build-docs.dir}/library"
windowtitle="Scala Library"
doctitle="Scala ${version.number} API"
@@ -1231,6 +1232,7 @@ DOCUMENTATION
<stopwatch name="docs.comp.timer"/>
<mkdir dir="${build-docs.dir}/compiler"/>
<scaladoc
+ addParams="-Ysuppress-vt-typer-warnings"
destdir="${build-docs.dir}/compiler"
windowtitle="Scala Compiler"
doctitle="Scala Compiler ${version.number} API"