A document has been updated:
http://cocoon.zones.apache.org/daisy/documentation/1159.html
Document ID: 1159
Branch: main
Language: default
Name: Getting started (previously Getting started with your Cocoon 2.2 based
project)
Document Type: Cocoon Document (unchanged)
Updated on: 10/6/06 12:40:27 PM
Updated by: Reinhard Pötz
A new version has been created, state: publish
Parts
=====
Content
-------
This part has been updated.
Mime type: text/xml (unchanged)
File name: (unchanged)
Size: 2676 bytes (previous version: 2690 bytes)
Content diff:
(8 equal lines skipped)
<p>The simplest way to start your own Cocoon 2.2 based project is using the
provided Maven 2 archetypes creating a skeleton for your project.</p>
--- <h2>Creating a web application project</h2>
+++ <h1>Creating a web application project</h1>
<p>The cocoon webapp archetype creates a Maven 2 webapp project for you
containing</p>
(31 equal lines skipped)
<p>and you should get a success page.</p>
--- <h2>Creating a block project</h2>
+++ <h1>Creating a block project</h1>
<p>The simplest way to start your own Cocoon 2.2 based project is using a
Maven
2 archetype, that creates a block skeleton for you. It only contains a</p>
(23 equal lines skipped)
<p>The next step is changing into the <tt>myBlock</tt> directory and
calling</p>
--- <pre>mvn cocoon:deploy jetty6:run</pre>
+++ <pre>mvn jetty6:run</pre>
<p>After that, you can point your browser to</p>
(6 equal lines skipped)