Re: how to list all sitemap components

2004-12-13 Thread David Crossley
David Crossley wrote: Bertrand Delacretaz wrote: Upayavira a écrit : ...cd build/cocoon-2.1.7-dev/javadocs/ grep -rl SitemapModelComponent * Good one! Here's the pretty listing then: for i in $(grep -rl SitemapModelComponent * | grep org/apache) do echo $i | sed 's/\//\./g' | sed 's/\.html$//'

Re: how to list all sitemap components

2004-12-13 Thread David Crossley
Bertrand Delacretaz wrote: David Crossley a ?crit : ...Using the grep javadocs method does not find any serializers, actions, matchers, selectors. Why, can't you grep their base interfaces like: for i in $(egrep -rl 'SitemapModelComponent|OtherBaseInterface|Other) ? Oh, i haven't tried

DO NOT REPLY [Bug 25712] - [PATCH] ResourceReader does not support resumes/byteranges correctly

2004-12-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=25712. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Cocoon-2.1.X Tests Failure 12/13/04

2004-12-13 Thread Vadim Gritsenko
Automated Cocoon Unit tests failed! Full log file if this unit test run is available here: http://nagoya.apache.org/~vadim/cocoon-test-log-20041213.log Last messages from the log file: == Testsuite

[GUMP@brutus]: Project cocoon-block-template (in module cocoon) failed

2004-12-13 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project cocoon-block-template has an issue affecting its community integration. This

RE: how to list all sitemap components

2004-12-13 Thread Carsten Ziegeler
David Crossley wrote: Thanks, that will be suitable. Fiddling with the SitemapTask.java i can also getting a listing. So i will be able to work out a solution. Thanks. Hmmm, no joy so far. Using the grep javadocs method does not find any serializers, actions, matchers, selectors.

Re: how to list all sitemap components

2004-12-13 Thread David Crossley
Carsten Ziegeler wrote: David Crossley wrote: ...Fiddling with the SitemapTask.java i can also getting a listing. So i will be able to work out a solution. Thanks. Hmmm, no joy so far. Using the grep javadocs method does not find any serializers, actions, matchers, selectors.

Cocoon-2.1.X Tests Failure 12/14/04

2004-12-13 Thread Vadim Gritsenko
Automated Cocoon Unit tests failed! Full log file if this unit test run is available here: http://nagoya.apache.org/~vadim/cocoon-test-log-20041214.log Last messages from the log file: == [foreach] reader-mime-type.xml:39:

Re: [HEADSUP] CVS references in docs

2004-12-13 Thread Upayavira
Bertrand Delacretaz wrote: Le 14 déc. 04, à 08:51, Upayavira a écrit : ...why does the src/blocks/qdox/conf/qdox.xfonf file contain references to file://D:/cvs-workspages/apache/xml-cocoon2/... IIRC these come from the original block patch and I left them in as examples. But they're commented

DO NOT REPLY [Bug 32690] - [i18n] extending the I18nTransformer

2004-12-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32690. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

RE: how to list all sitemap components

2004-12-13 Thread Carsten Ziegeler
David Crossley wrote: Welcome back Carsten. You probably have stacks of email to catch up with. Yes I had, now I'm done to 50 (I just deleted all the stuff dealing with jxtg, tags, templates blabla :) ) Here is the reason for my questions. Re: review of sitemap component documentation

Do we have a powered by Apache Cocoon logo?

2004-12-13 Thread Bertrand Delacretaz
...if not, is there a volunteer with good graphic skills and enough Copious Free Time to create one? I'm thinking of something simple based on the logo http://cocoon.apache.org/images/cocoon-logo.gif. It might be a good to thing to have on the websites of users who agree. Note that this

Re: Do we have a powered by Apache Cocoon logo?

2004-12-13 Thread Bertrand Delacretaz
Le 14 déc. 04, à 15:37, Leszek Gawron a écrit : ...There is a nice small powered by logo at http://users.skynet.be/litrik/ Maybe we can ask that person to donate it. hmmm...not to be picky but it's missing the powered by words and it's not our logo, I'd much prefer the same look as our official

Re: how to list all sitemap components

2004-12-13 Thread Bertrand Delacretaz
Le 13 déc. 04, à 09:20, David Crossley a écrit : ...Using the grep javadocs method does not find any serializers, actions, matchers, selectors. Why, can't you grep their base interfaces like: for i in $(egrep -rl 'SitemapModelComponent|OtherBaseInterface|Other) ? Also, how about defining a

Re: how to list all sitemap components

2004-12-13 Thread David Crossley
Upayavira wrote: David Crossley wrote: Bertrand Delacretaz wrote: David Crossley a ?crit : ...Using the grep javadocs method does not find any serializers, actions, matchers, selectors. Why, can't you grep their base interfaces like: for i in $(egrep -rl

[HEADSUP] CVS references in docs

2004-12-13 Thread Upayavira
Just so you know, I'm at the moment working through the docs searching for references to CVS that need to change (I've so far got 83 files noted!) I'll work as far as I can to get these corrected, but may well have to post some as bug reports for others to fix, e.g. why does the