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 2005/06/26 11:59:34 UTC

svn commit: r201826 - /forrest/trunk/main/fresh-site/src/documentation/classes/CatalogManager.properties

Author: crossley
Date: Sun Jun 26 00:19:00 2005
New Revision: 201826

URL: http://svn.apache.org/viewcvs?rev=201826&view=rev
Log:
Workaround FOR-548 "project DTD catalogs are not included
when running as a servlet WAR". 
Add additional relative pathname for same catalog.
It looks at both places and reports error for one of them,
so not ideal.

Modified:
    forrest/trunk/main/fresh-site/src/documentation/classes/CatalogManager.properties

Modified: forrest/trunk/main/fresh-site/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/fresh-site/src/documentation/classes/CatalogManager.properties?rev=201826&r1=201825&r2=201826&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/classes/CatalogManager.properties (original)
+++ forrest/trunk/main/fresh-site/src/documentation/classes/CatalogManager.properties Sun Jun 26 00:19:00 2005
@@ -46,7 +46,12 @@
 # Use either full pathnames or relative pathnames.
 # pathname separator is always semi-colon (;) regardless of operating system
 # directory separator is always slash (/) regardless of operating system
-catalogs=../resources/schema/catalog.xcat
+# The project catalog is expected to be at ../resources/schema/catalog.xcat
+#catalogs=../resources/schema/catalog.xcat
+# FIXME: Workaround FOR-548 "project DTD catalogs are not included
+# when running as a servlet WAR". 
+# Same catalog, different path
+catalogs=../resources/schema/catalog.xcat;../../project/src/documentation/resources/schema/catalog.xcat
 
 # relative-catalogs
 # If false, relative catalog URIs are made absolute with respect to the