summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorJosh Suereth <joshua.suereth@gmail.com>2011-12-02 09:25:35 -0500
committerPaul Phillips <paulp@improving.org>2011-12-02 14:16:14 -0800
commit612a8f30244c035e1ca60270276a432339469d82 (patch)
treea47d5da4acba7340163d31c9bae56658dc8acf07 /build.xml
parent8be1cfc777352a2e65344ebc1413dd9398379081 (diff)
downloadscala-612a8f30244c035e1ca60270276a432339469d82.tar.gz
scala-612a8f30244c035e1ca60270276a432339469d82.tar.bz2
scala-612a8f30244c035e1ca60270276a432339469d82.zip
Add pull-binary-libs.sh warning.
Added better warning message if you've forgotten to run pull-binary-libs.sh after initial checkout.
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 1694ba8b7a..d7c523a618 100644
--- a/build.xml
+++ b/build.xml
@@ -202,6 +202,8 @@ INITIALISATION
============================================================================ -->
<target name="init">
+ <available file="${lib.dir}/scala-library.jar" property="starr.present"/>
+ <fail unless="starr.present" message="Could not find STARR. Have your run the pull-binary-libs.sh script?"/>
<!-- scalac.args.optimise is selectively overridden in certain antcall tasks. -->
<property name="scalac.args.optimise" value=""/>
<!-- scalac.args.quickonly are added to quick.* targets but not others (particularly, locker.)