Carsten Ziegeler wrote: > I just fixed some bugs in the catalog resolving code; as far > as I can tell everything is working fine. If you experience > problems, just let me know.
Most bits seem to be working again, e.g. main Cocoon documentation. I also resurrected the 'catalog-demo' sample and that works. However other bits are still broken. The "Simplified DocBook" sample is busted. The old ResolverImpl.java used to load an additional catalog via the "local-catalog" parameter of cocoon.xconf using a full filesystem pathname starting with "/" ... now that is busted and the resolver tries to incorrectly load it from .../cocoon-2.1/build/webapp/home/me/work/... ^^^^^ I really do not understand why this behaviour had to be changed. We spent many months figuring out how to load catalogs from either under WEB-INF or from a local filesystem pathname and doing it consistently on all platforms. By the way, 'build test' will need to be fixed too. However, some other tests are currently failing before it gets to the entity resolver tests. --David