Re: [OT] Subversion --migrate option missing (Was: Re: Nesting/Aggregating generator...)

2004-08-25 Thread Giacomo Pati
On Wed, 25 Aug 2004, Vadim Gritsenko wrote: Pier Fumagalli wrote: On 25 Aug 2004, at 02:17, Vadim Gritsenko wrote: Pier Fumagalli wrote: On 24 Aug 2004, at 22:28, Pier Fumagalli wrote: Ahhh FOR CRYING OUT LOUD! :-( I don't have access to Subversion :-( Commit failed (details follow): MKACTIVIT

Re: [OT] Subversion --migrate option missing (Was: Re: Nesting/Aggregating generator...)

2004-08-25 Thread Vadim Gritsenko
Pier Fumagalli wrote: On 25 Aug 2004, at 02:17, Vadim Gritsenko wrote: Pier Fumagalli wrote: On 24 Aug 2004, at 22:28, Pier Fumagalli wrote: Ahhh FOR CRYING OUT LOUD! :-( I don't have access to Subversion :-( svn: Commit failed (details follow): svn: MKACTIVITY of /repos/asf/!svn/act/ed3896a8

[OT] Subversion --migrate option missing (Was: Re: Nesting/Aggregating generator...)

2004-08-25 Thread Pier Fumagalli
On 25 Aug 2004, at 02:17, Vadim Gritsenko wrote: Pier Fumagalli wrote: On 24 Aug 2004, at 22:28, Pier Fumagalli wrote: Ahhh FOR CRYING OUT LOUD! :-( I don't have access to Subversion :-( svn: Commit failed (details follow): svn: MKACTIVITY of /repos/asf/!svn/act/ed3896a8-6ee2-0310-b4ce-bc301

Re: Nesting/Aggregating generator...

2004-08-24 Thread Vadim Gritsenko
Pier Fumagalli wrote: On 24 Aug 2004, at 22:28, Pier Fumagalli wrote: Ahhh FOR CRYING OUT LOUD! :-( I don't have access to Subversion :-( svn: Commit failed (details follow): svn: MKACTIVITY of /repos/asf/!svn/act/ed3896a8-6ee2-0310-b4ce-bc301ee366a2: 403 Forbidden (http://svn.apache.org) :

Re: Nesting/Aggregating generator...

2004-08-24 Thread Pier Fumagalli
On 24 Aug 2004, at 22:28, Pier Fumagalli wrote: On 24 Aug 2004, at 21:48, Pier Fumagalli wrote: On 24 Aug 2004, at 19:07, Vadim Gritsenko wrote: How it will differ from [1]? IncludeTransformer was added recently exactly to address this problem with CIncludeTransformer. See also bug #30356. Vad

Re: Nesting/Aggregating generator...

2004-08-24 Thread Pier Fumagalli
On 24 Aug 2004, at 22:00, Giacomo Pati wrote: On Tue, 24 Aug 2004, Pier Fumagalli wrote: On 24 Aug 2004, at 20:41, Giacomo Pati wrote: On Tue, 24 Aug 2004, Pier Fumagalli wrote: A generator always knows its input (its a file) and can verify whether it's valid, if it is, then the "" declaration in

Re: Nesting/Aggregating generator...

2004-08-24 Thread Pier Fumagalli
On 24 Aug 2004, at 21:48, Pier Fumagalli wrote: On 24 Aug 2004, at 19:07, Vadim Gritsenko wrote: How it will differ from [1]? IncludeTransformer was added recently exactly to address this problem with CIncludeTransformer. See also bug #30356. Vadim [1] http://svn.apache.org/repos/asf/cocoon/

Re: Nesting/Aggregating generator...

2004-08-24 Thread Giacomo Pati
On Tue, 24 Aug 2004, Pier Fumagalli wrote: On 24 Aug 2004, at 20:41, Giacomo Pati wrote: On Tue, 24 Aug 2004, Pier Fumagalli wrote: A generator always knows its input (its a file) and can verify whether it's valid, if it is, then the "" declaration in there will not be changed, so it can also ver

Re: Nesting/Aggregating generator...

2004-08-24 Thread Pier Fumagalli
On 24 Aug 2004, at 20:41, Giacomo Pati wrote: On Tue, 24 Aug 2004, Pier Fumagalli wrote: A generator always knows its input (its a file) and can verify whether it's valid, if it is, then the "" declaration in there will not be changed, so it can also verify whether its included files are valid o

Re: Nesting/Aggregating generator...

2004-08-24 Thread Pier Fumagalli
On 24 Aug 2004, at 19:07, Vadim Gritsenko wrote: How it will differ from [1]? IncludeTransformer was added recently exactly to address this problem with CIncludeTransformer. See also bug #30356. Vadim [1] http://svn.apache.org/repos/asf/cocoon/trunk/src/blocks/scratchpad/ java/org/apache/co

Re: Nesting/Aggregating generator...

2004-08-24 Thread Giacomo Pati
On Tue, 24 Aug 2004, Pier Fumagalli wrote: A generator always knows its input (its a file) and can verify whether it's valid, if it is, then the "" declaration in there will not be changed, so it can also verify whether its included files are valid or not... The CInclude is able to include Cocoo

Re: Nesting/Aggregating generator...

2004-08-24 Thread Vadim Gritsenko
Pier Fumagalli wrote: I just finished writing a -some-sort-of- FileGenerator + CInclude aggregator, all in one, with caching support... My problem lies in the fact that we have some files which gets transformed to generate some CInclude tags, that include content, and blablabla... Problem is t

Re: Nesting/Aggregating generator...

2004-08-24 Thread Bertrand Delacretaz
Le 24 août 04, à 19:58, Pier Fumagalli a écrit : Is there any interest in this? Yes, sounds like a useful tool! Shall I add? See above ;-) -Bertrand

Nesting/Aggregating generator...

2004-08-24 Thread Pier Fumagalli
Heya folks... I just finished writing a -some-sort-of- FileGenerator + CInclude aggregator, all in one, with caching support... My problem lies in the fact that we have some files which gets transformed to generate some CInclude tags, that include content, and blablabla... Problem is that I ca