Author: snagel
Date: Tue Oct 21 17:52:27 2014
New Revision: 1633426

URL: http://svn.apache.org/r1633426
Log:
NUTCH-1882 ant eclipse target to add output path to src/test

Modified:
    nutch/branches/2.x/CHANGES.txt
    nutch/branches/2.x/build.xml
    nutch/trunk/CHANGES.txt
    nutch/trunk/build.xml

Modified: nutch/branches/2.x/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/nutch/branches/2.x/CHANGES.txt?rev=1633426&r1=1633425&r2=1633426&view=diff
==============================================================================
--- nutch/branches/2.x/CHANGES.txt (original)
+++ nutch/branches/2.x/CHANGES.txt Tue Oct 21 17:52:27 2014
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Current Development 2.3-SNAPSHOT
 
+* NUTCH-1882 ant eclipse target to add output path to src/test (snagel)
+
 * NUTCH-1827 Port NUTCH-1467 and NUTCH-1561 to 2.x (snagel)
 
 * NUTCH-1876 Upgrade to Crawler Commons 0.5 (jnioche)

Modified: nutch/branches/2.x/build.xml
URL: 
http://svn.apache.org/viewvc/nutch/branches/2.x/build.xml?rev=1633426&r1=1633425&r2=1633426&view=diff
==============================================================================
--- nutch/branches/2.x/build.xml (original)
+++ nutch/branches/2.x/build.xml Tue Oct 21 17:52:27 2014
@@ -954,7 +954,7 @@
         <library pathref="eclipse.classpath" exported="false" />
        
         <source path="${basedir}/src/java/" />
-        <source path="${basedir}/src/test/" />
+        <source path="${basedir}/src/test/" output="build/test/classes" />
         <source path="${basedir}/src/plugin/creativecommons/src/java/" />
         <source path="${basedir}/src/plugin/creativecommons/src/test/" />
         <!-- feed is currently disabled 

Modified: nutch/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1633426&r1=1633425&r2=1633426&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Tue Oct 21 17:52:27 2014
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Nutch Current Development 1.10-SNAPSHOT
 
+* NUTCH-1882 ant eclipse target to add output path to src/test (snagel)
+
 * NUTCH-1876 Upgrade to Crawler Commons 0.5 (jnioche)
 
 * NUTCH-1874 FileDumper comment typos ( Arthur Cinader via lewismc)

Modified: nutch/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/nutch/trunk/build.xml?rev=1633426&r1=1633425&r2=1633426&view=diff
==============================================================================
--- nutch/trunk/build.xml (original)
+++ nutch/trunk/build.xml Tue Oct 21 17:52:27 2014
@@ -947,7 +947,7 @@
         <library pathref="eclipse.classpath" exported="false" />
         
         <source path="${basedir}/src/java/" />
-        <source path="${basedir}/src/test/" />
+        <source path="${basedir}/src/test/" output="build/test/classes" />
         
         <source path="${plugins.dir}/creativecommons/src/java/" />
         <source path="${plugins.dir}/creativecommons/src/test/" />


Reply via email to