Return-Path: X-Original-To: apmail-hadoop-common-dev-archive@www.apache.org Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2D846D1C8 for ; Fri, 12 Oct 2012 09:37:16 +0000 (UTC) Received: (qmail 38310 invoked by uid 500); 12 Oct 2012 09:37:14 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 37237 invoked by uid 500); 12 Oct 2012 09:37:06 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 36357 invoked by uid 99); 12 Oct 2012 09:37:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Oct 2012 09:37:03 +0000 Date: Fri, 12 Oct 2012 09:37:03 +0000 (UTC) From: "Gopal V (JIRA)" To: common-dev@hadoop.apache.org Message-ID: <1690294480.36732.1350034623485.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (HADOOP-8921) ant build.xml in branch-1 ignores -Dcompile.native MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Gopal V created HADOOP-8921: ------------------------------- Summary: ant build.xml in branch-1 ignores -Dcompile.native Key: HADOOP-8921 URL: https://issues.apache.org/jira/browse/HADOOP-8921 Project: Hadoop Common Issue Type: Bug Components: build Affects Versions: 1.2.0 Environment: Mac OS X 10.7.4 Reporter: Gopal V Priority: Trivial ant -Dcompile.native=false still runs autoconf and libtoolize According to ant 1.8 manual, any conditions are checked only after the dependencies are run through. The current if condition in code fails to prevent the autoconf/libtool components from running. Fixing it by moving the if condition up into the "compile-native" target and changing it to a param substitution instead of being evaluated as a condition. -- 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