nicolaken 02/03/19 01:22:47
Modified: tools/centipede/targets docs.xtarget robot.xtarget
test.xtarget
Log:
Make gump target output also javadocs: major change to "site" build.
Revision Changes Path
1.2 +1 -9 jakarta-poi/tools/centipede/targets/docs.xtarget
Index: docs.xtarget
===================================================================
RCS file: /home/cvs/jakarta-poi/tools/centipede/targets/docs.xtarget,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- docs.xtarget 3 Mar 2002 22:25:27 -0000 1.1
+++ docs.xtarget 19 Mar 2002 09:22:47 -0000 1.2
@@ -129,15 +129,7 @@
<!-- 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>
<!-- =================================================================== -->
1.4 +1 -1 jakarta-poi/tools/centipede/targets/robot.xtarget
Index: robot.xtarget
===================================================================
RCS file: /home/cvs/jakarta-poi/tools/centipede/targets/robot.xtarget,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- robot.xtarget 15 Mar 2002 13:37:24 -0000 1.3
+++ robot.xtarget 19 Mar 2002 09:22:47 -0000 1.4
@@ -77,7 +77,7 @@
<!-- =================================================================== -->
<!-- Calls the targets needed for Gump -->
<!-- =================================================================== -->
- <target name="gump" depends="testmodule">
+ <target name="gump" depends="testmodule, apidocs">
</target>
1.4 +1 -1 jakarta-poi/tools/centipede/targets/test.xtarget
Index: test.xtarget
===================================================================
RCS file: /home/cvs/jakarta-poi/tools/centipede/targets/test.xtarget,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- test.xtarget 14 Mar 2002 14:42:51 -0000 1.3
+++ test.xtarget 19 Mar 2002 09:22:47 -0000 1.4
@@ -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>