The attached patch will update the CatalogManager.properties
file to provide better internal documentation. It also sets the
verbosity level back to 1. I do not think that it is a good idea to
have the default verbosity level at the maximum setting, as this
will probably just confuse new users.
regards, David
Index: CatalogManager.properties
===================================================================
RCS file: 
/home/cvspublic/xml-cocoon2/webapp/resources/entities/CatalogManager.properties,v
retrieving revision 1.2
diff -u -r1.2 CatalogManager.properties
--- CatalogManager.properties   2001/08/30 12:44:01     1.2
+++ CatalogManager.properties   2001/08/31 06:11:10
@@ -1,20 +1,22 @@
 # CatalogManager.properties
 #
-# This is the default properties file for Apache Cocoon
-#   see the Apache Cocoon documentation (catalog.html)
-# Place this file somewhere accessible to your Java classpath
+# This is the default properties file for @docname@.
+#
+# See the documentation (catalog.html). Please follow the Build Notes
+# to allow the build process to put this file in a location that will be
+# available to the Java classpath and to automatically adjust the
+# "catalogs" pathname to suit your local directory structure.
 
 # verbosity ... level of messages for status/debug
+# messages go to STDOUT
 # 0 (none) .. 3 (maximum)
-#  TODO: check these settings in Javadocs
 #
-verbosity=3
+verbosity=1
 
 # catalogs ... list of initial catalogs to load
 # use full pathnames
-# pathname separator is always semi-colon (;) regardless of OS
-#  TODO cocoon-dev: we can probably get ResolverImpl.java to load the
-#   default catalog, thereby leaving this properties file for local config
+# pathname separator is always semi-colon (;) regardless of operating system
+# directory separator is always slash (/) regardless of operating system
 #
 [EMAIL PROTECTED]@/cocoon/resources/entities/catalog;/path/to/other/local/catalog
 
@@ -23,17 +25,17 @@
 prefer=public
 
 # static-catalog ... see the Sun doco
-#  TODO cocoon-dev: ? what impact does this setting have for Apache Cocoon
+#  TODO cocoon-dev: ? what impact does this setting have for @docname@
 #
 static-catalog=yes
 
 # allow-oasis-xml-catalog-pi ... see the Sun doco
-#  TODO cocoon-dev: ? what impact does this setting have for Apache Cocoon
+#  TODO cocoon-dev: ? what impact does this setting have for @docname@
 #
 allow-oasis-xml-catalog-pi=yes
 
 # catalog-class-name ... specify an alternate class name to use
-# Apache Cocoon does not need this setting - we have a named class
+#  @docname@ does not need this setting - we already have a named class
 #
 # catalog-class-name=com.sun.resolver.Resolver
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to