]> source.dussan.org Git - poi.git/commitdiff
Now umldoclet works also with JDK1.3.1_02 (tested).
authorNicola Ken Barozzi <nicolaken@apache.org>
Mon, 15 Apr 2002 09:24:04 +0000 (09:24 +0000)
committerNicola Ken Barozzi <nicolaken@apache.org>
Mon, 15 Apr 2002 09:24:04 +0000 (09:24 +0000)
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

build.xml
tools/cents/umldoclet.cent.jar

index 24939f5cf9d3d011002ef3f6faaeb165f4c76aa1..d011e566478fb76a567080350017eab1a906a3c9 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -359,7 +359,7 @@ printed.
 
   
   <!-- ================================== -->
-  <!--       Generates the javadocs       -->
+  <!--       Generates the java docs      -->
   <!-- ================================== -->
   
   <target  name="javadocs"   depends="-init"
@@ -369,7 +369,12 @@ printed.
       <param name="cent-name"   value="centipede"/> 
       <param name="cent-target" value="javadocs"/> 
     </antcall>
-    
+
+    <antcall target="call-cent">
+      <param name="cent-name"   value="umldoclet"/> 
+      <param name="cent-target" value="doclet"/> 
+    </antcall>
+        
   </target>     
 
   <!-- ================================== -->
@@ -386,22 +391,6 @@ printed.
     
   </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                  -->
   <!-- ================================== -->
index 1edd7a37777df23babeba94a2be082a327b2b521..e13c55112298685ff5c2d6323868913e80b2f7f4 100644 (file)
Binary files a/tools/cents/umldoclet.cent.jar and b/tools/cents/umldoclet.cent.jar differ