summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-12-17 07:54:53 +0000
committermichelou <michelou@epfl.ch>2006-12-17 07:54:53 +0000
commiteabd3ebf0ce7dc8a8e46b514a9166c5a17662085 (patch)
tree2649fe2b5e575d8ca48962e09c5fdbeed2f7c3c1 /build.xml
parent635b88be42124cf8afa450a32eda83a3698a44e2 (diff)
downloadscala-eabd3ebf0ce7dc8a8e46b514a9166c5a17662085.tar.gz
scala-eabd3ebf0ce7dc8a8e46b514a9166c5a17662085.tar.bz2
scala-eabd3ebf0ce7dc8a8e46b514a9166c5a17662085.zip
fixed dependency test in all build.xml files
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/build.xml b/build.xml
index a75dbcebfc..53af1440ab 100644
--- a/build.xml
+++ b/build.xml
@@ -82,14 +82,9 @@ INITIALISATION
<!-- Setting-up Ant contrib tasks -->
<taskdef resource="net/sf/antcontrib/antlib.xml"
classpath="${ant-contrib.jar}"/>
- <echo level="verbose" message="ANT_HOME=${env.ANT_HOME}"/>
- <fail
- message="External library ${ant-contrib.jar} requires variable ANT_HOME to be set"
- unless="env.ANT_HOME"
- />
<fail message="External library ${ant-contrib.jar} requires the optional Ant tasks to be installed">
<condition><not><and>
- <available file="${env.ANT_HOME}/lib/ant-nodeps.jar"/>
+ <available file="${ant.home}/lib/ant-nodeps.jar"/>
</and></not></condition>
</fail>
<!-- Making sure enough memory is available -->