You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by je...@apache.org on 2006/06/22 17:45:47 UTC

svn commit: r416402 - /lucene/nutch/trunk/build.xml

Author: jerome
Date: Thu Jun 22 08:45:47 2006
New Revision: 416402

URL: http://svn.apache.org/viewvc?rev=416402&view=rev
Log:
NUTCH-303 : Unit Tests now uses the log4j.properties in src/test

Modified:
    lucene/nutch/trunk/build.xml

Modified: lucene/nutch/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/build.xml?rev=416402&r1=416401&r2=416402&view=diff
==============================================================================
--- lucene/nutch/trunk/build.xml (original)
+++ lucene/nutch/trunk/build.xml Thu Jun 22 08:45:47 2006
@@ -252,6 +252,9 @@
     <copy file="${test.src.dir}/nutch-site.xml"
           todir="${test.build.classes}"/>
 
+    <copy file="${test.src.dir}/log4j.properties"
+          todir="${test.build.classes}"/>
+
     <junit printsummary="yes" haltonfailure="no" fork="yes" dir="${basedir}"
       errorProperty="tests.failed" failureProperty="tests.failed">
       <sysproperty key="test.build.data" value="${test.build.data}"/>