Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 27266 invoked from network); 16 Feb 2010 20:03:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Feb 2010 20:03:51 -0000 Received: (qmail 53647 invoked by uid 500); 16 Feb 2010 20:03:51 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 53606 invoked by uid 500); 16 Feb 2010 20:03:51 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 53596 invoked by uid 99); 16 Feb 2010 20:03:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Feb 2010 20:03:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Feb 2010 20:03:49 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 167C629A001C for ; Tue, 16 Feb 2010 12:03:28 -0800 (PST) Message-ID: <811428261.313851266350608090.JavaMail.jira@brutus.apache.org> Date: Tue, 16 Feb 2010 20:03:28 +0000 (UTC) From: "John Sichi (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Commented: (HIVE-1168) Fix Hive build on Hudson In-Reply-To: <1057728819.260831266132628336.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834423#action_12834423 ] John Sichi commented on HIVE-1168: ---------------------------------- I am following up on some leads on who might have access to the Hudson build environment and will update status here once I get an answer. > Fix Hive build on Hudson > ------------------------ > > Key: HIVE-1168 > URL: https://issues.apache.org/jira/browse/HIVE-1168 > Project: Hadoop Hive > Issue Type: Bug > Components: Build Infrastructure > Reporter: Carl Steinbach > Assignee: John Sichi > Priority: Critical > > {quote} > We need to delete the .ant directory containing the old ivy version in order to fix it > (and if we're using the same environment for both trunk and branches, either > segregate them or script an rm to clean in between). > {quote} > It's worth noting that ant may have picked up the old version of Ivy from > somewhere else. In order Ant's classpath contains: > # Ant's startup JAR file, ant-launcher.jar > # Everything in the directory containing the version of ant-launcher.jar that's > running, i.e. everything in ANT_HOME/lib > # All JAR files in ${user.home}/.ant/lib > # Directories and JAR files supplied via the -lib command line option. > # Everything in the CLASSPATH variable unless the -noclasspath option is used. > (2) implies that users on shared machines may have to install their own > version of ant in order to get around these problems, assuming that the > administrator has install the ivy.jar in $ANT_HOME/lib -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.