]> source.dussan.org Git - poi.git/commitdiff
Make gump target output also javadocs: major change to "site" build.
authorNicola Ken Barozzi <nicolaken@apache.org>
Tue, 19 Mar 2002 09:22:47 +0000 (09:22 +0000)
committerNicola Ken Barozzi <nicolaken@apache.org>
Tue, 19 Mar 2002 09:22:47 +0000 (09:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352254 13f79535-47bb-0310-9956-ffa450edef68

tools/centipede/targets/docs.xtarget
tools/centipede/targets/robot.xtarget
tools/centipede/targets/test.xtarget

index c426c30474871d0ad1bea6e1e8ea26d06d290f96..6da45ff029be97d90ddc9587a56127ec1b120375 100644 (file)
   <!-- Creates the web site                                                -->
   <!-- =================================================================== -->
   <target name="site" depends="docs, javadocs"
-      description="Generates the web site (for site maintainers only)">
-    <mkdir dir="${site}"/>
-    <copy todir="${site}" filtering="off">
-      <fileset dir="${build.docs}">
-      </fileset>
-    </copy>
-    <copy todir="${site}/apidocs" filtering="off">
-      <fileset dir="${build.javadocs}"/>
-    </copy>
+      description="Generates the web site">
   </target>
 
   <!-- =================================================================== -->
index 66d12f16b1787e2077fdcff9dc350897ae536509..d1c5128f14ed85cf40d37fa5b5b092b7a42500e6 100644 (file)
@@ -77,7 +77,7 @@ tofile="${build.patchqueue}/patchqueue2text4dev.xsl"/>
   <!-- =================================================================== -->
   <!-- Calls the targets needed for Gump                                   -->
   <!-- =================================================================== -->  
-  <target name="gump" depends="testmodule">
+  <target name="gump" depends="testmodule, apidocs">
   </target>
   
   
index 089a364770eb0a349f0e94494baa5fe0d8c0c416..3e1e0eacff5fb57524f4217e1268ec078e2d90a7 100644 (file)
@@ -46,6 +46,6 @@
   <!-- =================================================================== -->
   <!-- Testing that all major targets work; useful before a commit         -->
   <!-- =================================================================== -->
-  <target name="testmodule" depends="clean, test, docs
+  <target name="testmodule" depends="clean, test, site
           description="Testing that all major targets work; useful before a commit  ">
   </target>