Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 81635 invoked from network); 14 Nov 2008 02:03:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2008 02:03:05 -0000 Received: (qmail 41198 invoked by uid 500); 14 Nov 2008 02:03:13 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 41137 invoked by uid 500); 14 Nov 2008 02:03:12 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 41121 invoked by uid 99); 14 Nov 2008 02:03:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2008 18:03:12 -0800 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; Fri, 14 Nov 2008 02:02:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3390A234C286 for ; Thu, 13 Nov 2008 18:02:44 -0800 (PST) Message-ID: <1278723822.1226628164196.JavaMail.jira@brutus> Date: Thu, 13 Nov 2008 18:02:44 -0800 (PST) From: "Gavin (JIRA)" To: dev@forrest.apache.org Subject: [jira] Commented: (FOR-1055) forrest.echo propery is always true if not commented out In-Reply-To: <2496484.1193313951395.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/FOR-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647499#action_12647499 ] Gavin commented on FOR-1055: ---------------------------- Yeah, it's being handled differently, the forrest.echo is is being detected for its presence by 'if' (opposite reaction of 'unless' ) So we would have to refactor it a bit to behave like other properties, not sure how much work that is , I'll check later. > forrest.echo propery is always true if not commented out > -------------------------------------------------------- > > Key: FOR-1055 > URL: https://issues.apache.org/jira/browse/FOR-1055 > Project: Forrest > Issue Type: Bug > Components: Other > Reporter: Michael Parker > Assignee: Gavin > Priority: Trivial > > The propertty forrest.echo causes an echo of the settings only by its existence not by the value. > Example > # Prints out a summary of Forrest settings for this project > forrest.echo=false > will lead to a print out. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.