avik        2002/07/29 06:46:59

  Modified:    .        build.xml
  Log:
  better diagnostics when running single tests
  
  Revision  Changes    Path
  1.35      +2 -1      jakarta-poi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- build.xml 22 Jul 2002 08:25:18 -0000      1.34
  +++ build.xml 29 Jul 2002 13:46:59 -0000      1.35
  @@ -384,8 +384,9 @@
         description="--> runs the single unit test defined in the testcase property">
     
     
  -    <junit2 printsummary="yes" haltonfailure="${junit.test.haltonfailure}" 
fork="yes">
  +    <junit2 printsummary="no" haltonfailure="${junit.test.haltonfailure}" 
fork="yes">
             <formatter type="xml" />
  +       <formatter type="plain" usefile="no"/>
          <sysproperty key="UTIL.testdata.path"
                           
value="${xlayout.source.test.dir}/org/apache/poi/util/data"/>
          <sysproperty key="HSSF.testdata.path"
  
  
  

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

Reply via email to