summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-11-03 04:51:52 +0000
committerPaul Phillips <paulp@improving.org>2011-11-03 04:51:52 +0000
commit938eab16f841fee67b2e34c983a7a2a6a5998127 (patch)
tree0c576763abf934891b519c61dfe5889541955f71 /build.xml
parentb6778be91900b8161e705dc2598ef7af86842b0b (diff)
downloadscala-938eab16f841fee67b2e34c983a7a2a6a5998127.tar.gz
scala-938eab16f841fee67b2e34c983a7a2a6a5998127.tar.bz2
scala-938eab16f841fee67b2e34c983a7a2a6a5998127.zip
ScalaClassLoader changes.
Lots of fiddling in the interests of a better classloading future.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/build.xml b/build.xml
index 7e2167dc57..accaa92ec0 100644
--- a/build.xml
+++ b/build.xml
@@ -1602,14 +1602,12 @@ BOOTRAPING TEST AND TEST SUITE
</target>
<target name="test.scaladoc" depends="pack.done">
- <partest erroronfailed="yes" scalacopts="${scalac.args.optimise}"
- showlog="yes">
+ <partest erroronfailed="yes" scalacopts="${scalac.args.optimise}" showlog="yes">
<compilationpath>
<path refid="pack.classpath"/>
+ <fileset dir="${partest.dir}/files/lib" includes="*.jar" />
</compilationpath>
- <scalachecktests dir="test/scaladoc/scala">
- <include name="**/*.scala"/>
- </scalachecktests>
+ <scalachecktests dir="${partest.dir}/scaladoc/scala" includes="**/*.scala" />
</partest>
</target>