Re: [VOTE] Upgrade HSQLDB to 1.7.2 in 2.1.6-dev

2004-10-28 Thread Ugo Cei
Il giorno 28/ott/04, alle 01:39, Antonio Gallardo ha scritto: In Cocoon 2.1.6-dev: Upgrade HSQLDB to version 1.7.2? Please cast your votes: [ ] Yes, please upgrade [ X] No, keep the current version [ ] I don't care. I'd say -0. What is HSQLDB used for in Cocoon? Samples. Would samples benefit

DO NOT REPLY [Bug 31813] - [Sample] DreamTeam (dependent widgets in a repeater)

2004-10-28 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=31813. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [VOTE] Upgrade HSQLDB to 1.7.2 in 2.1.6-dev

2004-10-28 Thread Ugo Cei
Il giorno 28/ott/04, alle 09:04, Antonio Gallardo ha scritto: Ugo Cei dijo: I'd rather spend some time trying to integrate Apache Derby instead ;-) This was the planned next vote! ;-) Replace HSQLDB with Apache Derby or something like that. I still have no idea and need to make a small research

Re: [VOTE] Upgrade HSQLDB to 1.7.2 in 2.1.6-dev

2004-10-28 Thread Bertrand Delacretaz
Le 28 oct. 04, à 09:32, Ugo Cei a écrit : ...In this sense, less is more and I'd be probably be -1 on switching to Derby, on account of the fact that, by bundling a full-fetaured RDBMS, we will probably give the impression that we somehow endorse it as the recommended solution... I basically

Re: handling Bugzilla backlog (Was: Let's deprecate the PHP block)

2004-10-28 Thread Jorg Heymans
Vadim Gritsenko wrote: Jorg Heymans wrote: First of all, thanks Luigi for bringing up something that has been on my mind for a long time! Cocoon's patch queue is nothing to be proud of to be honest, both in size and age. The only way to get an overworked committer off the hook in the long run

Re: [VOTE] Upgrade HSQLDB to 1.7.2 in 2.1.6-dev

2004-10-28 Thread Sylvain Wallez
Torsten Curdt wrote: Antonio Gallardo wrote: Ugo Cei dijo: I'd rather spend some time trying to integrate Apache Derby instead ;-) This was the planned next vote! ;-) Replace HSQLDB with Apache Derby or something like that. I still have no idea and need to make a small research before. is it

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

2004-10-28 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 has an issue affecting its community integration. This issue affects 55

Re: [VOTE] Upgrade HSQLDB to 1.7.2 in 2.1.6-dev

2004-10-28 Thread Vadim Gritsenko
Sylvain Wallez wrote: Let's use for our SQL samples the smallest DB that can do the job. And in this regard, HSQLDB seems the clear winner :-) +1. We could provide Axion and Derby blocks, but probably this should wait till real blocks, or at least till separate blocks repository(ies). Vadim

Re: A widget framework (long)

2004-10-28 Thread Reinhard Poetz
Interesting paper that needs some time to read AND understand. After reading it once, one question: Do you see any way to integrate your ideas into Cocoon Forms? -- Reinhard

DO NOT REPLY [Bug 25951] - Flow - Implicit variable declaration causes double setup/invalidate of FOM_Cocoon

2004-10-28 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=25951. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: A widget framework (long)

2004-10-28 Thread Sylvain Wallez
Reinhard Poetz wrote: Interesting paper that needs some time to read AND understand. Indeed. I started, and I see good, bad and ugly :-) More on this later... Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain

Re: A widget framework (long)

2004-10-28 Thread Jonas Ekstedt
On Thu, 2004-10-28 at 12:50, Reinhard Poetz wrote: After reading it once, one question: Do you see any way to integrate your ideas into Cocoon Forms? One part that I believe could be incorporated into CForms would be how the view model is populated. Today each widget populates itself from

DO NOT REPLY [Bug 28360] - [PATCH] DateInputModule's getAttribute() does not fetch requested format

2004-10-28 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=28360. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Locking the JS global scope to avoid implicit declarations

2004-10-28 Thread Sylvain Wallez
Yesterday I found bugs in one of our projects similar to bug #25951 [1] : when a variable is used without prior declaration with var, it is implicitely attached to the the global scope (mandatory declaration of variables is a planned feature of JS 2.0 [2] but isn't available yet). This is the

DO NOT REPLY [Bug 28360] - [PATCH] DateInputModule's getAttribute() should fetch format from attribute-name

2004-10-28 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=28360. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: Locking the JS global scope to avoid implicit declarations

2004-10-28 Thread Carsten Ziegeler
This might be a dump question, but I thought that global variables are attached to the session of the current user. Is this wrong or are there different kinds of global variables? Carsten -Original Message- From: Sylvain Wallez [mailto:[EMAIL PROTECTED] Sent: Thursday, October 28,

Re: A widget framework (long)

2004-10-28 Thread Sylvain Wallez
Jonas Ekstedt wrote: On Thu, 2004-10-28 at 12:50, Reinhard Poetz wrote: After reading it once, one question: Do you see any way to integrate your ideas into Cocoon Forms? One part that I believe could be incorporated into CForms would be how the view model is populated. That's the ugly

Re: Cocoon read-only (ex: CD-ROM) add ${context-work} parameter to logkit.xconf from CocoonServlet.java

2004-10-28 Thread Frédéric Glorieux
Beside CocoonServlet, there are 4 more places like this: CocoonPortlet, ManagedCocoonPortlet, BeanWrapper, and CocoonTask. And, work directory is available (after my commit) in the context as work-directory entry. So, in logkit.xconf you can simply write: Thanks a lot, it's working like I

Re: Locking the JS global scope to avoid implicit declarations

2004-10-28 Thread Bertrand Delacretaz
Le 28 oct. 04, à 14:56, Carsten Ziegeler a écrit : This might be a dump question, but I thought that global variables are attached to the session of the current user. Is this wrong or are there different kinds of global variables? I think what Sylvain is referring to is the unwilling creation of

Re: Locking the JS global scope to avoid implicit declarations

2004-10-28 Thread Bertrand Delacretaz
Le 28 oct. 04, à 14:49, Sylvain Wallez a écrit : ...I implemented this feature locally and it works beautifully. I firmly believe this should be the default as it prevents weird errors that can be very confusing... So do I - I did sweat a bit on this a few weeks ago, it is a common mistake that

Re: Locking the JS global scope to avoid implicit declarations

2004-10-28 Thread Sylvain Wallez
Carsten Ziegeler wrote: This might be a dump question, but I thought that global variables are attached to the session of the current user. Is this wrong or are there different kinds of global variables? Yes, the global scope in flowscript is attached to the session. That means implicitely

Re: Blocker: Exception using cocoon:// protocol

2004-10-28 Thread Unico Hommes
Vadim Gritsenko wrote: Hey all, There is some issue with cocoon:// protocol that I can't wrap my head around... It is blocking 2.1.6 release. NullPointerException occurs when request's pipeline uses / includes another pipeline via cocoon:// protocol. It is reproducable using multiple samples:

Re: Blocker: Exception using cocoon:// protocol

2004-10-28 Thread Vadim Gritsenko
Unico Hommes wrote: Vadim Gritsenko wrote: Hey all, There is some issue with cocoon:// protocol that I can't wrap my head around... It is blocking 2.1.6 release. NullPointerException occurs when request's pipeline uses / includes another pipeline via cocoon:// protocol. It is reproducable using

RE: Locking the JS global scope to avoid implicit declarations

2004-10-28 Thread Carsten Ziegeler
Sylvain Wallez wrote Carsten Ziegeler wrote: This might be a dump question, but I thought that global variables are attached to the session of the current user. Is this wrong or are there different kinds of global variables? Yes, the global scope in flowscript is attached

Re: Locking the JS global scope to avoid implicit declarations

2004-10-28 Thread Unico Hommes
Carsten Ziegeler wrote: Sylvain Wallez wrote Carsten Ziegeler wrote: This might be a dump question, but I thought that global variables are attached to the session of the current user. Is this wrong or are there different kinds of global variables? Yes,

Re: Locking the JS global scope to avoid implicit declarations

2004-10-28 Thread Vadim Gritsenko
Sylvain Wallez wrote: Carsten Ziegeler wrote: This might be a dump question, but I thought that global variables are attached to the session of the current user. Is this wrong or are there different kinds of global variables? Yes, the global scope in flowscript is attached to the session. That

Re: Locking the JS global scope to avoid implicit declarations

2004-10-28 Thread Sylvain Wallez
Vadim Gritsenko wrote: Sylvain Wallez wrote: Carsten Ziegeler wrote: This might be a dump question, but I thought that global variables are attached to the session of the current user. Is this wrong or are there different kinds of global variables? Yes, the global scope in flowscript is

Re: webdav block, davmap, binaries PUT, request reader

2004-10-28 Thread Frédéric Glorieux
Unico Hommes wrote: Hi again, Hello I thought that would have worked :-/ The problem may be that getInputStream is not defined on the Response interface but only on HttpResponse class. Hmm sorry, I guess a Reader is the best option ATM. Thanks for the modifications in request(s) APIs to have an

[Proposal] New Block building system

2004-10-28 Thread Reinhard Poetz
Because of my two or three commit messages this afternoon you might have seen that I started with a prototyp (currently a proof of concept) for a new Block build system. As some of you know, I'm not really satisfied with the existing one, especially it's not possible to deal with blocks as

[VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread Torsten Curdt
Ralph, Leszek, to be honest the thread how to become a committer was quite a funny timing and brought up a smile to quite some faces. I like to emphasize that right *before* Leszek send out this mail people were already talking about a proposal. So I am not quite sure if this was just instinct, a

Re: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread Bertrand Delacretaz
Le 28 oct. 04, à 17:04, Torsten Curdt a écrit : Folks please cast your votes for: [+1] Leszek [+1] Ralph Welcome Leszek and Ralph, and big thanks for your involvement in the last (...insert long period of time here...). Keep it up! -Bertrand smime.p7s Description: S/MIME cryptographic

Re: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread Sylvain Wallez
Torsten Curdt wrote: Folks please cast your votes for: [ ] Leszek [ ] Ralph as Apache Cocoon committers. +1 for both! Sylvain -- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon,

Re: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread Tony Collen
Torsten Curdt wrote: Folks please cast your votes for: [ ] Leszek [ ] Ralph as Apache Cocoon committers. +1 for both! Welcome guys! :) Tony

Re: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread Tim Larson
On Thu, Oct 28, 2004 at 05:04:31PM +0200, Torsten Curdt wrote: Folks please cast your votes for: [ ] Leszek [ ] Ralph as Apache Cocoon committers. +1 for both. Glad to have you here :) --Tim Larson

Re: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread Reinhard Poetz
Torsten Curdt wrote: Folks please cast your votes for: [+1] Leszek [+1] Ralph Welcome guys! -- Reinhard

RE: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread Carsten Ziegeler
Torsten Curdt wrote: Folks please cast your votes for: [+1] Leszek [+1] Ralph Carsten

Re: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread Ugo Cei
Il giorno 28/ott/04, alle 17:04, Torsten Curdt ha scritto: [ X] Leszek [ X] Ralph Welcome aboard! Ugo -- Ugo Cei - http://beblogging.com/ smime.p7s Description: S/MIME cryptographic signature

DO NOT REPLY [Bug 31813] - [Sample] DreamTeam (dependent widgets in a repeater)

2004-10-28 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=31813. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread Unico Hommes
Torsten Curdt wrote: Folks please cast your votes for: [ ] Leszek [ ] Ralph as Apache Cocoon committers. +1 for both. -- Unico

Re: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread Steven Noels
On 28 Oct 2004, at 17:04, Torsten Curdt wrote: Folks please cast your votes for: [+1] Leszek [+1] Ralph as Apache Cocoon committers. Welcome! /Steven -- Steven Noelshttp://outerthought.org/ Outerthought - Open Source Java XMLAn Orixo Member Read my weblog

Re: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread Ralph Goers
Thanks Torsten! To be honest, I didn't really expect this to be the result of Leszek's question. Yes, I would gladly accept. Ralph Torsten Curdt said: Ralph, Leszek, Folks please cast your votes for: [ ] Leszek [ ] Ralph as Apache Cocoon committers. From the question how to

Re: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread Daniel Fagerstrom
Torsten Curdt wrote: Folks please cast your votes for: [ ] Leszek [ ] Ralph +1 for both! /Daniel

DO NOT REPLY [Bug 25437] - [PATCH] TreeProcessor.ForwardEnvironmentWrapper should delegate isResponseModified/setResponseIsNotModified to wrapped environment

2004-10-28 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=25437. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 26854] - [PATCH] redirect problems

2004-10-28 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=26854. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread Torsten Curdt
Thanks Torsten! To be honest, I didn't really expect this to be the result of Leszek's question. ...as I said: it's not the result from that question :-) Yes, I would gladly accept. then welcome on board cheers -- Torsten

Re: Cocoon Portal Engine Tools

2004-10-28 Thread Ralph Goers
Just a reminder that I am still very interested in seeing this. Is there a preview version I could get my hands on? Ralph Jon Evans said: Hi, On 7 Oct 2004, at 08:08, Matthew Langham wrote: Not yet. We hope to have a demo version with us at the GT and then be able to commit something

Re: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread David Crossley
Torsten Curdt wrote: Ralph, Leszek, [snip] ...so that's the reason why me (and others) think it's about time to finally propose both of them as committers. Hope you keep up the dedication. They are both obviously committed people. Folks please cast your votes for: [ ] Leszek [ ]

Re: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread Guido Casper
Torsten Curdt wrote: Folks please cast your votes for: [ ] Leszek [ ] Ralph as Apache Cocoon committers. +1 for both. Guido

DO NOT REPLY [Bug 31813] - [Sample] DreamTeam (dependent widgets in a repeater)

2004-10-28 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=31813. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread Giacomo Pati
On Thu, 28 Oct 2004, Torsten Curdt wrote: Folks please cast your votes for: [ X ] Leszek [ X ] Ralph Welcome aboard -- Giacomo Pati Otego AG, Switzerland - http://www.otego.com Orixo, the XML business alliance - http://www.orixo.com

RE: Cocoon Portal Engine Tools

2004-10-28 Thread JACOB, ERIC
Hi, I would be interested in that too. Anyone has tried out the demo at GT and could provide some comments about the tool? Eric -Original Message- From: Ralph Goers [mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 11:38 AM To: [EMAIL PROTECTED] Subject: Re: Cocoon Portal

Re: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread Gianugo Rabellino
On Oct 28, 2004, at 5:04 PM, Torsten Curdt wrote: Folks please cast your votes for: [+1] Leszek [+1] Ralph as Apache Cocoon committers. And welcome aboard! Ciao, -- Gianugo Rabellino Pro-netics s.r.l. - http://www.pro-netics.com Orixo, the XML business alliance: http://www.orixo.com

Re: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread Joerg Heinicke
On 28.10.2004 17:04, Torsten Curdt wrote: Folks please cast your votes for: [+1] Leszek [+1] Ralph as Apache Cocoon committers. Welcome! Joerg

Re: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread Leszek Gawron
Torsten Curdt wrote: Ralph, Leszek, to be honest the thread how to become a committer was quite a funny timing and brought up a smile to quite some faces. I like to emphasize that right *before* Leszek send out this mail people were already talking about a proposal. So I am not quite sure if this

Re: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread Geoff Howard
On Thu, 28 Oct 2004 17:04:31 +0200, Torsten Curdt [EMAIL PROTECTED] wrote: ... In fact both have been around for quite some time, contributed in discussions, sent patches and showed they care about cocoon and its community. ... Folks please cast your votes for: [+1] Leszek [+1] Ralph

DO NOT REPLY [Bug 26854] - [PATCH] redirect problems

2004-10-28 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=26854. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 25437] - [PATCH] TreeProcessor.ForwardEnvironmentWrapper should delegate isResponseModified/setResponseIsNotModified to wrapped environment

2004-10-28 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=25437. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 26854] - [PATCH] redirect problems

2004-10-28 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=26854. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread Vadim Gritsenko
Torsten Curdt wrote: Folks please cast your votes for: [+1] Leszek [+1] Ralph as Apache Cocoon committers. Vadim

Re: svn commit: rev 55895 - cocoon/branches/BRANCH_2_1_X

2004-10-28 Thread Tony Collen
[EMAIL PROTECTED] wrote: Author: tony Date: Thu Oct 28 14:51:15 2004 New Revision: 55895 Modified: cocoon/branches/BRANCH_2_1_X/blocks.properties cocoon/branches/BRANCH_2_1_X/gump.xml cocoon/branches/BRANCH_2_1_X/status.xml Log: deprecating the php block Modified:

[RT] StringTemplate: The answer to our templating needs?

2004-10-28 Thread Tony Collen
Brought to you by the maniac that brings you ANTLR! A while ago I was investigating different templating languages, and I came across one called StringTemplate [1] [1] http://www.stringtemplate.org/doc/doc.tml Of particular interest is the author's paper, _EnforcingModel-View Separation in

[RT] StringTemplate: The answer to our templating needs?

2004-10-28 Thread Tony Collen
-- Well, I was too quick on the key presses, so here goes again. Sorry for the spam :) -- Brought to you by the maniac that brings you ANTLR! A while ago I was investigating different templating languages, and I came across one called StringTemplate

Re: Project rules (was Re: Let's deprecate the PHP block)

2004-10-28 Thread David Crossley
Sylvain Wallez wrote: Even if I'm more inline with Stefano's way of seeing things and have a natural tendency of letting things self-organizing, I also agree that having clear rules may ease our job, and fostering work on them is part of my PMC chair job. It is the job of the whole PMC.

Re: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread Stefano Mazzocchi
Torsten Curdt wrote: Folks please cast your votes for: [ ] Leszek [ ] Ralph as Apache Cocoon committers. +1 Welcome on board! -- Stefano. smime.p7s Description: S/MIME Cryptographic Signature

Re: [VOTE] Leszek Gawron and Ralph Goers as committers

2004-10-28 Thread Stefano Mazzocchi
Leszek Gawron wrote: I thought there is still very much to do to prove myself useful and trustworthy. ... and that's exactly why everybody thinks you deserve committership ;-) -- Stefano. smime.p7s Description: S/MIME Cryptographic Signature

Re: [Proposal] New Block building system

2004-10-28 Thread Stefano Mazzocchi
Reinhard Poetz wrote: More information and explanations can be found at http://wiki.apache.org/cocoon/CocoonBlockBuilder [not critizing, just curious] can you explain why you think that having block/lib is going to be jar hell while lib/block is not? -- Stefano. smime.p7s Description: S/MIME