Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 76825 invoked from network); 4 Aug 2006 01:56:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Aug 2006 01:56:20 -0000 Received: (qmail 49460 invoked by uid 500); 4 Aug 2006 01:56:19 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 49417 invoked by uid 500); 4 Aug 2006 01:56:19 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 49406 invoked by uid 99); 4 Aug 2006 01:56:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Aug 2006 18:56:19 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Aug 2006 18:56:19 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 2C1861A981A; Thu, 3 Aug 2006 18:55:59 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r428591 - /forrest/trunk/main/java/org/apache/forrest/conf/ForrestConfModule.java Date: Fri, 04 Aug 2006 01:55:58 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060804015559.2C1861A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: crossley Date: Thu Aug 3 18:55:58 2006 New Revision: 428591 URL: http://svn.apache.org/viewvc?rev=428591&view=rev Log: Tweak the new message about undefined plugin properties. Modified: forrest/trunk/main/java/org/apache/forrest/conf/ForrestConfModule.java Modified: forrest/trunk/main/java/org/apache/forrest/conf/ForrestConfModule.java URL: http://svn.apache.org/viewvc/forrest/trunk/main/java/org/apache/forrest/conf/ForrestConfModule.java?rev=428591&r1=428590&r2=428591&view=diff ============================================================================== --- forrest/trunk/main/java/org/apache/forrest/conf/ForrestConfModule.java (original) +++ forrest/trunk/main/java/org/apache/forrest/conf/ForrestConfModule.java Thu Aug 3 18:55:58 2006 @@ -79,12 +79,12 @@ + "\n" + "Please make sure you defined " + name - + " in forrest.properties.xml either in $PROJECT_HOME " + + " in either forrest.properties.xml in $PROJECT_HOME " + "or in the default.forrest.properties.xml of the plugin " + "that is requesting this property." + "\n" - + "If you see this message, most of the time you spotted a plugin bug " - + "(forget to define the default property). Please report it to our mailing list."; + + "If you see this message, then most of the time you have spotted a plugin bug " + + "(i.e. forgot to define the plugin's default property). Please report to our mailing list."; throw new ConfigurationException( error); }