Re: Fwd: Re: JDK 1.3, Forrest and Cocoon Upgrade

2004-12-09 Thread Reinhard Poetz
Antonio Gallardo wrote: Do you think we need a new vote again? :-) 2.2 is under develoment (alpha!) and should not be used in production. IMO we are free to use 1.4 for now. When we reach a consolidated state of Cocoon core 2.2 we can try to compile with 1.3 and see what is needed to enable the

Re: JXTG: invoke macro by name from expression

2004-12-09 Thread Leszek Gawron
Antonio Gallardo wrote: On Mie, 8 de Diciembre de 2004, 15:17, Conal Tuohy dijo: Leszek Gawron wrote: Though I would suggest jx:call-macro name=fooBar/ which would make it clear that the attribute is the NAME of the macro to be invoked, rather than the macro itself. +1 here. But please keep in

Re: svn commit: r111262 - in cocoon/branches/BRANCH_2_1_X/src: java/org/apache/cocoon/components/flow webapp/WEB-INF

2004-12-09 Thread Leszek Gawron
Bertrand Delacretaz wrote: Le 9 déc. 04, à 01:03, Leszek Gawron a écrit : ... +?xml version=1.0 encoding=UTF-8? ... This is BOM (byte ordering mark). It is being written by some of xml editors to the beginning of the multibyte encoded (i.e. utf-8) xml file. The file I commited is a valid xml.

Re: JDK 1.3, Forrest and Cocoon Upgrade

2004-12-09 Thread Ugo Cei
Il giorno 09/dic/04, alle 09:04, Reinhard Poetz ha scritto: 2.2 is under develoment (alpha!) and should not be used in production. IMO we are free to use 1.4 for now. When we reach a consolidated state of Cocoon core 2.2 we can try to compile with 1.3 and see what is needed to enable the

Re: svn commit: r111262 - in cocoon/branches/BRANCH_2_1_X/src: java/org/apache/cocoon/components/flow webapp/WEB-INF

2004-12-09 Thread Antonio Gallardo
On Jue, 9 de Diciembre de 2004, 2:21, Leszek Gawron dijo: By the way: it is a little bit different on win32. Some tools detect utf encoding by checking for BOM. If there is none - ANSI encoding is assumed. then switch to Linux! ;-) Best Regards, Antonio Gallardo

Re: JXTG: invoke macro by name from expression

2004-12-09 Thread Daniel Fagerstrom
Leszek Gawron wrote: snip/ That's good. If noone objects I will start tomorrow and hopefully commit tomorrow. I have not had time to evalute your proposal in detail, but from a first look it seem good, so please go ahead. The syntax you proposed for invocation: jx:invoke

Re: svn commit: r111262 - in cocoon/branches/BRANCH_2_1_X/src: java/org/apache/cocoon/components/flow webapp/WEB-INF

2004-12-09 Thread Bertrand Delacretaz
Le 9 déc. 04, à 09:21, Leszek Gawron a écrit : ...By the way: it is a little bit different on win32. Some tools detect utf encoding by checking for BOM. If there is none - ANSI encoding is assumed... AFAIU this is ok for 16-bit based encodings, not for UTF-8. -Bertrand smime.p7s Description:

Re: JXTG: invoke macro by name from expression

2004-12-09 Thread Leszek Gawron
Daniel Fagerstrom wrote: Leszek Gawron wrote: snip/ That's good. If noone objects I will start tomorrow and hopefully commit tomorrow. I have not had time to evalute your proposal in detail, but from a first look it seem good, so please go ahead. The syntax you proposed for invocation:

Re: svn commit: r111262 - in cocoon/branches/BRANCH_2_1_X/src: java/org/apache/cocoon/components/flow webapp/WEB-INF

2004-12-09 Thread Leszek Gawron
Bertrand Delacretaz wrote: Le 9 déc. 04, à 09:21, Leszek Gawron a écrit : ...By the way: it is a little bit different on win32. Some tools detect utf encoding by checking for BOM. If there is none - ANSI encoding is assumed... AFAIU this is ok for 16-bit based encodings, not for UTF-8.

Re: svn commit: r111262 - in cocoon/branches/BRANCH_2_1_X/src: java/org/apache/cocoon/components/flow webapp/WEB-INF

2004-12-09 Thread Antonio Gallardo
On Jue, 9 de Diciembre de 2004, 2:49, Leszek Gawron dijo: Bertrand Delacretaz wrote: Le 9 déc. 04, à 09:21, Leszek Gawron a écrit : ...By the way: it is a little bit different on win32. Some tools detect utf encoding by checking for BOM. If there is none - ANSI encoding is assumed...

Re: JXTG: invoke macro by name from expression

2004-12-09 Thread Leszek Gawron
/~lgawron/jxtg-20041209.zip Wasn't that hard with eclipse. Still took 4 hours so I'd appreciate if you looked at it :) -- Leszek Gawron [EMAIL PROTECTED] Project ManagerMobileBox sp. z o.o. +48 (61) 855 06 67

Re: JXTG: invoke macro by name from expression

2004-12-09 Thread Antonio Gallardo
On Jue, 9 de Diciembre de 2004, 3:01, Leszek Gawron dijo: If you already have something I should not commit - maybe I would send you the source via email so you could use it if you wanted? http://www.apache.org/~lgawron/jxtg-20041209.zip Wasn't that hard with eclipse. Still took 4 hours so

Re: JXTG: invoke macro by name from expression

2004-12-09 Thread Leszek Gawron
Antonio Gallardo wrote: On Jue, 9 de Diciembre de 2004, 3:01, Leszek Gawron dijo: If you already have something I should not commit - maybe I would send you the source via email so you could use it if you wanted? http://www.apache.org/~lgawron/jxtg-20041209.zip Wasn't that hard with eclipse. Still

Re: svn commit: r111262 - in cocoon/branches/BRANCH_2_1_X/src: java/org/apache/cocoon/components/flow webapp/WEB-INF

2004-12-09 Thread Bertrand Delacretaz
Le 9 déc. 04, à 09:49, Leszek Gawron a écrit : ... Because Microsoft did it, and there is so much Notepad data out there, the UTF-8 BOM became a de facto standard and then a de jure standard. (Although the BOM is optional.).. hmm...not sure if notepad is the kind of reference that we want to use

Re: svn commit: r111262 - in cocoon/branches/BRANCH_2_1_X/src: java/org/apache/cocoon/components/flow webapp/WEB-INF

2004-12-09 Thread Leszek Gawron
Bertrand Delacretaz wrote: Le 9 déc. 04, à 09:49, Leszek Gawron a écrit : ... Because Microsoft did it, and there is so much Notepad data out there, the UTF-8 BOM became a de facto standard and then a de jure standard. (Although the BOM is optional.).. hmm...not sure if notepad is the kind of

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

2004-12-09 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-20041209.log Last messages from the log file: == [foreach] reader-mime-type.xml:39

WebServiceProxyGenerator does not do redirects correctly

2004-12-09 Thread Ramon Casha
The commons HttpClient library does not automatically do redirects (see http://jakarta.apache.org/commons/httpclient/redirects.html). So, when the WebServiceProxyGenerator receives a redirect response, which has no body, it chokes on it. In my case I was trying to proxy a JSPWiki instance - the

[RFC] JXTG Refactoring (was: JXTG: invoke macro by name from expression)

2004-12-09 Thread Daniel Fagerstrom
should not commit - maybe I would send you the source via email so you could use it if you wanted? http://www.apache.org/~lgawron/jxtg-20041209.zip Wasn't that hard with eclipse. Still took 4 hours so I'd appreciate if you looked at it :) I think you can commit the changes, if it is working

[GUMP@brutus]: Project cocoon-block-xsp (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-xsp *no longer* has an issue. The current state of this project is

[GUMP@brutus]: Project cocoon-block-session-fw (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-session-fw *no longer* has an issue. The current state of this

[GUMP@brutus]: Project cocoon-block-batik (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-batik *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project cocoon-block-chaperon (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-chaperon *no longer* has an issue. The current state of this

[GUMP@brutus]: Project cocoon-block-databases (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-databases *no longer* has an issue. The current state of this

[GUMP@brutus]: Project cocoon-block-hsqldb (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-hsqldb *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project cocoon-block-taglib (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-taglib *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project cocoon-block-html (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-html *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project cocoon-block-itext (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-itext *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project cocoon-block-jfor (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-jfor *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project cocoon-block-linkrewriter (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-linkrewriter *no longer* has an issue. The current state of this

[GUMP@brutus]: Project cocoon-block-velocity (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-velocity *no longer* has an issue. The current state of this

[GUMP@brutus]: Project cocoon-block-midi (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-midi *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project cocoon-block-paranoid (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-paranoid *no longer* has an issue. The current state of this

[GUMP@brutus]: Project cocoon-block-poi (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-poi *no longer* has an issue. The current state of this project is

[GUMP@brutus]: Project cocoon-block-profiler (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-profiler *no longer* has an issue. The current state of this

Re: JXTG: invoke macro by name from expression

2004-12-09 Thread Daniel Fagerstrom
Leszek Gawron wrote: Daniel Fagerstrom wrote: snip/ syntax instead. So that it can work together with common XML tools, if people want to use such. That would be good but looks like a bigger change while current macro call is done via macroName param1=value param2=value/ so I would reuse

[GUMP@brutus]: Project cocoon-block-python (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-python *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project cocoon-block-serializers (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-serializers *no longer* has an issue. The current state of this

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

2004-12-09 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

[GUMP@brutus]: Project cocoon-block-web3 (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-web3 *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project cocoon-block-woody (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-woody *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project cocoon-block-forms (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-forms *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project cocoon-block-authentication-fw (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-authentication-fw *no longer* has an issue. The current state of

[GUMP@brutus]: Project cocoon-block-bsf (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-bsf *no longer* has an issue. The current state of this project is

[GUMP@brutus]: Project cocoon-block-deli (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-deli *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project cocoon-block-jms (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-jms *no longer* has an issue. The current state of this project is

[GUMP@brutus]: Project cocoon-block-portal (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-portal *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project cocoon-block-linotype (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-linotype *no longer* has an issue. The current state of this

[GUMP@brutus]: Project cocoon-block-naming (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-naming *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project cocoon-block-portal-fw (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-portal-fw *no longer* has an issue. The current state of this

[GUMP@brutus]: Project cocoon-block-qdox (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-qdox *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project cocoon-block-stx (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-stx *no longer* has an issue. The current state of this project is

Re: [RFC] JXTG Refactoring

2004-12-09 Thread Leszek Gawron
Daniel Fagerstrom wrote: Leszek and I have started refactoring JXTG, by breaking it up in its subclasses. Later we will work on creating more detailed interfaces between the different parts and all the other stuff that has been discussed on the list. Now the question is: where should this work

[GUMP@brutus]: Project cocoon-block-xmldb (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-xmldb *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project cocoon-block-asciiart (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-asciiart *no longer* has an issue. The current state of this

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

2004-12-09 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-cron has an issue affecting its community integration. This issue

[GUMP@brutus]: Project cocoon-block-faces (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-faces *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project cocoon-block-lucene (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-lucene *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project cocoon-block-petstore (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-petstore *no longer* has an issue. The current state of this

[GUMP@brutus]: Project cocoon-block-querybean (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-querybean *no longer* has an issue. The current state of this

[GUMP@brutus]: Project cocoon-block-axis (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-axis *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project cocoon-block-fop (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-fop *no longer* has an issue. The current state of this project is

[GUMP@brutus]: Project cocoon-block-proxy (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-proxy *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project cocoon-block-tour (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-tour *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project cocoon-block-apples (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-apples *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project cocoon-block-jsp (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-jsp *no longer* has an issue. The current state of this project is

[GUMP@brutus]: Project cocoon-block-eventcache (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-eventcache *no longer* has an issue. The current state of this

[GUMP@brutus]: Project cocoon-block-repository (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-repository *no longer* has an issue. The current state of this

[GUMP@brutus]: Project cocoon-block-webdav (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-webdav *no longer* has an issue. The current state of this project

[GUMP@brutus]: Project cocoon-block-slide (in module cocoon) success

2004-12-09 Thread Gump
To whom it may satisfy... 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-slide *no longer* has an issue. The current state of this project

DO NOT REPLY [Bug 31718] - [Patch] Image Operation Reader

2004-12-09 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=31718. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [RFC] JXTG Refactoring

2004-12-09 Thread Leszek Gawron
Daniel Fagerstrom wrote: Leszek and I have started refactoring JXTG, by breaking it up in its subclasses. Later we will work on creating more detailed interfaces between the different parts and all the other stuff that has been discussed on the list. Now the question is: where should this work

DO NOT REPLY [Bug 32541] - [Patch] HTTPIncludeTransformer

2004-12-09 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=32541. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: [RFC] JXTG Refactoring

2004-12-09 Thread Daniel Fagerstrom
Leszek Gawron wrote: snip/ I have commited an initial JXTemplateGenerator to o.a.c.template.jxtg.JXTemplateGenerator and moved Jonas' templating proposal to o.a.c.template.v2 package. Please review. Nice! Don't have time to review in any detail right now. I added some basic test cases. Two of

Re: [RFC] JXTG Refactoring

2004-12-09 Thread Leszek Gawron
Daniel Fagerstrom wrote: Leszek Gawron wrote: snip/ I have commited an initial JXTemplateGenerator to o.a.c.template.jxtg.JXTemplateGenerator and moved Jonas' templating proposal to o.a.c.template.v2 package. Please review. Nice! I am totally busy right now. I'll try to look into your test

Re: [RFC] JXTG Refactoring

2004-12-09 Thread Daniel Fagerstrom
Daniel Fagerstrom wrote: snip/ For further refactoring I think that we should ... Even more important is of course to add lots of test cases, so that we ensure high quality. For those who have corrected more or less subtle bugs in JXTG, consider adding a test case for it so that we can avoid

Re: how to list all sitemap components

2004-12-09 Thread Geoff Howard
I'd just use eclipse to find every class that implements the right interface(s). Would that work? Geoff On Thu, 09 Dec 2004 10:46:36 +1100, David Crossley [EMAIL PROTECTED] wrote: I am trying to create a list of all sitemap components in the Cocoon core and blocks. So far i have tried to

Re: how to list all sitemap components

2004-12-09 Thread Upayavira
Geoff Howard wrote: I'd just use eclipse to find every class that implements the right interface(s). Would that work? Or, what we need is a tool that lists all the interfaces that a class implements. Hmm. Javadoc. For the CastorTransformer, you get a line saying: *All Implemented

Re: svn commit: r111375 - in cocoon/trunk/src/blocks/template: java/org/apache/cocoon/template/generation java/org/apache/cocoon/template/jxtg java/org/apache/cocoon/template/jxtg/environment java/org/apache/cocoon/template/jxtg/expression java/org/apache/cocoon/template/jxtg/script java/org/apache/cocoon/template/jxtg/script/event java/org/apache/cocoon/template/script java/org/apache/cocoon/template/tag java/org/apache/cocoon/template/v2 java/org/apache/cocoon/template/v2/generation java/org/apache/cocoon/template/v2/script java/org/apache/cocoon/template/v2/tag java/org/apache/cocoon/template/v2/tag/samples test/org/apache/cocoon/template/generation test/org/apache/cocoon/template/script

2004-12-09 Thread Vadim Gritsenko
[EMAIL PROTECTED] wrote: Author: lgawron Added: cocoon/trunk/src/blocks/template/java/org/apache/cocoon/template/jxtg/JXTemplateGenerator.java Url: http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/template/java/org/apache/cocoon/template/jxtg/JXTemplateGenerator.java?view=autorev=111375

Re: how to list all sitemap components

2004-12-09 Thread Bertrand Delacretaz
Le 9 déc. 04, à 00:46, David Crossley a écrit : I am trying to create a list of all sitemap components in the Cocoon core and blocks... Doesn't qdox list the interfaces that a class implements? If it's the case, it should be possible to create a pipeline (using the qdox block) or use the qdox ant

Re: how to list all sitemap components

2004-12-09 Thread Upayavira
Bertrand Delacretaz wrote: Le 9 déc. 04, à 00:46, David Crossley a écrit : I am trying to create a list of all sitemap components in the Cocoon core and blocks... Doesn't qdox list the interfaces that a class implements? If it's the case, it should be possible to create a pipeline (using the

Re: XML Serializers [was: XMLSerializer replaces tabs with #9; ]

2004-12-09 Thread george georgovassilis
Dear All I just migrated our projects to 2.1.6 and found that they were severely affected by this new behaviour as all our generated XHTML has escaped tabs, quotes etc. Thus I'd (I think we all do) appreciate clarity on what the correct (and expected) behaviour of the serialisation is. In the

Re: how to list all sitemap components

2004-12-09 Thread Bertrand Delacretaz
Le 9 déc. 04, à 16:56, 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$//' done There's still a bit of

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

2004-12-09 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

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

2004-12-09 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-cron has an issue affecting its community integration. This issue

Lame question...

2004-12-09 Thread Pier Fumagalli
I have some quite-large tables that i use for lookups (categories, mostly, and prices). They fit pretty nicely in a DOM in memory, no problem, and they almost never change. Now, I want to access those from XSLT as a variable. Normally, I would aggregate the source, and pass it in the input to

Re: Lame question...

2004-12-09 Thread Vadim Gritsenko
Pier Fumagalli wrote: I have some quite-large tables that i use for lookups (categories, mostly, and prices). They fit pretty nicely in a DOM in memory, no problem, and they almost never change. Now, I want to access those from XSLT as a variable. Normally, I would aggregate the source, and

Re: how to list all sitemap components

2004-12-09 Thread David Crossley
Geoff Howard wrote: I'd just use eclipse to find every class that implements the right interface(s). Would that work? Thanks Geoff. However, command-line tools only because i need to script it. Sorry, i forgot to specify that. --David

Re: Lame question...

2004-12-09 Thread Micah Dubinko
I could be way off, but... Have you tried including the data in the stylesheet itself and using document() to self-reference? .micah Pier Fumagalli wrote: I have some quite-large tables that i use for lookups (categories, mostly, and prices). They fit pretty nicely in a DOM in memory, no

Cinclude bug 32491

2004-12-09 Thread Jean-Christophe Kermagoret
Hello, my application heavily relies on stream that I use through cinclude post. I saw there was a problem when I test the 2.1.6, as reported in bug 32491. I saw the explanation about the bug but I didn't understand anything... Just a question. When I have a chance to see this bug solved ?

Re: Lame question...

2004-12-09 Thread Daniel Fagerstrom
Pier Fumagalli wrote: I have some quite-large tables that i use for lookups (categories, mostly, and prices). They fit pretty nicely in a DOM in memory, no problem, and they almost never change. Now, I want to access those from XSLT as a variable. Normally, I would aggregate the source, and

DO NOT REPLY [Bug 32620] New: - Tiny typo in AbstractTextSerializer

2004-12-09 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=32620. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 32620] - Tiny typo in AbstractTextSerializer

2004-12-09 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=32620. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 32620] - [PATCH] Tiny typo in AbstractTextSerializer

2004-12-09 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=32620. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 32620] - [PATCH] Tiny typo in AbstractTextSerializer

2004-12-09 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=32620. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Lame question...

2004-12-09 Thread Ralph Goers
Vadim Gritsenko said: Pier Fumagalli wrote: Is there something like that in Cocoon (allow to pass a full DOM as a parameter to the XSLT processor) or shall I start coding? Probably that's what you want: http://issues.apache.org/bugzilla/show_bug.cgi?id=9916 And no, it's not here yet.

Re: how to list all sitemap components

2004-12-09 Thread David Crossley
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$//' done There's still a

A novel way of finding Cocoon-driven sites on the web

2004-12-09 Thread Bertrand Delacretaz
(at least those which have problems ;-) http://www.google.ch/search? q=%22internal%20server%20error%22%20org.apache.cocoon -Bertrand smime.p7s Description: S/MIME cryptographic signature