Added site target.

It generates the docs, javadocs, test results and metrics.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352382 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicola Ken Barozzi 2002-04-09 11:14:48 +00:00
parent b9bcf4d0ef
commit 20112283af
1 changed files with 15 additions and 0 deletions

View File

@ -352,6 +352,21 @@ printed.
</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 -->
<!-- ================================== -->