Author: daijy
Date: Wed Mar  8 07:27:51 2017
New Revision: 1785920

URL: http://svn.apache.org/viewvc?rev=1785920&view=rev
Log:
PIG-5156: Duplicate jars in CLASSPATH when running test

Modified:
    pig/trunk/CHANGES.txt
    pig/trunk/build.xml

Modified: pig/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1785920&r1=1785919&r2=1785920&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Wed Mar  8 07:27:51 2017
@@ -89,6 +89,8 @@ OPTIMIZATIONS
  
 BUG FIXES
 
+PIG-5156: Duplicate jars in CLASSPATH when running test (daijy)
+
 PIG-5173: Script with multiple splits fails with Invalid dag containing 0 
vertices (rohini)
 
 PIG-5159: Fix Pig not saving grunt history (szita via rohini)

Modified: pig/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/pig/trunk/build.xml?rev=1785920&r1=1785919&r2=1785920&view=diff
==============================================================================
--- pig/trunk/build.xml (original)
+++ pig/trunk/build.xml Wed Mar  8 07:27:51 2017
@@ -350,7 +350,6 @@
     <!-- ====================================================== -->
     <!-- setup the classpath -->
     <path id="classpath">
-        <path refid="compile.classpath"/>
         <fileset file="${ivy.lib.dir}/${zookeeper.jarfile}"/>
         <fileset dir="${ivy.lib.dir}" includes="*.jar"/>
     </path>
@@ -894,9 +893,6 @@
             <env key="PATH" path="${build.path}"/>
             <classpath>
                 <pathelement location="${output.jarfile.core}" />
-                <fileset dir="lib">
-                    <include name="**/*.jar"/>
-                </fileset>
                 <pathelement location="${test.build.classes}" />
                 <pathelement location="." />
                 <pathelement path="${clover.jar}"/>


Reply via email to