Samples for Cocoon 2.2

View: New views
5 Messages — Rating Filter:   Alert me  

Samples for Cocoon 2.2

by Peter Hargreaves-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...
For additional commands, e-mail: users-help@...


Re: Samples for Cocoon 2.2

by Dominic Mitchell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Nov 10, 2009 at 7:19 PM, Peter Hargreaves <peter@...> 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


Re: Samples for Cocoon 2.2

by Kamal-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 <peter@...> 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@... For additional commands, e-mail: users-help@...

Re: Samples for Cocoon 2.2

by Job van Ommen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 <bhatt@...> 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 <peter@...> 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@... For additional commands, e-mail: users-help@...


Re: Samples for Cocoon 2.2

by Dominic Mitchell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Nov 11, 2009 at 12:22 AM, Kamal Bhatt <bhatt@...> 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