On Fri, 23 Nov 2001, Carsten Ziegeler wrote: > > > > -----Original Message----- > > From: giacomo [mailto:[EMAIL PROTECTED]] > > Sent: Friday, November 23, 2001 12:01 PM > > To: [EMAIL PROTECTED] > > Subject: Re: Compilation problems was RE: [Fwd: freshmeat project > > listing for Cocoon] > > > > > > On Fri, 23 Nov 2001, Carsten Ziegeler wrote: > > > > > > Giacomo Pati wrote: > > > > > > > > On Thu, 22 Nov 2001, Carsten Ziegeler wrote: > > > > > > > > > Just to get it right. The following is the text we agree on. > > > > > I'll try my best to get it into freshmeat then.... > > > > > By the way, shouldn't we change the README or some other documents > > > > > and add this text there? > > > > > > > > Yes, freshmeet (including the version number there, it's still 1.8.3 > > > > IIRC), and README. I've commited the xdocs/indeex.xml page > > containig the > > > > text. Unfortunately I wasn't able to compile the repository because > > > > something has changed concerning the PhpGenerator (and I was > > toooo lazy > > > > to find out why). > > > > > > > I changed yesterday the checking of the optional compilation. The old > > > algorithm > > > did copy e.g. the PhpGenerator to the build.src directory but > > didn't compile > > > it. > > > Other optional components were not copied beforehand. So there were two > > > places > > > checking: when copying sources and when compiling. > > > I unified this. The checkings is now only done during copying. > > So, if you do > > > a build clean first, it should work then - if not, let me know. > > > > 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/resources/entities/document-v10.dtd Failed to create InputSource: file://home/giacomo/cvs/xml-cocoon2/build/cocoon/documentation/resources/entities/document-v10.dtd ERROR 10065 [ ] (): Could not read resource file:/home/giacomo/cvs/xml-cocoon2/build/cocoon/documentation/xdocs/plan/index.xml org.xml.sax.SAXParseException: File "file:/home/giacomo/cvs/xml-cocoon2/build/cocoon/documentation/dtd/document-v10.dtd" not found. at org.apache.cocoon.components.parser.JaxpParser.fatalError(JaxpParser.java:194) at org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1242) at org.apache.xerces.readers.DefaultEntityHandler.startReadingFromExternalEntity(DefaultEntityHandler.java:793) at org.apache.xerces.readers.DefaultEntityHandler.startReadingFromExternalSubset(DefaultEntityHandler.java:571) at org.apache.xerces.framework.XMLDTDScanner.scanDoctypeDecl(XMLDTDScanner.java:1139) at org.apache.xerces.framework.XMLDocumentScanner.scanDoctypeDecl(XMLDocumentScanner.java:2145) at org.apache.xerces.framework.XMLDocumentScanner.access$0(XMLDocumentScanner.java:2100) at org.apache.xerces.framework.XMLDocumentScanner$PrologDispatcher.dispatch(XMLDocumentScanner.java:831) at org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:381) at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1098) at org.apache.cocoon.components.parser.JaxpParser.parse(JaxpParser.java:116) at org.apache.cocoon.components.source.URLSource.toSAX(URLSource.java:331) at org.apache.cocoon.generation.FileGenerator.generate(FileGenerator.java:109) at org.apache.cocoon.components.pipeline.AbstractEventPipeline.process(AbstractEventPipeline.java:110) at org.apache.cocoon.components.source.SitemapSource.toSAX(SitemapSource.java:305) at org.apache.cocoon.sitemap.ContentAggregator.generate(ContentAggregator.java:120) at org.apache.cocoon.components.pipeline.AbstractEventPipeline.process(AbstractEventPipeline.java:110) at org.apache.cocoon.components.pipeline.AbstractStreamPipeline.process(AbstractStreamPipeline.java:140) at org.apache.cocoon.www.file_.home.giacomo.cvs.xml_cocoon2.build.cocoon.documentation.sitemap_xmap.wildcardMatchN40011D(sitemap_xmap.java:1681) at org.apache.cocoon.www.file_.home.giacomo.cvs.xml_cocoon2.build.cocoon.documentation.sitemap_xmap.process(sitemap_xmap.java:729) at org.apache.cocoon.www.file_.home.giacomo.cvs.xml_cocoon2.build.cocoon.documentation.sitemap_xmap.process(sitemap_xmap.java:647) at org.apache.cocoon.sitemap.Handler.process(Handler.java:163) at org.apache.cocoon.sitemap.Manager.invoke(Manager.java:115) at org.apache.cocoon.sitemap.SitemapManager.process(SitemapManager.java:139) at org.apache.cocoon.Cocoon.process(Cocoon.java:469) at org.apache.cocoon.Main.getType(Main.java:658) at org.apache.cocoon.Main.translateURI(Main.java:576) at org.apache.cocoon.Main.processURI(Main.java:542) at org.apache.cocoon.Main.process(Main.java:430) at org.apache.cocoon.Main.main(Main.java:298) Giacomo > > Carsten > > > > > Giacomo > > > > > > > > Carstn > > > > > > > Giacomo > > > > > > > > > > > > > > > > > > > ------------------------------ OO --------------------------------- > > > > > > > > > > Apache Cocoon is an XML publishing framework that raises > > the usage of > > > > > XML & XSLT technologies for server applications to a new > > > > > level. Designed for performance and scalability around pipelined SAX > > > > > processing, Cocoon offers a flexible environment based on > > the separation > > > > > of concerns between content, logic and style. A centralized > > > > > configuration system and sophisticated caching top this all > > off and help > > > > > you to create, deploy & maintain rock-solid XML server applications. > > > > > > > > > > Cocoon interacts with most data sources from filesystems to > > RDBMS, from > > > > > LDAP to native XML databases and adapts content delivery to the > > > > > capabilities of different devices like HTML, WML, PDF, SVG, > > RTF just to > > > > > name a few. Cocoon currently runs as a Servlet or from a powerful > > > > > commandline interface. The choosen design of an abstracted > > environment > > > > > gives you the freedom to implement your own concrete > > environment to let > > > > > it work. > > > > > > > > > > ------------------------------ OO --------------------------------- > > > > > > > > > > > > > > > Carsten > > > > > > > > > > > -----Original Message----- > > > > > > From: Gianugo Rabellino [mailto:[EMAIL PROTECTED]] > > > > > > Sent: Thursday, November 22, 2001 12:07 PM > > > > > > To: [EMAIL PROTECTED] > > > > > > Subject: Re: [Fwd: freshmeat project listing for Cocoon] > > > > > > > > > > > > > > > > > > giacomo wrote: > > > > > > > > > > > > > On Wed, 21 Nov 2001, Gianugo Rabellino wrote: > > > > > > > > > > > > > > > > > > > > >>giacomo wrote: > > > > > > >> > > > > > > >> > > > > > > >>>Ok, here is what I feel hits the point :) > > > > > > >>> > > > > > > >>>----------------------------------- oo > > > > > > ----------------------------------- > > > > > > >>> > > > > > > >>>Apache Cocoon is an XML publishing framework that raises > > > > the usage of > > > > > > >>>XML & XSLT technologies for content-centric server > > > > > > applications to a new > > > > > > >>>level. Designed for performance and scalability around > > > > pipelined SAX > > > > > > >>>processing, Cocoon offers a flexible environment based on the > > > > > > separation > > > > > > >>>of concerns between content, logic and style. A centralized > > > > > > >>>configuration system and sophisticated caching top this all > > > > > > off and help > > > > > > >>>you to create, deploy & maintain rock-solid XML server > > > > applications. > > > > > > >>> > > > > > > >>>Cocoon interacts with most data sources from filesystems > > > > to RDBMS, from > > > > > > >>>LDAP to native XML databases and adapts content delivery to the > > > > > > >>>capabilities of different devices like HTML, WML, PDF, > > > > SVG, RTF just to > > > > > > >>>name a few. Cocoon currently runs as a Servlet or from > > a powerful > > > > > > >>>commandline interface. The choosen design of an abstracted > > > > environment > > > > > > >>>gives you the freedom to implement your own concrete > > > > environment to let > > > > > > >>>it work. > > > > > > >>> > > > > > > >>>----------------------------------- oo > > > > > > ----------------------------------- > > > > > > >>> > > > > > > >> > > > > > > >> > > > > > > >>Sounds good to me. Just another small note: I'm not *that* > > > > sure about > > > > > > >>focusing on the "content-centric" concept. I do believe > > > > that Cocoon is > > > > > > >>not just for content but can be seen as a generic and very > > > > powerful XML > > > > > > >>processing environment. We have XSP, we have SOAP, we have > > > > actions and > > > > > > >>we will have flowmaps: are we sure that we want to "sell" > > > > Cocoon once > > > > > > >>again mainly as a presentation engine for content-oriented > > > > sites? I'm > > > > > > >>afraid that people looking at the freshmeat blurb might > > > > look at it and > > > > > > >>just say "oh, ok, this is yet another XSLT tool"... > > > > > > >> > > > > > > >>Just another 0.2 euros, other than that I really like > > the result :) > > > > > > >> > > > > > > > > > > > > > > Would you simple remove that word from the abstract above? > > > > > > > > > > > > > > > > > > Exactly, good suggestion. "server applications" is way enough. > > > > > > > > > > > > Ciao, > > > > > > > > > > > > -- > > > > > > Gianugo Rabellino > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > > 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] > > > > > > > > > > > > > --------------------------------------------------------------------- > > > 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] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]