You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/01/13 21:54:03 UTC

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/http build.xml

dion        2003/01/13 12:54:03

  Modified:    jelly/jelly-tags/http build.xml
  Log:
  Allow test output in gump build
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-commons-sandbox/jelly/jelly-tags/http/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/jelly-tags/http/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	3 Jan 2003 21:55:57 -0000	1.1
  +++ build.xml	13 Jan 2003 20:54:03 -0000	1.2
  @@ -59,7 +59,7 @@
       <junit dir="./" printSummary="yes" fork="true" haltonerror="true">
         <sysproperty key="basedir" value="src/test"></sysproperty>
         <formatter type="xml"></formatter>
  -      <formatter usefile="true" type="plain"></formatter>
  +      <formatter usefile="false" type="plain"></formatter>
         <classpath>
           <fileset dir="lib">
             <include name="*.jar"></include>
  
  
  

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