]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Added docs building with forrest
authorChristian Geisert <chrisg@apache.org>
Tue, 27 Sep 2005 08:46:03 +0000 (08:46 +0000)
committerChristian Geisert <chrisg@apache.org>
Tue, 27 Sep 2005 08:46:03 +0000 (08:46 +0000)
(needs Ant 1.6 and you need to run forrest once manually
 as there's a bug with the plugin download)

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@291860 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index ec713211997656549fd03ba43b52723efc53a317..c7caf4650bea5f348bf07004b12527ee1010b1cc 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -185,6 +185,11 @@ list of possible build targets.
   <property name="dist.bin.result.dir" value="${dist.bin.dir}/${name}-${version}"/>
   <property name="dist.src.result.dir" value="${dist.src.dir}/${name}-${version}"/>
 
+  <!-- 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"/>
+
   <!-- =================================================================== -->
   <!-- Initialization target                                               -->
   <!-- =================================================================== -->
@@ -907,6 +912,15 @@ list of possible build targets.
 
   <target name="checkstyle" depends="checkstyle-avail, checkstyle-check, checkstyle-html" description="Runs Checkstyle for a code quality report"/>
 
+  <!-- =================================================================== -->
+  <!-- Creates the documentation                                           -->
+  <!-- =================================================================== -->
+  <target name="docs" depends="site" 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/)"/>
+  </target>
+  
   <!-- =================================================================== -->
   <!-- Creates the distribution                                            -->
   <!-- =================================================================== -->