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:32:53 UTC

svn commit: r1196862 - /pig/branches/branch-0.9/build.xml

Author: daijy
Date: Wed Nov  2 23:32:53 2011
New Revision: 1196862

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

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

Modified: pig/branches/branch-0.9/build.xml
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.9/build.xml?rev=1196862&r1=1196861&r2=1196862&view=diff
==============================================================================
--- pig/branches/branch-0.9/build.xml (original)
+++ pig/branches/branch-0.9/build.xml Wed Nov  2 23:32:53 2011
@@ -235,6 +235,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>