jefft       01/12/14 02:12:03

  Modified:    .        build.xml
  Log:
  Print the full error message to stdout when a unit test fails. Makes failures
  much easier to spot, and when a failure does occur, it's easier to debug when
  you don't have to keep referring to a file (I find).
  
  Revision  Changes    Path
  1.113     +1 -1      jakarta-avalon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/build.xml,v
  retrieving revision 1.112
  retrieving revision 1.113
  diff -u -r1.112 -r1.113
  --- build.xml 2001/12/11 14:32:27     1.112
  +++ build.xml 2001/12/14 10:12:03     1.113
  @@ -206,7 +206,7 @@
   
       <echo message="Performing Unit Tests" />
       <junit fork="true" printsummary="yes" dir="${build.reports}">
  -      <formatter type="plain"/>
  +      <formatter type="plain" usefile="false"/>
         <classpath>
           <path refid="test.class.path"/>
           <pathelement location="${build.classes}"/>
  
  
  

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

Reply via email to