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/09 22:34:53 UTC

svn commit: r1199981 - in /pig/trunk: CHANGES.txt build.xml

Author: daijy
Date: Wed Nov  9 21:34:52 2011
New Revision: 1199981

URL: http://svn.apache.org/viewvc?rev=1199981&view=rev
Log:
PIG-2355: ant clean does not clean e2e test build artifacts

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=1199981&r1=1199980&r2=1199981&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Wed Nov  9 21:34:52 2011
@@ -36,6 +36,8 @@ OPTIMIZATIONS
 
 BUG FIXES
 
+PIG-2355: ant clean does not clean e2e test build artifacts (daijy)
+
 PIG-2352: e2e test harness' use of environment variables causes unintended effects between tests (gates)
 
 Release 0.10.0 - Unreleased

Modified: pig/trunk/build.xml
URL: http://svn.apache.org/viewvc/pig/trunk/build.xml?rev=1199981&r1=1199980&r2=1199981&view=diff
==============================================================================
--- pig/trunk/build.xml (original)
+++ pig/trunk/build.xml Wed Nov  9 21:34:52 2011
@@ -286,6 +286,7 @@
         <delete dir="${src.gen.dot.parser.dir}" />
         <delete file="${output.jarfile.backcompat}" />
         <delete file="${output.jarfile.backcompat.withouthadoop}" />
+        <ant dir="${test.e2e.dir}" target="clean"/>
     </target>
     
     <target name="eclipse-files" depends="compile, ivy-buildJar"