nicolaken    02/04/15 02:24:04

  Modified:    .        build.xml
               tools/cents umldoclet.cent.jar
  Log:
  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-
  
  Revision  Changes    Path
  1.20      +7 -18     jakarta-poi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.xml 15 Apr 2002 06:44:20 -0000      1.19
  +++ build.xml 15 Apr 2002 09:24:04 -0000      1.20
  @@ -359,7 +359,7 @@
   
     
     <!-- ================================== -->
  -  <!--       Generates the javadocs       -->
  +  <!--       Generates the java docs      -->
     <!-- ================================== -->
     
     <target  name="javadocs"   depends="-init"
  @@ -369,7 +369,12 @@
         <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>     
   
     <!-- ================================== -->
  @@ -385,22 +390,6 @@
       </antcall>
       
     </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                  -->
  
  
  
  1.3       +18 -12    jakarta-poi/tools/cents/umldoclet.cent.jar
  
        <<Binary file>>
  
  


Reply via email to