You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2011/11/03 00:33:21 UTC

svn commit: r1196863 - /pig/branches/branch-0.10/build.xml

Author: daijy
Date: Wed Nov  2 23:33:20 2011
New Revision: 1196863

URL: http://svn.apache.org/viewvc?rev=1196863&view=rev
Log:
PIG-2125: Make Pig work with hadoop .NEXT (set classpath for tests)

Modified:
    pig/branches/branch-0.10/build.xml

Modified: pig/branches/branch-0.10/build.xml
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.10/build.xml?rev=1196863&r1=1196862&r2=1196863&view=diff
==============================================================================
--- pig/branches/branch-0.10/build.xml (original)
+++ pig/branches/branch-0.10/build.xml Wed Nov  2 23:33:20 2011
@@ -234,6 +234,7 @@
     <path id="test.classpath">
         <pathelement location="${build.classes}"/>
         <pathelement location="${test.src.dir}"/>
+        <fileset dir="${ivy.lib.dir}" includes="hadoop*.jar"/>
         <path refid="classpath"/>
         <path refid="test-classpath"/>
     </path>