[jboss-cvs] jboss-portal/testsuite ...

Rali Genova rgenova at jboss.org
Tue Jul 25 21:28:47 EDT 2006


  User: rgenova 
  Date: 06/07/25 21:28:47

  Modified:    testsuite  build.xml
  Log:
  do not report an error message if output dir does not exist on clean
  
  Revision  Changes    Path
  1.18      +1 -1      jboss-portal/testsuite/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/testsuite/build.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- build.xml	24 Jul 2006 21:31:24 -0000	1.17
  +++ build.xml	26 Jul 2006 01:28:47 -0000	1.18
  @@ -135,7 +135,7 @@
             <fileset dir="../wsrp" includes="*.log"/>
         </delete>
         <!-- remove testsuite output dir -->
  -      <delete includeEmptyDirs="true">
  +      <delete includeEmptyDirs="true" quiet="true">
             <fileset dir="output"/>
         </delete>
      </target>  
  
  
  



More information about the jboss-cvs-commits mailing list