nicolaken 02/04/09 04:14:48
Modified: . build.xml
Log:
Added site target.
It generates the docs, javadocs, test results and metrics.
Revision Changes Path
1.15 +15 -0 jakarta-poi/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-poi/build.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- build.xml 8 Apr 2002 19:12:29 -0000 1.14
+++ build.xml 9 Apr 2002 11:14:48 -0000 1.15
@@ -353,6 +353,21 @@
</target>
<!-- ================================== -->
+ <!-- Generates the site -->
+ <!-- ================================== -->
+
+ <target name="site"
+ description="Makes all the site doco">
+
+ <antcall target="docs"/>
+ <antcall target="compile"/>
+ <antcall target="javadocs"/>
+ <antcall target="test"/>
+ <antcall target="metrics"/>
+
+ </target>
+
+ <!-- ================================== -->
<!-- Generates the javadocs -->
<!-- ================================== -->