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 2004/10/14 09:47:06 UTC

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

dion        2004/10/14 00:47:06

  Modified:    jelly/jelly-tags/ant build.xml
  Log:
  Dont filter the trace
  
  Revision  Changes    Path
  1.10      +1 -1      jakarta-commons/jelly/jelly-tags/ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/ant/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml	24 May 2004 21:39:35 -0000	1.9
  +++ build.xml	14 Oct 2004 07:47:06 -0000	1.10
  @@ -94,7 +94,7 @@
     <target name="internal-test" depends="compile-tests">
       <mkdir dir="${testreportdir}">
       </mkdir>
  -    <junit dir="./" failureproperty="test.failure" printSummary="yes" fork="true" haltonerror="true">
  +    <junit dir="./" filtertrace="false" failureproperty="test.failure" printSummary="yes" fork="true" haltonerror="true">
         <sysproperty key="basedir" value=".">
         </sysproperty>
         <formatter type="xml">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org