Re: DirectoryGenerator using abstract Source

2005-07-20 Thread Guido Casper
Andrew Stevens wrote: By the way, what does the repository block (which contains the TraversableGenerator) do anyway? It's not mentioned in the list on the wiki at http://wiki.apache.org/cocoon/BlockDescriptions Sorry for the late answer. The repository block was once meant to contain abstra

Re: DirectoryGenerator using abstract Source

2005-07-18 Thread Andrew Stevens
From: Gianugo Rabellino <[EMAIL PROTECTED]> Date: Fri, 15 Jul 2005 10:29:03 +0200 On 7/14/05, Daniel Fagerstrom <[EMAIL PROTECTED]> wrote: > I don't think it is a good idea to deprecate things that have been > arround in Cocoon from the very beginning and is part of about every > book, tutorial

Re: DirectoryGenerator using abstract Source

2005-07-15 Thread Gianugo Rabellino
On 7/14/05, Daniel Fagerstrom <[EMAIL PROTECTED]> wrote: > I don't think it is a good idea to deprecate things that have been > arround in Cocoon from the very beginning and is part of about every > book, tutorial and article that have been written about Cocoon. I can clearly see your point. Bein

Re: DirectoryGenerator using abstract Source

2005-07-15 Thread Michael Wechner
Joerg Heinicke wrote: On 14.07.2005 10:59, Gianugo Rabellino wrote: 1. move TraversableGenerator to src/core, +1 +1 deprecate DirectoryGenerator leaving it untouched Read below. 2. insert some log.xxx("DG is now deprecated, please use TG instead"), where "xxx" is promoted from

Re: DirectoryGenerator using abstract Source

2005-07-14 Thread Joerg Heinicke
On 14.07.2005 10:59, Gianugo Rabellino wrote: Don't want to rain on the party, but this has been exactly the kind of discussion that led nowhere a couple years ago. Sorry for that ... I'm now convinced that File/DirectoryGenerator are there to stay, there is just too much stuff depending on

Re: DirectoryGenerator using abstract Source

2005-07-14 Thread Daniel Fagerstrom
Gianugo Rabellino wrote: On 7/14/05, Joerg Heinicke <[EMAIL PROTECTED]> wrote: Michael Wechner wyona.com> writes: Wow, 2 years ago! And what about starting a real migration now by starting with the unclean way (DirectoryG extends TraversableG with old namespace and directory/file meta

Re: DirectoryGenerator using abstract Source

2005-07-14 Thread Gianugo Rabellino
On 7/14/05, Joerg Heinicke <[EMAIL PROTECTED]> wrote: > Michael Wechner wyona.com> writes: > > > > Wow, 2 years ago! And what about starting a real migration now by > > > starting with the unclean way (DirectoryG extends TraversableG with > > > old namespace and directory/file metaphore as you wr

Re: DirectoryGenerator using abstract Source

2005-07-14 Thread Joerg Heinicke
Michael Wechner wyona.com> writes: > > Wow, 2 years ago! And what about starting a real migration now by > > starting with the unclean way (DirectoryG extends TraversableG with > > old namespace and directory/file metaphore as you wrote it), > > deprecating it at the same time and making the T

Re: DirectoryGenerator using abstract Source

2005-07-14 Thread Michael Wechner
Joerg Heinicke wrote: On 13.07.2005 23:38, Gianugo Rabellino wrote: DirectoryGenerator extends TraversableGenerator We've been through this before: http://marc.theaimsgroup.com/?t=10578281593&r=1&w=2 In a word: backward compatibility. Wow, 2 years ago! And what about starting a rea

Re: DirectoryGenerator using abstract Source

2005-07-13 Thread Michael Wechner
Gianugo Rabellino wrote: On 7/13/05, Michael Wechner <[EMAIL PROTECTED]> wrote: Unico Hommes wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Wechner wrote I think it would make sense to make a note within the DirectoryGenerator that the TraversableGenerator exists and is

Re: DirectoryGenerator using abstract Source

2005-07-13 Thread Joerg Heinicke
On 13.07.2005 23:38, Gianugo Rabellino wrote: DirectoryGenerator extends TraversableGenerator We've been through this before: http://marc.theaimsgroup.com/?t=10578281593&r=1&w=2 In a word: backward compatibility. Wow, 2 years ago! And what about starting a real migration now by starti

Re: DirectoryGenerator using abstract Source

2005-07-13 Thread Gianugo Rabellino
On 7/13/05, Michael Wechner <[EMAIL PROTECTED]> wrote: > Unico Hommes wrote: > > >-BEGIN PGP SIGNED MESSAGE- > >Hash: SHA1 > > > >Michael Wechner wrote > > I think it would make sense to make a > >note > >within the DirectoryGenerator that the TraversableGenerator exists and is > >more gen

Re: DirectoryGenerator using abstract Source

2005-07-13 Thread Michael Wechner
Unico Hommes wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Wechner wrote I think it would make sense to make a note within the DirectoryGenerator that the TraversableGenerator exists and is more generic. In fact IMHO, it should be deprecated in favor of TraversableGenerator

Re: DirectoryGenerator using abstract Source

2005-07-13 Thread Andrew Franz
Unico Hommes wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Wechner wrote: Joerg Heinicke wrote: On 13.07.2005 00:28, Michael Wechner wrote: It seems to me that the directory generator is not really based on the "abstract methods" of an excalibur Source, but ra

Re: DirectoryGenerator using abstract Source

2005-07-13 Thread Unico Hommes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Wechner wrote: > Joerg Heinicke wrote: > >> On 13.07.2005 00:28, Michael Wechner wrote: >> >>> It seems to me that the directory generator is not really based >>> on the "abstract methods" of an excalibur Source, but rather takes >>> the sourc

Re: DirectoryGenerator using abstract Source

2005-07-13 Thread Upayavira
Michael Wechner wrote: Joerg Heinicke wrote: On 13.07.2005 00:28, Michael Wechner wrote: It seems to me that the directory generator is not really based on the "abstract methods" of an excalibur Source, but rather takes the source and "maps" it onto a java.io.File. Is that intended or just n

Re: DirectoryGenerator using abstract Source

2005-07-13 Thread Michael Wechner
Joerg Heinicke wrote: On 13.07.2005 00:28, Michael Wechner wrote: It seems to me that the directory generator is not really based on the "abstract methods" of an excalibur Source, but rather takes the source and "maps" it onto a java.io.File. Is that intended or just not implemented for the l

Re: DirectoryGenerator using abstract Source

2005-07-12 Thread Joerg Heinicke
On 13.07.2005 00:28, Michael Wechner wrote: It seems to me that the directory generator is not really based on the "abstract methods" of an excalibur Source, but rather takes the source and "maps" it onto a java.io.File. Is that intended or just not implemented for the lack of time? I would lik

DirectoryGenerator using abstract Source

2005-07-12 Thread Michael Wechner
Hi It seems to me that the directory generator is not really based on the "abstract methods" of an excalibur Source, but rather takes the source and "maps" it onto a java.io.File. Is that intended or just not implemented for the lack of time? I would like to make this more generic with regard t