Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 48924 invoked from network); 1 Apr 2008 08:48:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Apr 2008 08:48:59 -0000 Received: (qmail 90670 invoked by uid 500); 1 Apr 2008 08:48:58 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 90641 invoked by uid 500); 1 Apr 2008 08:48:58 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 90631 invoked by uid 99); 1 Apr 2008 08:48:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 01:48:58 -0700 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, 01 Apr 2008 08:48:24 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 25AA1234C0B8 for ; Tue, 1 Apr 2008 01:46:33 -0700 (PDT) Message-ID: <1416696735.1207039593150.JavaMail.jira@brutus> Date: Tue, 1 Apr 2008 01:46:33 -0700 (PDT) From: "Vinod Kumar Vavilapalli (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Created: (HADOOP-3148) build-contrib.xml should inherit hadoop version parameter from root build.xml MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org build-contrib.xml should inherit hadoop version parameter from root build.xml ----------------------------------------------------------------------------- Key: HADOOP-3148 URL: https://issues.apache.org/jira/browse/HADOOP-3148 Project: Hadoop Core Issue Type: Bug Components: build Reporter: Vinod Kumar Vavilapalli Priority: Minor This is needed in HOD (and may be useful in other contrib projects), which, in some cases, may be compiled and built separately. After HADOOP-3137, HOD will obtain its version from build parameter ${version}, and this will fail to give proper version when built independently(at src/contrib/hod level). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.