You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2008/04/08 14:32:38 UTC

svn commit: r645876 - /ant/antlibs/common/trunk/build.xml

Author: bodewig
Date: Tue Apr  8 05:32:38 2008
New Revision: 645876

URL: http://svn.apache.org/viewvc?rev=645876&view=rev
Log:
Temporary patch to track down the dotnet-test failure in Gump, will be reverted after the tests

Modified:
    ant/antlibs/common/trunk/build.xml

Modified: ant/antlibs/common/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/antlibs/common/trunk/build.xml?rev=645876&r1=645875&r2=645876&view=diff
==============================================================================
--- ant/antlibs/common/trunk/build.xml (original)
+++ ant/antlibs/common/trunk/build.xml Tue Apr  8 05:32:38 2008
@@ -204,7 +204,7 @@
       <fileset dir="${src.antunit}" includes="${antunit.includes}"
                excludes="${antunit.excludes}" />
 
-      <au:plainlistener/>
+      <au:plainlistener logLevel="debug"/>
     </au:antunit>
   </target>