You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Peter Hargreaves <pe...@pdh-online.info> on 2009/11/10 20:19:57 UTC

Samples for Cocoon 2.2

Hi Folks,

I've followed the 2.2 tutorials and eventually came to this comment "To have a 
feel for the power of CForms, take a look at the examples included included 
in the Forms block."

I simply can't find out how to do this, I can't find out how to look at any 
samples under 2.2

Assuming I'm just blind - could someone please give me a link or explain how 
best to explore the samples/examples when starting with 2.2

Many thanks,
Peter.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: Samples for Cocoon 2.2

Posted by Job van Ommen <jo...@gmail.com>.
On this blog:
http://mrhaki.blogspot.com/2008/09/running-cocoon-22-samples.html you can
see step-by-step how to get the samples running.

Regards,

Job

On Wed, Nov 11, 2009 at 1:22 AM, Kamal Bhatt <bh...@tt.com.au> wrote:

>  Hang on, when did Cocoon started being hosted on Git?  I was going to make
> the same suggestion with SVN:
>
>
> http://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-forms/cocoon-forms-1/cocoon-forms-sample/
>
> Which is where the website says the code is.
>
>  On Tue, Nov 10, 2009 at 7:19 PM, Peter Hargreaves <pe...@pdh-online.info>wrote:
>
>> Hi Folks,
>>
>> I've followed the 2.2 tutorials and eventually came to this comment "To
>> have a
>> feel for the power of CForms, take a look at the examples included
>> included
>> in the Forms block."
>>
>> I simply can't find out how to do this, I can't find out how to look at
>> any
>> samples under 2.2
>>
>> Assuming I'm just blind - could someone please give me a link or explain
>> how
>> best to explore the samples/examples when starting with 2.2
>>
>
>  You have to download the cocoon 2.2 source code and build it yourself.  I
> reckon that the easiest way to do so is to git clone git://
> git.apache.org/cocoon.git and then ./build.sh && ./cocoon.sh.  That will
> build, install and run the samples.
>
>  -Dom
>
>
>
> --
> Kamal Bhatt
>
>  --------------------------------------------------------------------- To
> unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional
> commands, e-mail: users-help@cocoon.apache.org

Re: Samples for Cocoon 2.2

Posted by Dominic Mitchell <do...@happygiraffe.net>.
On Wed, Nov 11, 2009 at 12:22 AM, Kamal Bhatt <bh...@tt.com.au> wrote:

>  Hang on, when did Cocoon started being hosted on Git?  I was going to make
> the same suggestion with SVN:
>
>
> http://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-forms/cocoon-forms-1/cocoon-forms-sample/
>
> Which is where the website says the code is.
>

Sorry — it's not hosted on git.  It's just a git mirror of the svn code
base.  I mentioned it because you get a full history in about the same
amount of time as an svn checkout.

-Dom

Re: Samples for Cocoon 2.2

Posted by Dominic Mitchell <do...@happygiraffe.net>.
On Tue, Nov 10, 2009 at 7:19 PM, Peter Hargreaves <pe...@pdh-online.info>wrote:

> Hi Folks,
>
> I've followed the 2.2 tutorials and eventually came to this comment "To
> have a
> feel for the power of CForms, take a look at the examples included included
> in the Forms block."
>
> I simply can't find out how to do this, I can't find out how to look at any
> samples under 2.2
>
> Assuming I'm just blind - could someone please give me a link or explain
> how
> best to explore the samples/examples when starting with 2.2
>

You have to download the cocoon 2.2 source code and build it yourself.  I
reckon that the easiest way to do so is to git clone git://
git.apache.org/cocoon.git and then ./build.sh && ./cocoon.sh.  That will
build, install and run the samples.

-Dom