Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B71E3D858 for ; Wed, 29 Aug 2012 20:59:09 +0000 (UTC) Received: (qmail 44174 invoked by uid 500); 29 Aug 2012 20:59:09 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 43582 invoked by uid 500); 29 Aug 2012 20:59:08 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 43374 invoked by uid 99); 29 Aug 2012 20:59:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2012 20:59:08 +0000 Date: Thu, 30 Aug 2012 07:59:08 +1100 (NCT) From: "Ryan Hennig (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: <1615734479.13769.1346273948158.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (HDFS-3866) HttpFS build should download Tomcat via Maven instead of directly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Ryan Hennig created HDFS-3866: --------------------------------- Summary: HttpFS build should download Tomcat via Maven instead of directly Key: HDFS-3866 URL: https://issues.apache.org/jira/browse/HDFS-3866 Project: Hadoop HDFS Issue Type: Bug Components: build Affects Versions: 2.0.0-alpha Environment: CDH4 build on CentOS 6.2 Reporter: Ryan Hennig Priority: Minor When trying to enable a build of CDH4 in Jenkins, I got a build error due to an attempt to download Tomcat from the internet directly instead of via Maven and thus our internal Maven repository. The problem is due to this line in src/hadoop-hdfs-project/hadoop-hdfs-httpfs/target/antrun/build-main.xml: This build.xml is generated from src/hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml: Instead of directly downloading from a hardcoded location, the Tomcat dependency should be managed by Maven. This would enable the use of a local repository for build machines without internet access. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira