You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/08/04 03:55:58 UTC

svn commit: r428591 - /forrest/trunk/main/java/org/apache/forrest/conf/ForrestConfModule.java

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);
             }