summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
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 -->