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:
parent
b9bcf4d0ef
commit
20112283af
15
build.xml
15
build.xml
@ -352,6 +352,21 @@ printed.
|
|||||||
|
|
||||||
</target>
|
</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 -->
|
<!-- Generates the javadocs -->
|
||||||
<!-- ================================== -->
|
<!-- ================================== -->
|
||||||
|
Loading…
Reference in New Issue
Block a user