You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by zl...@apache.org on 2017/03/08 08:52:45 UTC

svn commit: r1785932 - /pig/branches/spark/build.xml

Author: zly
Date: Wed Mar  8 08:52:44 2017
New Revision: 1785932

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

Modified:
    pig/branches/spark/build.xml

Modified: pig/branches/spark/build.xml
URL: http://svn.apache.org/viewvc/pig/branches/spark/build.xml?rev=1785932&r1=1785931&r2=1785932&view=diff
==============================================================================
--- pig/branches/spark/build.xml (original)
+++ pig/branches/spark/build.xml Wed Mar  8 08:52:44 2017
@@ -362,7 +362,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"/>
         <fileset dir="${build.ivy.spark.lib.dir}/${ant.project.name}" includes="*.jar"/>
@@ -920,9 +919,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}"/>