You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2003/06/27 11:06:16 UTC

cvs commit: cocoon-2.1/src/targets docs-build.xml validate-build.xml

crossley    2003/06/27 02:06:16

  Modified:    src/documentation/xdocs/installing book.xml
               src/targets docs-build.xml validate-build.xml
  Log:
  Restore the excellent table of all jars.
  The content of the table needs some work, e.g. axis jars are missing the
  URL and Description. Also some jar filenames still need version numbers.
  
  Revision  Changes    Path
  1.4       +1 -1      cocoon-2.1/src/documentation/xdocs/installing/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/installing/book.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- book.xml	22 Jun 2003 18:00:34 -0000	1.3
  +++ book.xml	27 Jun 2003 09:06:13 -0000	1.4
  @@ -13,7 +13,7 @@
       <external  label="Download" href="http://cocoon.apache.org/mirror.cgi"/>
       <menu-item label="Installing" href="index.html"/>
       <menu-item label="Updating" href="updating.html"/>
  -<!-- <menu-item label="Jars" href="jars.html"/> -->
  +    <menu-item label="Jars" href="jars.html"/>
     </menu>
   
     <menu label="Testing">
  
  
  
  1.18      +1 -1      cocoon-2.1/src/targets/docs-build.xml
  
  Index: docs-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/targets/docs-build.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- docs-build.xml	27 Jun 2003 07:09:57 -0000	1.17
  +++ docs-build.xml	27 Jun 2003 09:06:14 -0000	1.18
  @@ -71,7 +71,7 @@
     </target>
   
     <!-- Create docs -->
  -  <target name="docs" depends="prepare-docs, validate-xdocs, docs_done, forrest" unless="docs.notrequired" description="Builds the documentation">
  +  <target name="docs" depends="validate-jars, prepare-docs, validate-xdocs, docs_done, forrest" unless="docs.notrequired" description="Builds the documentation">
       <!-- The docs are created using forrest, so we simply copy them for now -->
       <mkdir dir="${build.docs}"/>
   
  
  
  
  1.12      +4 -0      cocoon-2.1/src/targets/validate-build.xml
  
  Index: validate-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/targets/validate-build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- validate-build.xml	27 Jun 2003 04:03:33 -0000	1.11
  +++ validate-build.xml	27 Jun 2003 09:06:14 -0000	1.12
  @@ -51,6 +51,10 @@
             style="${tools}/src/check-jars.xsl">
         <param name="current-files" expression="../../${build.temp}/current-jars.xml"/>
       </xslt>
  +
  +    <copy file="${build.temp}/jars.xml"
  +          tofile="${build.context}/xdocs/installing/jars.xml"
  +          filtering="off"/>
     </target>
   
     <!-- Validate configuration files. -->