]> source.dussan.org Git - poi.git/commitdiff
Forrest URL added.
authorRainer Klute <klute@apache.org>
Sat, 2 Aug 2003 19:48:57 +0000 (19:48 +0000)
committerRainer Klute <klute@apache.org>
Sat, 2 Aug 2003 19:48:57 +0000 (19:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353283 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index bed8d38e279afda1db21e4db23649d67f20e0701..467452b9daf93907f738e1623218989601bc285f 100644 (file)
--- a/build.xml
+++ b/build.xml
     </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">-->