umagesh     2003/04/15 08:21:48

  Modified:    .        build.xml
  Log:
  HeadTailTest reportedly fails on Mac OS-X and Linux.  A correct solution is 
probably to address PR 18476.  Acknowledging this issue while working on a fix.
  
  Revision  Changes    Path
  1.365     +1 -0      ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ant/build.xml,v
  retrieving revision 1.364
  retrieving revision 1.365
  diff -u -r1.364 -r1.365
  --- build.xml 14 Apr 2003 18:02:23 -0000      1.364
  +++ build.xml 15 Apr 2003 15:21:47 -0000      1.365
  @@ -277,6 +277,7 @@
     <patternset id="teststhatfail">
       <exclude name="${optional.package}/BeanShellScriptTest.java"/>
       <exclude name="${ant.package}/taskdefs/ImportTest.java"/>
  +    <exclude name="${ant.package}/filters/HeadTailTest.java"/>
     </patternset>
   
     <!--
  
  
  

Reply via email to