RE: [cocoon 2.2] JStyle

2004-03-09 Thread Carsten Ziegeler
Ups, yes I thought it wasn't used and interestingly it did compile for me (even build clean did work). Now, I tested it again, and it doesn't compile anymore - which is obviously the correct thing. Strange! I don't know anything about JStyleFormatter. I will have a look and eventually readd

Re: [CVS-problem] pre-commit check failed

2004-03-09 Thread Reinhard Pötz
Reinhard Pötz wrote: As you may saw I wanted to commit the results of renaming Woody to CocoonForms but when I commit a file I get the error message pre-commit check failed. Any ideas what's going on here? (I've already checked whether the license is okay, if I use Unix-style line feeds)

RE: Cocoon 2.1.5 (was: DO NOT REPLY [Bug 26456] - First Xindice DB is created in current directory (instead of WEB-INF?))

2004-03-09 Thread Carsten Ziegeler
Joerg Heinicke wrote: When Cocoon 2.1.5 is due? I think we should make xindice 1.1b4 before Cocoon 2.1.5 Let's ask Carsten. The way to Cocoon Forms must of course be finished before the release and we should make sure the correct licenses or is the license issue completely finished

RE: [cocoon 2.2] JStyle

2004-03-09 Thread Carsten Ziegeler
Ok, actually the JStyleFormatter is not used, here is the part from the xconf: !-- Specifies which formatter to use to format source code. This parameter is optional. It is commented out because of bug #5689: Java code-formatter incorrectly formats double

Re: [CVS-problem] pre-commit check failed

2004-03-09 Thread Antonio Gallardo
Reinhard Pötz dijo: Reinhard Pötz wrote: As you may saw I wanted to commit the results of renaming Woody to CocoonForms but when I commit a file I get the error message pre-commit check failed. Any ideas what's going on here? (I've already checked whether the license is okay, if I use

Re: [CVS-problem] pre-commit check failed

2004-03-09 Thread Reinhard Pötz
Antonio Gallardo wrote: Reinhard Pötz dijo: Reinhard Pötz wrote: As you may saw I wanted to commit the results of renaming Woody to CocoonForms but when I commit a file I get the error message pre-commit check failed. Any ideas what's going on here? (I've already checked whether the

Re: Experience with workflow at Hippo Webworks

2004-03-09 Thread Johan Stuyts
On Mon, 08 Mar 2004 19:58:32 +0100, Guido Casper [EMAIL PROTECTED] wrote: Johan Stuyts wrote: Using the GoF State pattern works great for simple state machines and I use it a lot. But the pattern does not talk about nested and/or parallel states, which become incomprehensible when coded in

Re: [cocoon 2.2] JStyle

2004-03-09 Thread Joerg Heinicke
On 09.03.2004 09:17, Carsten Ziegeler wrote: Ok, actually the JStyleFormatter is not used, here is the part from the xconf: !-- Specifies which formatter to use to format source code. This parameter is optional. It is commented out because of bug #5689: Java

Re: Experience with workflow at Hippo Webworks

2004-03-09 Thread Johan Stuyts
On Sun, 07 Mar 2004 18:06:17 -0500, Stefano Mazzocchi [EMAIL PROTECTED] wrote: Sylvain Wallez wrote: Stefano Mazzocchi wrote: Guido Casper wrote: Stefano Mazzocchi wrote: If FSM work bad for flow, why would they work any better for workflow? After thinking again about ways to use

[CocoonForms] END of code freeze

2004-03-09 Thread Reinhard Pötz
Reinhard Pötz wrote: In the next few days I'm going to rename Woody to Cocoon Forms. So please don't commit into the Woody block any more as it will be removed afterwards. Expect results by the end of next week (and not before Monday afternoon). Here are the new names (latest status summing

Re: [CocoonForms] END of code freeze

2004-03-09 Thread Steven Noels
On 09 Mar 2004, at 12:10, Reinhard Pötz wrote: The new forms block is in CVS and Woody removed. ^^ Ouch - are you sure this was needed *immediately after* the renaming? I know this eventually needed to be done, but I would have given the old block

Doc about important changes

2004-03-09 Thread Carsten Ziegeler
It seems that we need a place where we can put important changes for 2.1.5. This is currently the renaming of woody to cocoon forms and the incompatible excalibur-logger change that might cause problems with existing installations. Apart from putting it on the Wiki has someone a good idea where

Re: Doc about important changes

2004-03-09 Thread Bertrand Delacretaz
Le Mardi, 9 mars 2004, à 12:23 Europe/Zurich, Carsten Ziegeler a écrit : ...Apart from putting it on the Wiki has someone a good idea where to place such things so that they are visible for people downloading or extracting the distribution? Perhaps a Readme.1st etc. How about a WARNING.TXT which

Re: cvs commit: cocoon-2.1 status.xml

2004-03-09 Thread Joerg Heinicke
On 09.03.2004 11:57, [EMAIL PROTECTED] wrote: + action dev=RP type=update + Renaming Woody to CocoonForms + - The Woody block (src/blocks/woody) has moved into the new Cocoon Forms +block (src/blocks/forms). + - new namespaces: + * from

Re: Experience with workflow at Hippo Webworks

2004-03-09 Thread Johan Stuyts
On Mon, 8 Mar 2004 15:49:31 -0600, Hunsberger, Peter [EMAIL PROTECTED] wrote: snip I think it would be a good idea to talk about these two -a user-oriented workflow tool with a modeling UI and a well defined limited context -and a more flexible development tool as separate implementations

Re: cvs commit: cocoon-2.1 status.xml

2004-03-09 Thread Joerg Heinicke
On 09.03.2004 02:39, Vadim Gritsenko wrote: public void characters(char[] ch, int start, int length) { if (ch.length 0 start = 0 length 1) { -String text = new String(ch, start, length); if (elementStack.size() 0) {

Re: [CocoonForms] END of code freeze

2004-03-09 Thread Joerg Heinicke
On 09.03.2004 12:10, Reinhard Pötz wrote: The new forms block is in CVS and Woody removed. Open tasks: - update Unit tests by somebody who is familiar with them - update Wiki pages (maybe we can do this automatically in some parts with moving Wiki to Apache infrastructure) - test the new

Re: Doc about important changes

2004-03-09 Thread Antonio Gallardo
Carsten Ziegeler dijo: It seems that we need a place where we can put important changes for 2.1.5. This is currently the renaming of woody to cocoon forms and the incompatible excalibur-logger change that might cause problems with existing installations. Apart from putting it on the Wiki

Re: [CocoonForms] END of code freeze

2004-03-09 Thread Reinhard Pötz
Joerg Heinicke wrote: On 09.03.2004 12:10, Reinhard Pötz wrote: The new forms block is in CVS and Woody removed. Open tasks: - update Unit tests by somebody who is familiar with them - update Wiki pages (maybe we can do this automatically in some parts with moving Wiki to Apache

Re: [CocoonForms] END of code freeze

2004-03-09 Thread Reinhard Pötz
Steven Noels wrote: On 09 Mar 2004, at 12:10, Reinhard Pötz wrote: The new forms block is in CVS and Woody removed. ^^ Ouch - are you sure this was needed *immediately after* the renaming? I know this eventually needed to be done, but I would have

Re: cvs commit: cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/datatype/validationruleimpl ValueCountValidationRule.java

2004-03-09 Thread Reinhard Pötz
Thanks Jörg. I thought Eclipse had already done those updates for us ... strange ... -- Reinhard

Build broken: Duplicate entry for file scratchpad/lib/ehcache-0.7.jar

2004-03-09 Thread Antonio Gallardo
Hi: In lib/jars.xml there is 2 times a references to: scratchpad/lib/ehcache-0.7.jar Best Regards, Antonio Gallardo

Re: [CocoonForms] END of code freeze

2004-03-09 Thread Sylvain Wallez
Reinhard Pötz wrote: Steven Noels wrote: On 09 Mar 2004, at 12:10, Reinhard Pötz wrote: The new forms block is in CVS and Woody removed. *AAARGH* ^^ Ouch - are you sure this was needed *immediately after* the renaming?

Re: [CocoonForms] END of code freeze

2004-03-09 Thread Bertrand Delacretaz
Le Mardi, 9 mars 2004, à 13:57 Europe/Zurich, Sylvain Wallez a écrit : Reinhard Pötz wrote: ...Sorry for this. I thought there was no need for the old block but if somebody needs it we can revert the removal. ...What would be better, IMO, is to leave the woody block as is, but mark it as

Re: [cocoon 2.2] JStyle

2004-03-09 Thread Vadim Gritsenko
Carsten Ziegeler wrote: Ok, actually the JStyleFormatter is not used, here is the part from the xconf: !-- Specifies which formatter to use to format source code. This parameter is optional. It is commented out because of bug #5689: Java code-formatter

Re: [CocoonForms] END of code freeze

2004-03-09 Thread Vadim Gritsenko
Steven Noels wrote: On 09 Mar 2004, at 12:10, Reinhard Pötz wrote: The new forms block is in CVS and Woody removed. ^^ Ouch - are you sure this was needed *immediately after* the renaming? I know this eventually needed to be done, but I would have

Re: cvs commit: cocoon-2.1 status.xml

2004-03-09 Thread Vadim Gritsenko
Joerg Heinicke wrote: On 09.03.2004 02:39, Vadim Gritsenko wrote: public void characters(char[] ch, int start, int length) { if (ch.length 0 start = 0 length 1) { -String text = new String(ch, start, length); if (elementStack.size() 0) {

Re: Doc about important changes

2004-03-09 Thread Vadim Gritsenko
Carsten Ziegeler wrote: It seems that we need a place where we can put important changes for 2.1.5. This is currently the renaming of woody to cocoon forms and the incompatible excalibur-logger change that might cause problems with existing installations. Apart from putting it on the Wiki has

[Vote] new importance attribute on in status.xml (was: Re: Doc about important changes)

2004-03-09 Thread Sylvain Wallez
Carsten Ziegeler wrote: It seems that we need a place where we can put important changes for 2.1.5. This is currently the renaming of woody to cocoon forms and the incompatible excalibur-logger change that might cause problems with existing installations. Apart from putting it on the Wiki has

Re: [CocoonForms] END of code freeze

2004-03-09 Thread Vadim Gritsenko
Sylvain Wallez wrote: Reinhard Pötz wrote: ... Sorry for this. I thought there was no need for the old block but if somebody needs it we can revert the removal. Oh yes, *please*, *please*, because this instantly breaks all applications that use woody and the latest CVS I'm missing

Re: [Vote] new importance attribute on in status.xml

2004-03-09 Thread Sylvain Wallez
Sylvain Wallez wrote: Carsten Ziegeler wrote: It seems that we need a place where we can put important changes for 2.1.5. This is currently the renaming of woody to cocoon forms and the incompatible excalibur-logger change that might cause problems with existing installations. Apart from

Re: [CocoonForms] END of code freeze

2004-03-09 Thread Sylvain Wallez
Bertrand Delacretaz wrote: Le Mardi, 9 mars 2004, à 13:57 Europe/Zurich, Sylvain Wallez a écrit : Reinhard Pötz wrote: ...Sorry for this. I thought there was no need for the old block but if somebody needs it we can revert the removal. ...What would be better, IMO, is to leave the woody

Re: [Vote] new importance attribute on in status.xml

2004-03-09 Thread Vadim Gritsenko
Sylvain Wallez wrote: So let's finally vote on this. - do you want to add an importance=high|low|medium attribute on action in changes.xml? +0.5. How importance is defined - what is important and what is not? - do you want each block to have it's own status.xml file? -0, reduces

[cfoms] ValidationError is deprecated

2004-03-09 Thread Carsten Ziegeler
The org.apache.cocoon.forms.datatype.ValidationError is deprecated. Can we remove it completly? Imho it's not good to have deprecated source in a new block :) Carsten Carsten Ziegeler Open Source Group, SN AG http://www.osoco.net/weblogs/rael/

Re: [CocoonForms] END of code freeze

2004-03-09 Thread Bertrand Delacretaz
Le Mardi, 9 mars 2004, à 14:17 Europe/Zurich, Sylvain Wallez a écrit : ...Uh? The blocks _will_ diverge as woody is stopped whereas cforms starts its life! Sorry I wasn't clear. I meant what you understood below ;-) A solution to enforce this is to lock the woody directory, either through CVS

Re: [Vote] new importance attribute on in status.xml (was: Re: Doc about important changes)

2004-03-09 Thread Bertrand Delacretaz
Le Mardi, 9 mars 2004, à 14:14 Europe/Zurich, Sylvain Wallez a écrit : - do you want to add an importance=high|low|medium attribute on action in changes.xml? +1 - do you want each block to have it's own status.xml file? +0.5 (trying to be more precise in votes: I'm for it but cannot help ATM)

Re: [cfoms] ValidationError is deprecated

2004-03-09 Thread Sylvain Wallez
Carsten Ziegeler wrote: The org.apache.cocoon.forms.datatype.ValidationError is deprecated. Can we remove it completly? Imho it's not good to have deprecated source in a new block :) Sure. We'll have some cleanup to do in the new block: this class was still there in woody as legacy

Re: [CocoonForms] END of code freeze

2004-03-09 Thread Guido Casper
Vadim Gritsenko wrote: Sylvain Wallez wrote: Reinhard Pötz wrote: ... Sorry for this. I thought there was no need for the old block but if somebody needs it we can revert the removal. Oh yes, *please*, *please*, because this instantly breaks all applications that use woody and the latest

Re: [Vote] new importance attribute on in status.xml

2004-03-09 Thread Sylvain Wallez
Vadim Gritsenko wrote: Sylvain Wallez wrote: So let's finally vote on this. - do you want to add an importance=high|low|medium attribute on action in changes.xml? +0.5. How importance is defined - what is important and what is not? Really subjective, I admit. The one that makes the change

Re: [Vote] new importance attribute on in status.xml

2004-03-09 Thread Geoff Howard
Vadim Gritsenko wrote: Sylvain Wallez wrote: So let's finally vote on this. - do you want to add an importance=high|low|medium attribute on action in changes.xml? +.5 - do you want each block to have it's own status.xml file? -0, reduces visibility. Let's do instead: * Do you want to

Re: [CocoonForms] END of code freeze

2004-03-09 Thread Vadim Gritsenko
Guido Casper wrote: Vadim Gritsenko wrote: But, either way this ends up, I'm -1 on keeping both blocks in the release. This means the block must be removed before end of month. Vadim, I (kindly :-) ask you to revert your -1. I have a project using Woody running on 2.1.4 (not CVS head) and

Re: [Vote] new importance attribute on in status.xml

2004-03-09 Thread Vadim Gritsenko
Sylvain Wallez wrote: Vadim Gritsenko wrote: Sylvain Wallez wrote: ... - do you want each block to have it's own status.xml file? -0, reduces visibility. Having a separate file doesn't mean it doesn't appear on a different page in the docs. Cocoon has some nice features for aggregation ;-)

Re: [Vote] new importance attribute on in status.xml

2004-03-09 Thread Juan Jose Pablos
Sylvain, I remember looking on this issue on the forrest list a while ago. What about impact instead of importance? Cheers, Cheche Sylvain Wallez wrote: So let's finally vote on this. - do you want to add an importance=high|low|medium attribute on action in changes.xml? - do you want each

Re: [CocoonForms] END of code freeze

2004-03-09 Thread Bertrand Delacretaz
Le Mardi, 9 mars 2004, à 14:53 Europe/Zurich, Steven Noels a écrit : ...Thanks for your brave effort! Yes, let's not forget this: big THANKS Reinhard for your work! -Bertrand

Re: [CocoonForms] END of code freeze

2004-03-09 Thread Jorg Heymans
Deprecating before removing seems the best option if you care about the installed userbase... Just keep both of them for one more release so people can assess the work involved in migrating. It's the more gentle approach :-) Jorg Vadim Gritsenko wrote: Guido Casper wrote: Vadim Gritsenko

Re: [Vote] new importance attribute on in status.xml

2004-03-09 Thread Sylvain Wallez
Juan Jose Pablos wrote: Sylvain, I remember looking on this issue on the forrest list a while ago. What about impact instead of importance? Mmmh... impact has the underlying meaning that it will have some negative effects on some existing applications, which is not the case for 99% of

Re: [CocoonForms] END of code freeze

2004-03-09 Thread Sylvain Wallez
Bertrand Delacretaz wrote: Le Mardi, 9 mars 2004, à 14:53 Europe/Zurich, Steven Noels a écrit : ...Thanks for your brave effort! Yes, let's not forget this: big THANKS Reinhard for your work! Sure: THANKS Reinhard! Sylvain, wondering how long the thanks thread will be ;-) -- Sylvain Wallez

Re: [Vote] new importance attribute on in status.xml

2004-03-09 Thread Daniel Fagerstrom
Sylvain Wallez wrote: snip/ So let's finally vote on this. - do you want to add an importance=high|low|medium attribute on action in changes.xml? +1 - do you want each block to have it's own status.xml file? +1 /Daniel

Re: [CocoonForms] END of code freeze

2004-03-09 Thread Torsten Curdt
Please guys try my Ant tasks, it should do most of the work for you. If not, report back or fix it pls! Oh ...you already created an ant task for it?! Great! Woody-in-production-user, do guys still need a grace period then? cheers -- Torsten

Re: [Vote] new importance attribute on in status.xml

2004-03-09 Thread Tim Larson
On Tue, Mar 09, 2004 at 03:37:11PM +0100, Reinhard P?tz wrote: Sylvain Wallez wrote: Carsten Ziegeler wrote: So let's finally vote on this. - do you want to add an importance=high|low|medium attribute on action in changes.xml? I think high|low|medium should me more meaningful or in

Re: [Vote] new importance attribute on in status.xml

2004-03-09 Thread Sylvain Wallez
Reinhard Pötz wrote: Sylvain Wallez wrote: snip/ - do you want to add an importance=high|low|medium attribute on action in changes.xml? I think high|low|medium should me more meaningful or in other words self-explaining. What about newFeature, incompatibleChange, minorChange? These

Re: [cfoms] ValidationError is deprecated

2004-03-09 Thread Sylvain Wallez
Carsten Ziegeler wrote: Sylvain Wallez wrote: Carsten Ziegeler wrote: The org.apache.cocoon.forms.datatype.ValidationError is deprecated. Can we remove it completly? Imho it's not good to have deprecated source in a new block :) Sure. We'll have some cleanup to do in the new

Re: [cfoms] ValidationError is deprecated

2004-03-09 Thread Joerg Heinicke
Carsten Ziegeler cziegeler at s-und-n.de writes: The org.apache.cocoon.forms.datatype.ValidationError is deprecated. What's the replacement for the above class? org.apache.cocoon.forms.validation.ValidationError Joerg

Re: [CocoonForms] END of code freeze

2004-03-09 Thread Guido Casper
Torsten Curdt wrote: Shouldn't one be able to keep the old block and use 2.1.5-dev? ...as an interim solution? Yes, I can live with that. But I think it's not a good sign for our users. A user should have a chance to migrate while using a released version. Guido

Re: [Vote] new importance attribute on in status.xml

2004-03-09 Thread Juan Jose Pablos
Reinhard Pötz wrote: I think high|low|medium should me more meaningful or in other words self-explaining. What about newFeature, incompatibleChange, minorChange? Well if the output of that is going to be just more visibility to some actions, then this will increase complexity adding poor

form framework clean up

2004-03-09 Thread Torsten Curdt
Since we are currently in the middle of cleaning up and focussing on *the* one form framework I like to propose and get rid of precept. *snief* I guess it's more or less dead code now and it's an unecessary choice we should get rid of IMO. I doubt anyone is using it so we won't need a grace

Re: [cocoon 2.2] JStyle

2004-03-09 Thread Stefano Mazzocchi
Carsten Ziegeler wrote: Ups, yes I thought it wasn't used and interestingly it did compile for me (even build clean did work). Now, I tested it again, and it doesn't compile anymore - which is obviously the correct thing. Strange! I don't know anything about JStyleFormatter. I will have a look

Re: form framework clean up

2004-03-09 Thread Bertrand Delacretaz
Le Mardi, 9 mars 2004, à 16:05 Europe/Zurich, Torsten Curdt a écrit : Since we are currently in the middle of cleaning up and focussing on *the* one form framework I like to propose and get rid of precept +1, with thanks for your work on it! -Bertrand

Re: [CocoonForms] END of code freeze

2004-03-09 Thread Steven Noels
On 09 Mar 2004, at 15:59, Guido Casper wrote: Torsten Curdt wrote: Shouldn't one be able to keep the old block and use 2.1.5-dev? ...as an interim solution? Yes, I can live with that. But I think it's not a good sign for our users. A user should have a chance to migrate while using a released

Re: Cocoon's Rhino+continuations fork

2004-03-09 Thread Steven Noels
On 08 Mar 2004, at 23:55, Steven Noels wrote: (partly in reply to http://thread.gmane.org/gmane.comp.mozilla.devel.jseng/3038) Dear all, more specifically Rhino devs, the issue with Cocoon's Rhino fork seems to be appearing with increasing rate on both the Rhino and Cocoon mailing lists.

Re: [cocoon 2.2] JStyle

2004-03-09 Thread Reinhard Pötz
Stefano Mazzocchi wrote: We should move XSP in a block anyway. +1 -- Reinhard

Re: Experience with workflow at Hippo Webworks

2004-03-09 Thread Stefano Mazzocchi
Johan Stuyts wrote: On Sun, 07 Mar 2004 18:06:17 -0500, Stefano Mazzocchi [EMAIL PROTECTED] wrote: Sylvain Wallez wrote: Stefano Mazzocchi wrote: Guido Casper wrote: Stefano Mazzocchi wrote: If FSM work bad for flow, why would they work any better for workflow? After thinking again

Re: [CocoonForms] END of code freeze

2004-03-09 Thread Reinhard Pötz
Torsten Curdt wrote: RT Maybe somehting we should indroduce anyway. An upgrade script! Would be cool do have it associated with the changes file. /RT Yes, I've already started it. See ./tools/targets/upgrade-build.xml. Currently only the Woody2CocoonForms upgarde script is in but I hope more

[CocoonForms] Woody available again

2004-03-09 Thread Reinhard Pötz
Sylvain Wallez wrote: Bertrand Delacretaz wrote: Le Mardi, 9 mars 2004, à 14:53 Europe/Zurich, Steven Noels a écrit : ...Thanks for your brave effort! Yes, let's not forget this: big THANKS Reinhard for your work! Sure: THANKS Reinhard! You're welcome :-) Sylvain, wondering how long the

Re: Experience with workflow at Hippo Webworks

2004-03-09 Thread Stefano Mazzocchi
Johan Stuyts wrote: On Mon, 8 Mar 2004 15:49:31 -0600, Hunsberger, Peter [EMAIL PROTECTED] wrote: snip I think it would be a good idea to talk about these two -a user-oriented workflow tool with a modeling UI and a well defined limited context -and a more flexible development tool as separate

[Vote] Removing Woody

2004-03-09 Thread Reinhard Pötz
As you may saw I've reverted the removal of Woody. IMO just for now and it should be removed ASAP. So let's vote on this: variant A: remove Woody after 2.1.5 release variant B: remove Woody after 2.1.6 release variant C: leave Woody where it is and mark it as won't change Your votes please!

Re: [CocoonForms] END of code freeze

2004-03-09 Thread Stefano Mazzocchi
Steven Noels wrote: On 09 Mar 2004, at 12:10, Reinhard Pötz wrote: The new forms block is in CVS and Woody removed. ^^ Ouch - are you sure this was needed *immediately after* the renaming? I know this eventually needed to be done, but I would have

Re: [Vote] Removing Woody

2004-03-09 Thread Reinhard Pötz
Reinhard Pötz wrote: As you may saw I've reverted the removal of Woody. IMO just for now and it should be removed ASAP. So let's vote on this: variant A: remove Woody after 2.1.5 release variant B: remove Woody after 2.1.6 release variant C: leave Woody where it is and mark it as won't change

RE: [Vote] Removing Woody

2004-03-09 Thread Matthew Langham
As you may saw I've reverted the removal of Woody. IMO just for now and Thanks for all your work Reinhard! variant A: remove Woody after 2.1.5 release +1 And post blinking signs everywhere that this will happen :-) Matthew

Re: [CocoonForms] END of code freeze

2004-03-09 Thread Stefano Mazzocchi
Bertrand Delacretaz wrote: Le Mardi, 9 mars 2004, à 13:57 Europe/Zurich, Sylvain Wallez a écrit : Reinhard Pötz wrote: ...Sorry for this. I thought there was no need for the old block but if somebody needs it we can revert the removal. ...What would be better, IMO, is to leave the woody

Re: [Vote] Removing Woody

2004-03-09 Thread Bertrand Delacretaz
Le Mardi, 9 mars 2004, à 16:21 Europe/Zurich, Reinhard Pötz a écrit : variant A: remove Woody after 2.1.5 release +1 -Bertrand

Re: [Vote] Removing Woody

2004-03-09 Thread Steven Noels
On 09 Mar 2004, at 16:21, Reinhard Pötz wrote: As you may saw I've reverted the removal of Woody. IMO just for now and it should be removed ASAP. So let's vote on this: variant A: remove Woody after 2.1.5 release variant B: remove Woody after 2.1.6 release I'm all for removing Woody when the

[Vote] Moving XSP into its own block

2004-03-09 Thread Reinhard Pötz
Stefano Mazzocchi wrote: We should move XSP in a block anyway. +1 from Stefano, Antonio, Reinhard -- Reinhard, giving this thread an appropriate subject but doesn't mean he will do the move ;-)

Re: [Proposal] Document development/maintenance practices

2004-03-09 Thread Bertrand Delacretaz
Le Mardi, 9 mars 2004, à 16:27 Europe/Zurich, Tim Larson a écrit : ...I propose we create a document detailing the practices and policies we follow to minimize this risk to users of Cocoon. Sounds good. ... Maintaining a change log to help with upgrades And our CVS has all the details

Re: [Vote] Moving XSP into its own block

2004-03-09 Thread Bertrand Delacretaz
We should move XSP in a block anyway. +1 from Stefano, Antonio, Reinhard +0.5 (=good idea, won't be able to help) -Bertrand

Re: [Vote] Moving XSP into its own block

2004-03-09 Thread Unico Hommes
Reinhard Pötz wrote: Stefano Mazzocchi wrote: We should move XSP in a block anyway. +1 from Stefano, Antonio, Reinhard +1 -- Unico

Re: [CocoonForms] END of code freeze

2004-03-09 Thread Upayavira
Reinhard Pötz wrote: ... The new forms block is in CVS and Woody removed. Open tasks: ... - update Wiki pages (maybe we can do this automatically in some parts with moving Wiki to Apache infrastructure) I can rename the pages on the new Wiki to be FormBinding instead of WoodyBinding. This would

Re: [Vote] Removing Woody

2004-03-09 Thread Tim Larson
On Tue, Mar 09, 2004 at 04:21:09PM +0100, Reinhard P?tz wrote: As you may saw I've reverted the removal of Woody. IMO just for now and it should be removed ASAP. So let's vote on this: variant A: remove Woody after 2.1.5 release variant B: remove Woody after 2.1.6 release variant C:

Re: [Vote] Moving XSP into its own block

2004-03-09 Thread Stephan Michels
Am Di, den 09.03.2004 schrieb Unico Hommes um 16:39: Reinhard Pötz wrote: Stefano Mazzocchi wrote: We should move XSP in a block anyway. +1 from Stefano, Antonio, Reinhard +1 Big +1 Stephan Michels.

Re: [Vote] Removing Woody

2004-03-09 Thread Antonio Gallardo
Reinhard Pötz dijo: As you may saw I've reverted the removal of Woody. IMO just for now and it should be removed ASAP. So let's vote on this: variant A: remove Woody after 2.1.5 release +1 Woody never reached a stable status was at alpha stages from the beginning. A sooner remove means

Re: form framework clean up

2004-03-09 Thread Stefano Mazzocchi
Torsten Curdt wrote: Since we are currently in the middle of cleaning up and focussing on *the* one form framework I like to propose and get rid of precept. *snief* I guess it's more or less dead code now and it's an unecessary choice we should get rid of IMO. I doubt anyone is using it so we

Re: form framework clean up

2004-03-09 Thread Reinhard Pötz
Torsten Curdt wrote: Since we are currently in the middle of cleaning up and focussing on *the* one form framework I like to propose and get rid of precept. *snief* I guess it's more or less dead code now and it's an unecessary choice we should get rid of IMO. I doubt anyone is using it so we

RE: [VOTE] Rename Rhino-with-continuations packages

2004-03-09 Thread Ralph Goers
Maybe it's just me, but when I tried to use the ParanoidCocoonServlet with Weblogic 8.1 I could not get it to work. That was with one of the milestone releases of 2.1 though and was so long ago I don't remember what the symptoms were. Ralph -Original Message- From: Sylvain Wallez

Re: [Vote] Removing Woody

2004-03-09 Thread Sylvain Wallez
Tim Larson wrote: On Tue, Mar 09, 2004 at 04:21:09PM +0100, Reinhard P?tz wrote: As you may saw I've reverted the removal of Woody. IMO just for now and it should be removed ASAP. So let's vote on this: variant A: remove Woody after 2.1.5 release variant B: remove Woody after 2.1.6 release

Re: [Proposal] Document development/maintenance practices

2004-03-09 Thread Sylvain Wallez
Tim Larson wrote: At my workplace they are worried that pairing their slow upgrade cycle with the fast pace of open source projects could cause maintenance problems for their custom code. They are concerned that a delayed upgrade may be as painful as switching to another project. I propose we

Re: [Proposal] Document development/maintenance practices

2004-03-09 Thread Antonio Gallardo
Tim Larson dijo: At my workplace they are worried that pairing their slow upgrade cycle with the fast pace of open source projects could cause maintenance problems for their custom code. They are concerned that a delayed upgrade may be as painful as switching to another project. I propose

Re: [Vote] Moving XSP into its own block

2004-03-09 Thread Geoff Howard
Bertrand Delacretaz wrote: We should move XSP in a block anyway. +1 from Stefano, Antonio, Reinhard +0.5 (=good idea, won't be able to help) same here, Geoff

RE: [Vote] Removing Woody

2004-03-09 Thread Ralph Goers
If Woody is being completely frozen couldn't the block be made available as a source download separate from 2.1.5? Ralph -Original Message- From: Antonio Gallardo [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 09, 2004 7:46 AM To: [EMAIL PROTECTED] Subject:Re: [Vote]

Re: [Vote] Removing Woody

2004-03-09 Thread Tim Larson
On Tue, Mar 09, 2004 at 03:47:30PM +, Tim Larson wrote: On Tue, Mar 09, 2004 at 04:21:09PM +0100, Reinhard P?tz wrote: As you may saw I've reverted the removal of Woody. IMO just for now and it should be removed ASAP. So let's vote on this: variant A: remove Woody after 2.1.5

Re: [Vote] Moving XSP into its own block

2004-03-09 Thread Tim Larson
On Tue, Mar 09, 2004 at 11:20:46AM -0500, Geoff Howard wrote: Bertrand Delacretaz wrote: We should move XSP in a block anyway. +1 from Stefano, Antonio, Reinhard +0.5 (=good idea, won't be able to help) same here, Geoff and same reasoning here, +0.5 --Tim Larson

Re: [CocoonForms] END of code freeze

2004-03-09 Thread Upayavira
Bertrand Delacretaz wrote: Le Mardi, 9 mars 2004, à 16:39 Europe/Zurich, Upayavira a écrit : Reinhard Pötz wrote: ... The new forms block is in CVS and Woody removed. Open tasks: ... - update Wiki pages (maybe we can do this automatically in some parts with moving Wiki to Apache

Re: [Vote] Removing Woody

2004-03-09 Thread Daniel Fagerstrom
Reinhard Pötz wrote: As you may saw I've reverted the removal of Woody. IMO just for now and it should be removed ASAP. So let's vote on this: variant A: remove Woody after 2.1.5 release +1 variant B: remove Woody after 2.1.6 release +0 variant C: leave Woody where it is and mark it as won't

Re: [Vote] Moving XSP into its own block

2004-03-09 Thread Daniel Fagerstrom
Reinhard Pötz wrote: Stefano Mazzocchi wrote: We should move XSP in a block anyway. +1 from Stefano, Antonio, Reinhard +1 /Daniel

DO NOT REPLY [Bug 27301] - FilterTransformer: Generates not matching block tags

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

Re: [Vote] Removing Woody

2004-03-09 Thread Ugo Cei
Reinhard Pötz wrote: As you may saw I've reverted the removal of Woody. IMO just for now and it should be removed ASAP. So let's vote on this: variant B: remove Woody after 2.1.6 release +1 Ugo

Re: cvs commit: cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/datatype/validationruleimpl ValueCountValidationRule.java

2004-03-09 Thread Joerg Heinicke
On 09.03.2004 13:28, Reinhard Pötz wrote: Thanks Jörg. I thought Eclipse had already done those updates for us ... strange ... If you used the refactor thing, you have to set a switch in javadoc IIRC. Jörg

Re: form framework clean up

2004-03-09 Thread Joerg Heinicke
On 09.03.2004 16:05, Torsten Curdt wrote: Since we are currently in the middle of cleaning up and focussing on *the* one form framework I like to propose and get rid of precept. *snief* I guess it's more or less dead code now and it's an unecessary choice we should get rid of IMO. I doubt anyone

Re: [Vote] new importance attribute on in status.xml

2004-03-09 Thread Joerg Heinicke
On 09.03.2004 15:27, Juan Jose Pablos wrote: Mmmh... impact has the underlying meaning that it will have some negative effects on some existing applications, which is not the case for 99% of changes (we are careful about back compatibility). I was looking for a name, and I found weight as well

Re: [Vote] new importance attribute on in status.xml

2004-03-09 Thread Joerg Heinicke
On 09.03.2004 14:14, Sylvain Wallez wrote: - do you want to add an importance=high|low|medium attribute on action in changes.xml? +1 @importance or @impact - do you want each block to have it's own status.xml file? +0 Vadim wrote: * Do you want to add a block=name attribute on action in

Re: [Vote] Moving XSP into its own block

2004-03-09 Thread Joerg Heinicke
On 09.03.2004 16:34, Reinhard Pötz wrote: We should move XSP in a block anyway. +1

  1   2   >