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}"/>



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Nutch-cvs mailing list
Nutch-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to