Return-Path: Delivered-To: apmail-hadoop-pig-commits-archive@www.apache.org Received: (qmail 75977 invoked from network); 15 Jun 2010 20:00:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Jun 2010 20:00:38 -0000 Received: (qmail 34704 invoked by uid 500); 15 Jun 2010 20:00:38 -0000 Delivered-To: apmail-hadoop-pig-commits-archive@hadoop.apache.org Received: (qmail 34649 invoked by uid 500); 15 Jun 2010 20:00:38 -0000 Mailing-List: contact pig-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pig-dev@hadoop.apache.org Delivered-To: mailing list pig-commits@hadoop.apache.org Received: (qmail 34642 invoked by uid 500); 15 Jun 2010 20:00:38 -0000 Delivered-To: apmail-incubator-pig-commits@incubator.apache.org Received: (qmail 34639 invoked by uid 99); 15 Jun 2010 20:00:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 20:00:38 +0000 X-ASF-Spam-Status: No, hits=-1737.2 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 20:00:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B1E0A23888E4; Tue, 15 Jun 2010 19:59:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r955029 - in /hadoop/pig/branches/branch-0.7/contrib/zebra: CHANGES.txt build-contrib.xml build.xml Date: Tue, 15 Jun 2010 19:59:51 -0000 To: pig-commits@incubator.apache.org From: yanz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100615195951.B1E0A23888E4@eris.apache.org> Author: yanz Date: Tue Jun 15 19:59:51 2010 New Revision: 955029 URL: http://svn.apache.org/viewvc?rev=955029&view=rev Log: PIG-1451 Change the build.test property in build to test.build.dir to be consistent with PIG (yanz) Modified: hadoop/pig/branches/branch-0.7/contrib/zebra/CHANGES.txt hadoop/pig/branches/branch-0.7/contrib/zebra/build-contrib.xml hadoop/pig/branches/branch-0.7/contrib/zebra/build.xml Modified: hadoop/pig/branches/branch-0.7/contrib/zebra/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.7/contrib/zebra/CHANGES.txt?rev=955029&r1=955028&r2=955029&view=diff ============================================================================== --- hadoop/pig/branches/branch-0.7/contrib/zebra/CHANGES.txt (original) +++ hadoop/pig/branches/branch-0.7/contrib/zebra/CHANGES.txt Tue Jun 15 19:59:51 2010 @@ -4,6 +4,8 @@ Trunk (unreleased changes) INCOMPATIBLE CHANGES + PIG-1451 Change the build.test property in build to test.build.dir to be consistent with PIG (yanz) + PIG-1444 Addition of test-smoke ant target (gauravj via yanz) PIG-1357 Addition of Test cases of map-side GROUP-BY (yanz) Modified: hadoop/pig/branches/branch-0.7/contrib/zebra/build-contrib.xml URL: http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.7/contrib/zebra/build-contrib.xml?rev=955029&r1=955028&r2=955029&view=diff ============================================================================== --- hadoop/pig/branches/branch-0.7/contrib/zebra/build-contrib.xml (original) +++ hadoop/pig/branches/branch-0.7/contrib/zebra/build-contrib.xml Tue Jun 15 19:59:51 2010 @@ -49,9 +49,9 @@ - + - + @@ -62,8 +62,8 @@ - - + + @@ -117,7 +117,7 @@ - + @@ -140,7 +140,7 @@ - + @@ -208,7 +208,7 @@ encoding="${build.encoding}" srcdir="${src.test}" includes="**/*.java" - destdir="${build.test}" + destdir="${test.build.dir}" debug="${javac.debug}"> Modified: hadoop/pig/branches/branch-0.7/contrib/zebra/build.xml URL: http://svn.apache.org/viewvc/hadoop/pig/branches/branch-0.7/contrib/zebra/build.xml?rev=955029&r1=955028&r2=955029&view=diff ============================================================================== --- hadoop/pig/branches/branch-0.7/contrib/zebra/build.xml (original) +++ hadoop/pig/branches/branch-0.7/contrib/zebra/build.xml Tue Jun 15 19:59:51 2010 @@ -124,7 +124,7 @@ to call at top-level: ant deploy-contrib @@ -136,16 +136,16 @@ to call at top-level: ant deploy-contrib - - + + - - + + @@ -154,7 +154,7 @@ to call at top-level: ant deploy-contrib relative File paths to use the specified user.dir classpath to use build/contrib/*.jar --> - + @@ -162,11 +162,11 @@ to call at top-level: ant deploy-contrib - + - + @@ -183,16 +183,16 @@ to call at top-level: ant deploy-contrib - - + + - - + + @@ -201,7 +201,7 @@ to call at top-level: ant deploy-contrib relative File paths to use the specified user.dir classpath to use build/contrib/*.jar --> - + @@ -209,11 +209,11 @@ to call at top-level: ant deploy-contrib - + - + @@ -237,8 +237,8 @@ to call at top-level: ant deploy-contrib errorProperty="tests.failed" failureProperty="tests.failed" timeout="${test.timeout}"> - - + + @@ -246,7 +246,7 @@ to call at top-level: ant deploy-contrib relative File paths to use the specified user.dir classpath to use build/contrib/*.jar --> - + @@ -255,7 +255,7 @@ to call at top-level: ant deploy-contrib - + @@ -280,8 +280,8 @@ to call at top-level: ant deploy-contrib errorProperty="tests.failed" failureProperty="tests.failed" timeout="${test.timeout}"> - - + + @@ -289,7 +289,7 @@ to call at top-level: ant deploy-contrib relative File paths to use the specified user.dir classpath to use build/contrib/*.jar --> - + @@ -298,7 +298,7 @@ to call at top-level: ant deploy-contrib - + @@ -451,24 +451,24 @@ to call at top-level: ant deploy-contrib - - + - -