nicolaken    2002/09/17 03:13:39

  Modified:    .        build.xml
  Log:
  Updating to latest Cocoon with batik and fop "blocks" and excalibur that
  is in separate jars.
  Now broken links do not halt processing and CLI output is cleaner and
  more useful.
  
  Revision  Changes    Path
  1.145     +4 -1      jakarta-avalon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/build.xml,v
  retrieving revision 1.144
  retrieving revision 1.145
  diff -u -r1.144 -r1.145
  --- build.xml 1 Sep 2002 20:35:14 -0000       1.144
  +++ build.xml 17 Sep 2002 10:13:38 -0000      1.145
  @@ -396,12 +396,15 @@
           <echo message="  Building docs, please stand by ..."/>
   
           <java classname="org.apache.cocoon.Main" fork="true" maxmemory="128m" 
failonerror="true">
  +        
               <arg value="-c${build.context}/"/>
               <arg value="-d${build.docs}"/>
  -            <arg value="-k${build.context}/logkit.xconf"/>
               <arg value="-w${build.dir}/work"/>
  +            <arg value="-b${build.dir}/brokenlinks.txt"/>            
  +            <arg value="-k${build.context}/logkit.xconf"/>
               <!-- <arg value="-l${build.dir}/work/cocoon.log"/> -->
               <arg value="-uERROR"/>
  +            <arg value="-V"/>            
               <arg value="index.html"/>
               <classpath>
                   <path refid="tools.class.path"/>
  
  
  

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

Reply via email to