11 Commits

Author SHA1 Message Date
ndw
f3fec278ee These apps still use the static CatalogManager by default; so make sure we use that manager's debug object for messages
git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226011 13f79535-47bb-0310-9956-ffa450edef68
2002-11-13 20:55:47 +00:00
ndw
4f7be003f3 Add interfaces for constructing a filter with a particular CatalogManager
git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226010 13f79535-47bb-0310-9956-ffa450edef68
2002-11-13 20:54:30 +00:00
ndw
ec123dbb6d Rely on the catalog for which we are reading to provide the debug object for printing messages.
git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226009 13f79535-47bb-0310-9956-ffa450edef68
2002-11-13 20:50:49 +00:00
ndw
60a2439163 Catalogs are now governed by their CatalogManager instance (of which there is a single static instance for simplicity and backwards compatibility). Stefan Wachter provided a parse method that takes a URL; this allows catalogs to occur inside jar files.
git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226008 13f79535-47bb-0310-9956-ffa450edef68
2002-11-13 20:49:31 +00:00
ndw
dcec3ff81e Use catalogManager's debug object instead of static Debug object to print messages
git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226007 13f79535-47bb-0310-9956-ffa450edef68
2002-11-13 20:47:19 +00:00
ndw
32de5fd9df Reworked CatalogManager. The code no longer assumes that there will be one static manager. Each manager can have its own settings and carries its own debug object around with it. Almost all of the old methods are deprecated now that there are proper get/set methods for most of the properties.
git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226006 13f79535-47bb-0310-9956-ffa450edef68
2002-11-13 20:46:19 +00:00
ndw
87b64a669f Debug is no longer static; there's now a unique Debug object associated with each CatalogManager. This class should probably have been called Message or something...
git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226005 13f79535-47bb-0310-9956-ffa450edef68
2002-11-13 20:44:52 +00:00
curcuru
53db5ea418 Oops fix package to match org.apache.xml.resolver
git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226001 13f79535-47bb-0310-9956-ffa450edef68
2002-11-12 16:52:37 +00:00
curcuru
3e814b44c7 For xml-commons-resolver, add a "dist" target and an
org.apache.xml.resolver.Version file; use filtered @impl.version@


git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226000 13f79535-47bb-0310-9956-ffa450edef68
2002-11-07 15:06:31 +00:00
ndw
3d9241dce9 Fix bug with file: URLs getting too many slashes (file:////) which caused confusion
git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@225978 13f79535-47bb-0310-9956-ffa450edef68
2002-06-14 14:37:20 +00:00
ndw
92f652862f Initial checkin of Sun Resolver 1.1 sources
git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@225950 13f79535-47bb-0310-9956-ffa450edef68
2002-01-30 12:25:00 +00:00