summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-10-07 06:47:00 +0000
committerPaul Phillips <paulp@improving.org>2010-10-07 06:47:00 +0000
commiteccc23e2e520c66aa72e229313efc33463df1eaa (patch)
treeb5540fec2d8d8016793c4738c70eb836711d7ca0 /build.xml
parent34c872d1a775697b1c76ff78f49b84c8ca39f42e (diff)
downloadscala-eccc23e2e520c66aa72e229313efc33463df1eaa.tar.gz
scala-eccc23e2e520c66aa72e229313efc33463df1eaa.tar.bz2
scala-eccc23e2e520c66aa72e229313efc33463df1eaa.zip
Fixed build.xml so scalacheck won't fail to com...
Fixed build.xml so scalacheck won't fail to compile anytime there are partial build artifacts. No review.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index e430e9693a..6acb77f26f 100644
--- a/build.xml
+++ b/build.xml
@@ -650,7 +650,8 @@ QUICK BUILD (QUICK)
jvmargs="${scalacfork.jvmargs}">
<include name="**/*.scala"/>
<compilationpath>
- <pathelement location="${build-quick.dir}/classes/library"/>
+ <pathelement location="${build-quick.dir}/classes/library"/>
+ <pathelement location="${build-quick.dir}/classes/scalacheck"/>
</compilationpath>
</scalacfork>
</target>