Return-Path: Delivered-To: apmail-incubator-buildr-commits-archive@locus.apache.org Received: (qmail 51293 invoked from network); 2 Apr 2008 12:43:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2008 12:43:57 -0000 Received: (qmail 70135 invoked by uid 500); 2 Apr 2008 12:43:58 -0000 Delivered-To: apmail-incubator-buildr-commits-archive@incubator.apache.org Received: (qmail 70122 invoked by uid 500); 2 Apr 2008 12:43:57 -0000 Mailing-List: contact buildr-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: buildr-dev@incubator.apache.org Delivered-To: mailing list buildr-commits@incubator.apache.org Received: (qmail 70113 invoked by uid 99); 2 Apr 2008 12:43:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 05:43:57 -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; Wed, 02 Apr 2008 12:43:15 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4D6B9234C0B1 for ; Wed, 2 Apr 2008 05:41:28 -0700 (PDT) Message-ID: <1354407917.1207140088302.JavaMail.jira@brutus> Date: Wed, 2 Apr 2008 05:41:28 -0700 (PDT) From: "Yanko Ivanov (JIRA)" To: buildr-commits@incubator.apache.org Subject: [jira] Commented: (BUILDR-6) Build profiles In-Reply-To: <17343138.1197800443304.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/BUILDR-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584546#action_12584546 ] Yanko Ivanov commented on BUILDR-6: ----------------------------------- Consider this simple example of "profile inheritance": development: &development host: localhost log4j.logger.root: DEBUG test: <<: *development host: staging-machine production: <<: *development host: production-machine log4j.logger.root: INFO I believe separate YAML files for each profile ("profile" meant as Maven build profile) will not make this easier. Regards > Build profiles > -------------- > > Key: BUILDR-6 > URL: https://issues.apache.org/jira/browse/BUILDR-6 > Project: Buildr > Issue Type: New Feature > Components: Core features > Reporter: Yanko Ivanov > Assignee: Assaf Arkin > Fix For: 1.3 > > Attachments: profiles-r605291.patch > > > Build profiles to provide different set of properties in respect to the current Buildr.environment and include them automatically when > filtering resources. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.