Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 97098 invoked from network); 29 Dec 2009 01:18:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Dec 2009 01:18:52 -0000 Received: (qmail 55577 invoked by uid 500); 29 Dec 2009 01:18:52 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 55525 invoked by uid 500); 29 Dec 2009 01:18: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 55515 invoked by uid 99); 29 Dec 2009 01:18:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Dec 2009 01:18: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, 29 Dec 2009 01:18:50 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6FF5A234C045 for ; Mon, 28 Dec 2009 17:18:29 -0800 (PST) Message-ID: <1289280176.1262049509443.JavaMail.jira@brutus.apache.org> Date: Tue, 29 Dec 2009 01:18:29 +0000 (UTC) From: "Namit Jain (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-986) Ant "eclipse-files" target is broken for Hadoop 0.20 In-Reply-To: <1235121797.1260815718913.JavaMail.jira@brutus> 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-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Namit Jain updated HIVE-986: ---------------------------- Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available) Committed. Thanks Zheng > Ant "eclipse-files" target is broken for Hadoop 0.20 > ---------------------------------------------------- > > Key: HIVE-986 > URL: https://issues.apache.org/jira/browse/HIVE-986 > Project: Hadoop Hive > Issue Type: Bug > Components: Build Infrastructure > Reporter: Carl Steinbach > Assignee: Zheng Shao > Fix For: 0.5.0 > > Attachments: HIVE-986.1.patch > > > Hadoop 0.20 depends on servlet-api-2.5-6.1.14.jar and jetty-6.1.14.jar/jetty-util-6.1.11.jar instead of servlet-api.jar and jetty-5.1.4.jar. > The eclipse-files ant target needs to be updated to take this account (which involves editing eclipse-templates/.classpath) > and adding some conditional logic to build.xml > Here's what you see currently after importing into eclipse: > Project 'apache-hive' is missing required library: 'build/hadoopcore/hadoop-0.20.0/lib/jetty-5.1.4.jar' > Project 'apache-hive' is missing required library: 'build/hadoopcore/hadoop-0.20.0/lib/servlet-api.jar' -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.