You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by la...@apache.org on 2002/05/22 05:04:00 UTC

cvs commit: jakarta-watchdog-4.0 build.xml

larryi      02/05/21 20:04:00

  Modified:    .        build.xml
  Log:
  Ensure the golden files only contain LFs on non-unix systems.  It appears that
  all servlet-gtest.xml tests check golden files with exactMatch="true" and
  GTest's CRBufferedInputStream returns the response with the CRs stripped
  leaving just LFs.
  
  Revision  Changes    Path
  1.20      +1 -0      jakarta-watchdog-4.0/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/build.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.xml	10 Feb 2002 00:06:33 -0000	1.19
  +++ build.xml	22 May 2002 03:04:00 -0000	1.20
  @@ -122,6 +122,7 @@
       <copy    todir="${watchdog.build}/lib/servlet-golden">
         <fileset dir="src/clients/org/apache/jcheck/servlet/client"/>
       </copy>
  +    <fixcrlf srcdir="${watchdog.build}/lib/servlet-golden" eol="lf"/>
   
       <!-- Web application static files -->
       <copy    todir="${watchdog.build}/webapps/jsp-tests">
  
  
  

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