diff options
author | Rainer Klute <klute@apache.org> | 2003-08-02 19:48:57 +0000 |
---|---|---|
committer | Rainer Klute <klute@apache.org> | 2003-08-02 19:48:57 +0000 |
commit | 4b9a5a046ded478ef93fb355a24e62729ff64673 (patch) | |
tree | 41a6b14bafa3fd945da729639e74695e301126ba | |
parent | 1c072c0cbcba2b8375db1a6cc7ddf297a3cf3369 (diff) | |
download | poi-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.xml | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 +<http://xml.apache.org/forrest/index.html>) and set the +FORREST_HOME environment variable!</echo> + <fail message="Apache Forrest is not installed."/> </target> <!-- <target name="check-docs">--> |