Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 73182 invoked from network); 15 Oct 2009 04:53:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Oct 2009 04:53:54 -0000 Received: (qmail 86001 invoked by uid 500); 15 Oct 2009 04:53:54 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 85942 invoked by uid 500); 15 Oct 2009 04:53:54 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 85932 invoked by uid 99); 15 Oct 2009 04:53:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Oct 2009 04:53:54 +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; Thu, 15 Oct 2009 04:53:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 598D7234C045 for ; Wed, 14 Oct 2009 21:53:31 -0700 (PDT) Message-ID: <796014910.1255582411350.JavaMail.jira@brutus> Date: Wed, 14 Oct 2009 21:53:31 -0700 (PDT) From: "Todd Lipcon (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-1113) mumak compiles aspects even if skip.contrib is true In-Reply-To: <2128065140.1255582231329.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/MAPREDUCE-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon updated MAPREDUCE-1113: ----------------------------------- Attachment: mapreduce-1113.txt This patch simply uses a Condition task to skip aspect building when skip.contrib is set. Test plan: build without -Dskip.contrib=1, mumak aspects should compile. Build with -Dskip.contrib=1 and you should not see this task run. > mumak compiles aspects even if skip.contrib is true > --------------------------------------------------- > > Key: MAPREDUCE-1113 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1113 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: build, contrib/mumak > Reporter: Todd Lipcon > Assignee: Todd Lipcon > Priority: Minor > Attachments: mapreduce-1113.txt > > > The compile-aspects task in mumak's build.xml runs regardless of the skip.contrib property. Momentarily uploading a patch to fix this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.