Removed the jar-cent target (not for poi, it's for krysalis-centipede);

added javasrc to the javadocs execution and moved checkstyle under metrics target.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352448 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicola Ken Barozzi 2002-04-18 15:41:48 +00:00
parent 7376a1af6b
commit bede84bffb

View File

@ -207,8 +207,7 @@
<target name="test" depends="-init, compile" <target name="test" depends="-init, compile"
description="Compile java source code"> description="Compile java source code">
<antcall target="call-cent">
<antcall target="call-cent">
<param name="cent-name" value="junit"/> <param name="cent-name" value="junit"/>
<param name="cent-target" value="test"/> <param name="cent-target" value="test"/>
</antcall> </antcall>
@ -232,6 +231,11 @@
<param name="cent-target" value="jdepend-html"/> <param name="cent-target" value="jdepend-html"/>
</antcall> </antcall>
<antcall target="call-cent">
<param name="cent-name" value="checkstyle"/>
<param name="cent-target" value="check"/>
</antcall>
</target> </target>
@ -277,36 +281,14 @@
<param name="cent-name" value="umldoclet"/> <param name="cent-name" value="umldoclet"/>
<param name="cent-target" value="doclet"/> <param name="cent-target" value="doclet"/>
</antcall> </antcall>
</target>
<!-- ================================== -->
<!-- Check style -->
<!-- ================================== -->
<target name="checkstyle" depends="-init"
description="generate-uml">
<antcall target="call-cent">
<param name="cent-name" value="checkstyle"/>
<param name="cent-target" value="check"/>
</antcall>
</target>
<!-- ================================== -->
<!-- Generate records -->
<!-- ================================== -->
<target name="try" depends="-init">
<antcall target="call-cent"> <antcall target="call-cent">
<param name="cent-name" value="javasrc"/> <param name="cent-name" value="javasrc"/>
<param name="cent-target" value="javasrc"/> <param name="cent-target" value="javasrc"/>
</antcall> </antcall>
</target> </target>
<!-- ================================== --> <!-- ================================== -->
<!-- Generate records --> <!-- Generate records -->
<!-- ================================== --> <!-- ================================== -->
@ -395,21 +377,6 @@
depends="-init, jar, site" depends="-init, jar, site"
description="Generate all"/> description="Generate all"/>
<!-- ================================== -->
<!-- Create a cent.jar package -->
<!-- using an already deployed cent -->
<!-- ================================== -->
<target name="jar-cent" depends="-init"
description="Compile java source code">
<antcall target="call-cent">
<param name="cent-name" value="centipede"/>
<param name="cent-target" value="jar-cent"/>
</antcall>
</target>
<!-- =================================================================== --> <!-- =================================================================== -->
<!-- Import Ant-Centipede -init targets - sets up basic build stuff --> <!-- Import Ant-Centipede -init targets - sets up basic build stuff -->
<!-- =================================================================== --> <!-- =================================================================== -->