On Fri, 23 Nov 2001, Carsten Ziegeler wrote: > On windows is everything fine :-) > > Do you have problems with building the docs using 2.0 as well?
Yup! INFO 10065 [ ] (): Processing URI: 3rdparty.html Resolved public: -//APACHE//DTD Documentation V1.0//EN file://home/giacomo/cvs/xml-cocoon-20-branch/build/cocoon/documentation/resources/entities/document-v10.dtd Failed to create InputSource: file://home/giacomo/cvs/xml-cocoon-20-branch/build/cocoon/documentation/resources/entities/document-v10.dtd INFO 10065 [ ] (): Link translated: graphics/3rdparty-header.jpg?label=Third Party Contributions INFO 10065 [ ] (): Link translated: graphics/Index-label.jpg INFO 10065 [ ] (): Link translated: graphics/Index-label_over.jpg INFO 10065 [ ] (): Link translated: graphics/3rd Party-label_select.jpg FATAL_E 10065 [ ] (): Exception caught org.apache.cocoon.ResourceNotFoundException: No pipeline matched request at org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:590) at org.apache.cocoon.www.sitemap_xmap.process(sitemap_xmap.java:467) at org.apache.cocoon.sitemap.Handler.process(Handler.java:163) at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:116) at org.apache.cocoon.Cocoon.process(Cocoon.java:495) at org.apache.cocoon.Main.getType(Main.java:665) at org.apache.cocoon.Main.translateURI(Main.java:584) at org.apache.cocoon.Main.processURI(Main.java:550) at org.apache.cocoon.Main.process(Main.java:444) at org.apache.cocoon.Main.main(Main.java:319) Java Result: 1 Giacomo > > Carsten > > > > -----Original Message----- > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > Sent: Friday, November 23, 2001 2:22 PM > > To: [EMAIL PROTECTED] > > Subject: Re: Compilation problems was RE: [Fwd: freshmeat project > > listing for Cocoon] > > > > > > On 23.Nov.2001 -- 01:43 PM, giacomo wrote: > > > On Fri, 23 Nov 2001, Carsten Ziegeler wrote: > > > > > From: giacomo [mailto:[EMAIL PROTECTED]] > > > > > Big no. After a clean checkout of the HEAD I was able to compile > > > > > but building the docs failed havily. > > > > > > > > > > Could someone fix that more familiar with it than I am? I > > think it has > > > > > to do with the DTD resolver whcih cannot find the DTDs > > requested during > > > > > the build of the docs (even if I've sound them to be there where it > > > > > complains wouldn't be there). > > > > a "build docs" works perfectly here. Hm > > > > > > Lucky you. This is what I get on a clean checkout from HEAD: > > > > > > INFO 10065 [ ] (): Link translated: > > > graphics/Todo-label_over.jpg > > > Resolved public: -//APACHE//DTD Documentation V1.0//EN > > > > > > > > file://home/giacomo/cvs/xml-cocoon2/build/cocoon/documentation/res > > ources/entities/document-v10.dtd > > > Failed to create InputSource: > > > > file://home/giacomo/cvs/xml-cocoon2/build/cocoon/documentation/resources/ent > ities/document-v10.dtd > > ERROR 10065 [ ] (): Could not read resource > > > file:/home/giacomo/cvs/xml-cocoon2/build/cocoon/documentation/xdocs/plan/ind > ex.xml > > org.xml.sax.SAXParseException: File > > > "file:/home/giacomo/cvs/xml-cocoon2/build/cocoon/documentation/dtd/document- > v10.dtd" > > not found. > > For me "build docs" fails to find the catalogs, too. > > I *think* it should be "file:///home/g..." (3 x '/'). If you point > e.g. w3m or mozilla to the modified URL it will find the file. > > For cocoon_20_branch applying > > --- documentation/cocoon.xconf.orig Mon Nov 19 11:12:58 2001 > +++ documentation/cocoon.xconf Thu Nov 22 14:53:48 2001 > @@ -101,7 +101,7 @@ > > --> > <resolver class="org.apache.cocoon.components.resolver.ResolverImpl"> > - <parameter name="catalog" value="/resources/entities/catalog"/> > + <parameter name="catalog" value="//resources/entities/catalog"/> > <parameter name="verbosity" value="2"/> > </resolver> > > resolves :-) the issue for me. Alternatively, value="resources..." > works OK as well. Looks like the URL is not composed correctly. > BTW: this is linux with sun jdk 1.3.1 > > Chris. > > -- > C h r i s t i a n H a u l > [EMAIL PROTECTED] > fingerprint: 99B0 1D9D 7919 644A 4837 7D73 FEF9 6856 335A 9E08 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]