This patch sets a dummy path for the "catalogs" property. We leave it free for their local configuration use, now that the default catalog is auto-loaded. David
Index: CatalogManager.properties =================================================================== RCS file: /home/cvspublic/xml-cocoon2/webapp/resources/entities/CatalogManager.properties,v retrieving revision 1.4 diff -u -r1.4 CatalogManager.properties --- CatalogManager.properties 2001/09/03 11:41:07 1.4 +++ CatalogManager.properties 2001/09/06 15:24:11 @@ -1,11 +1,12 @@ # CatalogManager.properties # -# This is the default properties file for @docname@. +# This is the default properties file for @docname@. This facilitates local +# configuration of application-specific catalogs. # -# 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. +# @docname@ will automatically load a default catalog from +# webapps/cocoon/resources/entities/catalog +# +# See the documentation (catalog.html). # verbosity ... level of messages for status/debug (messages go to STDOUT) # 0 (none) .. 3 (maximum) @@ -14,28 +15,28 @@ # 1 = ? # 2 = 1+, Loading catalog, Resolved public, Resolved system # 3 = 2+, Catalog does not exist, resolvePublic, resolveSystem -# TODO cocoon-dev: determine all messages at each level +# TODO: determine all messages at each level # verbosity=2 -# catalogs ... list of initial catalogs to load +# catalogs ... list of additional catalogs to load # use full pathnames # 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 +catalogs=/path/to/local/catalog # prefer ... we prefer to use Public Identifiers for entity resolution # prefer=public # static-catalog ... see the Sun doco -# TODO cocoon-dev: ? what impact does this setting have for @docname@ +# TODO: ? 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 @docname@ +# TODO: ? what impact does this setting have for @docname@ # allow-oasis-xml-catalog-pi=yes
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]