Return-Path: Delivered-To: apmail-hadoop-pig-dev-archive@www.apache.org Received: (qmail 92275 invoked from network); 14 Apr 2010 22:49:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Apr 2010 22:49:13 -0000 Received: (qmail 56976 invoked by uid 500); 14 Apr 2010 22:49:12 -0000 Delivered-To: apmail-hadoop-pig-dev-archive@hadoop.apache.org Received: (qmail 56961 invoked by uid 500); 14 Apr 2010 22:49:12 -0000 Mailing-List: contact pig-dev-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-dev@hadoop.apache.org Received: (qmail 56953 invoked by uid 99); 14 Apr 2010 22:49:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Apr 2010 22:49:12 +0000 X-ASF-Spam-Status: No, hits=-1289.9 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Apr 2010 22:49:11 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3EMmpNg011966 for ; Wed, 14 Apr 2010 18:48:51 -0400 (EDT) Message-ID: <24746276.127301271285331204.JavaMail.jira@thor> Date: Wed, 14 Apr 2010 18:48:51 -0400 (EDT) From: "Hadoop QA (JIRA)" To: pig-dev@hadoop.apache.org Subject: [jira] Commented: (PIG-939) Checkstyle pulls in junit3.7 which causes the build of test code to fail. In-Reply-To: <77867352.1251753333079.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/PIG-939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12857132#action_12857132 ] Hadoop QA commented on PIG-939: ------------------------------- To test jira cli > Checkstyle pulls in junit3.7 which causes the build of test code to fail. > ------------------------------------------------------------------------- > > Key: PIG-939 > URL: https://issues.apache.org/jira/browse/PIG-939 > Project: Pig > Issue Type: Bug > Components: build > Affects Versions: 0.3.0 > Reporter: Lee Tucker > Assignee: Giridharan Kesavan > Fix For: 0.4.0 > > Attachments: pig-939.patch > > > Pig fails to compile if you execute: > ant -D clean findbugs checkstyle test > It gets the error: > [javac] Compiling 153 source files to /export/crawlspace/kryptonite/hadoopqa/workspace/workspace/CCDI-Pig-2.3/pig-2.3.0.0.20.0.2967040009/build/test/classes > [javac] /export/crawlspace/kryptonite/hadoopqa/workspace/workspace/CCDI-Pig-2.3/pig-2.3.0.0.20.0.2967040009/test/org/apache/pig/test/PigExecTestCase.java:31: cannot find symbol > [javac] symbol : constructor TestCase() > [javac] location: class junit.framework.TestCase > [javac] public abstract class PigExecTestCase extends TestCase { > [javac] ^ > Once that's done, there's a copy of junit 3.7 cached from ivy that will continue to cause the build to fail. It will succeed, if you remove it, and then do: > ant -D clean findbugs test > This proves it's running checkstyle that pulls in junit 3.7 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira