Re: Tutorial improvement suggestion

2008-06-17 Thread Grzegorz Kossakowski
David Legg pisze: Grek, The section titled "Creating a block" gives a maven command which uses the deprecated goal "archetype:create" instead of "archetype:generate" 1. Let's switch to interactive mode and provide archetype catalog... 2. Give up interactive mode completely and stick to utter

Re: Tutorial improvement suggestion

2008-06-17 Thread David Legg
Grek, The section titled "Creating a block" gives a maven command which uses the deprecated goal "archetype:create" instead of "archetype:generate" 1. Let's switch to interactive mode and provide archetype catalog... 2. Give up interactive mode completely and stick to utterly long command...

Re: Tutorial improvement suggestion

2008-06-17 Thread Grzegorz Kossakowski
David Legg pisze: Just thought I'd mention a tiny improvement that could be made to the "Your first Cocoon application using Maven 2" [1] web page. The section titled "Creating a block" gives a maven command which uses the deprecated goal "archetype:create" instead of "archetype:generate" lea

Tutorial improvement suggestion

2008-06-17 Thread David Legg
Just thought I'd mention a tiny improvement that could be made to the "Your first Cocoon application using Maven 2" [1] web page. The section titled "Creating a block" gives a maven command which uses the deprecated goal "archetype:create" instead of "archetype:generate" leading to the followi

Re: Cocoon22: Can 2 blocks map to the same mount path?

2008-06-17 Thread Rainer Pruy
Dominic Tootell schrieb: > Thank you for that Reinhard, > That super class stuff answers another question I had :-) > > > What I have rather than inheritance is two actually two implementations. For > example: > > http://localhost:/recommendations?url=blah > http://localhost:/recomme

Re: [2.2] XPatch web.xml

2008-06-17 Thread Alessandro Vincelli
- Original Message - Da : Reinhard Pötz <[EMAIL PROTECTED]> A : users@cocoon.apache.org Oggetto : Re: [2.2] XPatch web.xml Data : Tue, 17 Jun 2008 08:32:03 +0200 > [EMAIL PROTECTED] wrote: > > In order to patch web.xml I see the maven-plugins docs > > > http://cocoon.apache.org/2.2/maven

RE: Cocoon22: Can 2 blocks map to the same mount path?

2008-06-17 Thread Dominic Tootell
Thank you for that Reinhard, That super class stuff answers another question I had :-) What I have rather than inheritance is two actually two implementations. For example: http://localhost:/recommendations?url=blah http://localhost:/recommendations?rdf=blah Under the hood these ar