You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by ru...@apache.org on 2002/01/07 22:46:20 UTC

cvs commit: jakarta-alexandria/proposal/gump/project gump.xml

rubys       02/01/07 13:46:19

  Modified:    proposal/gump build.xml
               proposal/gump/project gump.xml
  Log:
  Show 'em what we've got.
  
  Revision  Changes    Path
  1.4       +12 -1     jakarta-alexandria/proposal/gump/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml	1 Jan 2002 18:25:36 -0000	1.3
  +++ build.xml	7 Jan 2002 21:46:19 -0000	1.4
  @@ -28,6 +28,10 @@
         <srcfiles dir="repository" includes="*.xml"/>
         <srcfiles dir="stylesheet" includes="*.xsl"/>
       </uptodate>
  +
  +    <uptodate property="javadocs.uptodate" targetfile="javadocs/index.html">
  +      <srcfiles dir="java" includes="*.java"/>
  +    </uptodate>
     </target>
   
     <!-- Merge the xml sources, resolving references -->
  @@ -76,13 +80,20 @@
              extension=".${extension}" style="stylesheet/${target}.xsl"/>
     </target>
    
  +  <!-- Generate javadocs -->
  +  <target name="javadocs" depends="compile" unless="javadocs.uptodate">
  +    <mkdir dir="javadocs"/>
  +    <javadoc sourcepath="java" sourcefiles="java/*.java" destdir="javadocs" 
  +      classpath="jenny.jar"/>
  +  </target>
  +
     <!-- Produce the gump web site -->
     <target name="site">
       <ant dir="site"/>
     </target>
   
     <!-- Do everything -->
  -  <target name="all" depends="scripts,site"/>
  +  <target name="all" depends="scripts,javadocs,site"/>
   
     <!-- Remove all outputs and intermediate results -->
     <target name="clean">
  
  
  
  1.4       +1 -0      jakarta-alexandria/proposal/gump/project/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/gump/project/gump.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- gump.xml	1 Jan 2002 18:25:36 -0000	1.3
  +++ gump.xml	7 Jan 2002 21:46:19 -0000	1.4
  @@ -18,5 +18,6 @@
       <option project="xml-batik"/>
       <option project="xml-batik-rasterizer"/>
       <work nested="classes"/>
  +    <javadoc nested="javadocs"/>
     </project>
   </module>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>