]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Build should work without Forrest installed
authorChristian Geisert <chrisg@apache.org>
Tue, 27 Sep 2005 13:16:59 +0000 (13:16 +0000)
committerChristian Geisert <chrisg@apache.org>
Tue, 27 Sep 2005 13:16:59 +0000 (13:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@291934 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index c7caf4650bea5f348bf07004b12527ee1010b1cc..c131f5b6c0648a37afb8d42e1d07e6b0eebaf58a 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -188,7 +188,7 @@ list of possible build targets.
   <!-- Importing Apache Forrest for building the docs -->
   <property environment="env"/>
   <property name="forrest.home" value="${env.FORREST_HOME}"/>
-  <import file="${env.FORREST_HOME}/main/forrest.build.xml"/>
+  <import file="${env.FORREST_HOME}/main/forrest.build.xml" optional="true"/>
 
   <!-- =================================================================== -->
   <!-- Initialization target                                               -->
@@ -915,10 +915,13 @@ list of possible build targets.
   <!-- =================================================================== -->
   <!-- Creates the documentation                                           -->
   <!-- =================================================================== -->
-  <target name="docs" depends="site" description="Generates documentation">
+  <target name="docs" description="Generates documentation">
     <echo message="Building documentation with Forrest..."/>
     <echo message="Make sure that you have installed Apache Forrest and"/>
     <echo message="the FORREST_HOME environment variable is set (see http://forrest.apache.org/)"/>
+    <echo message="FORREST_HOME = ${forrest.home}"/>
+
+    <antcall target="site"/>
   </target>
   
   <!-- =================================================================== -->