summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Klute <klute@apache.org>2003-08-02 19:48:57 +0000
committerRainer Klute <klute@apache.org>2003-08-02 19:48:57 +0000
commit4b9a5a046ded478ef93fb355a24e62729ff64673 (patch)
tree41a6b14bafa3fd945da729639e74695e301126ba
parent1c072c0cbcba2b8375db1a6cc7ddf297a3cf3369 (diff)
downloadpoi-4b9a5a046ded478ef93fb355a24e62729ff64673.tar.gz
poi-4b9a5a046ded478ef93fb355a24e62729ff64673.zip
Forrest URL added.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353283 13f79535-47bb-0310-9956-ffa450edef68
-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">-->