diff options
Diffstat (limited to 'build.xml')
-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">--> |