nicolaken    2002/08/23 17:12:26

  Modified:    .        build.xml
  Log:
  Made -V verbose default in the "build docs" target and added the option
  to output a file containing the broken links.
  
  Revision  Changes    Path
  1.257     +2 -0      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.256
  retrieving revision 1.257
  diff -u -r1.256 -r1.257
  --- build.xml 19 Aug 2002 09:54:55 -0000      1.256
  +++ build.xml 24 Aug 2002 00:12:26 -0000      1.257
  @@ -1124,8 +1124,10 @@
         <arg value="-c."/>
         <arg value="-d../docs"/>
         <arg value="-w../work"/>
  +      <arg value="-b../brokenlinks.txt"/>
         <arg value="-k../documentation/logkit.xconf"/>
         <arg value="-u${build.docs.loglevel}"/>
  +      <arg value="-V"/>
         <arg value="index.html"/>
         <classpath>
           <path refid="classpath"/>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to