aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 1948bda3d..b5f33ace2 100644
--- a/build.xml
+++ b/build.xml
@@ -1034,10 +1034,13 @@ NOTE:
<echo message="the FORREST_HOME environment variable is set (see http://forrest.apache.org/)"/>
<echo message="FORREST_HOME = ${forrest.home}"/>
-->
- <echo message="Make sure you have a propper Forrest installation (see http://forrest.apache.org/)"/>
+ <echo message="Make sure you have a proper Forrest installation (see http://forrest.apache.org/)"/>
<!--<antcall target="site"/>-->
- <exec executable="forrest"/>
+ <condition property="forrest.call" value="forrest.bat" else="forrest">
+ <os family="windows"/>
+ </condition>
+ <exec executable="${forrest.call}"/>
</target>
<!-- =================================================================== -->