Now umldoclet works also with JDK1.3.1_02 (tested).

javadocs target now generates normal javadocs+uml docs.
Each class javadoc has a corresponding uml page, with the same name
but starting with uml-


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352422 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicola Ken Barozzi 2002-04-15 09:24:04 +00:00
parent fc8f2c8d2b
commit e6f80fefa1
2 changed files with 7 additions and 18 deletions

View File

@ -359,7 +359,7 @@ printed.
<!-- ================================== --> <!-- ================================== -->
<!-- Generates the javadocs --> <!-- Generates the java docs -->
<!-- ================================== --> <!-- ================================== -->
<target name="javadocs" depends="-init" <target name="javadocs" depends="-init"
@ -369,7 +369,12 @@ printed.
<param name="cent-name" value="centipede"/> <param name="cent-name" value="centipede"/>
<param name="cent-target" value="javadocs"/> <param name="cent-target" value="javadocs"/>
</antcall> </antcall>
<antcall target="call-cent">
<param name="cent-name" value="umldoclet"/>
<param name="cent-target" value="doclet"/>
</antcall>
</target> </target>
<!-- ================================== --> <!-- ================================== -->
@ -386,22 +391,6 @@ printed.
</target> </target>
<!-- ================================== -->
<!-- Generate UML -WIP- -->
<!-- ================================== -->
<target name="uml" depends="compile"
description="generate-uml">
<antcall target="call-cent">
<param name="cent-name" value="umldoclet"/>
<param name="cent-target" value="doclet"/>
</antcall>
</target>
<!-- ================================== --> <!-- ================================== -->
<!-- Check style --> <!-- Check style -->
<!-- ================================== --> <!-- ================================== -->

Binary file not shown.