summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/build.xml b/build.xml
index bed8d38e27..467452b9da 100644
--- a/build.xml
+++ b/build.xml
@@ -354,11 +354,10 @@
</target>
<target name="-check-forrest-installed" unless="env.FORREST_HOME">
- <echo>
- Please install apache forrest and set the
- FORREST_HOME environment variable.
- </echo>
- <fail/>
+ <echo>Please install Apache Forrest (see
+&lt;http://xml.apache.org/forrest/index.html&gt;) and set the
+FORREST_HOME environment variable!</echo>
+ <fail message="Apache Forrest is not installed."/>
</target>
<!-- <target name="check-docs">-->