vmassol     2002/11/22 14:23:14

  Modified:    framework build.xml
  Log:
  Ideally we should use Ajdoc. However, the generated output is not as nice as the 
javadoc output. In addition, ajdoc does not currently work with the JDK 1.4 (at least 
until Ajdoc 1.0.6).
  
  Revision  Changes    Path
  1.27      +5 -2      jakarta-cactus/framework/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/build.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.xml 5 Sep 2002 16:46:49 -0000       1.26
  +++ build.xml 22 Nov 2002 22:23:14 -0000      1.27
  @@ -456,7 +456,10 @@
   
           <mkdir dir="${target.doc.api.dir}"/>
   
  -        <ajdoc
  +        <!-- Ideally we should use Ajdoc. However, the generated output is not
  +             as nice as the javadoc output. In addition, ajdoc does not 
  +             currently work with the JDK 1.4 (at least until Ajdoc 1.0.6). -->
  +        <javadoc
               packagenames="org.apache.cactus.*"
               destdir="${target.doc.api.dir}"
               author="true"
  @@ -474,7 +477,7 @@
   
               <classpath refid="project.class.path"/>
   
  -        </ajdoc>
  +        </javadoc>
   
       </target>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to