You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bd...@apache.org on 2006/03/25 21:35:10 UTC

svn commit: r388820 - /cocoon/trunk/README.m10n.txt

Author: bdelacretaz
Date: Sat Mar 25 12:35:09 2006
New Revision: 388820

URL: http://svn.apache.org/viewcvs?rev=388820&view=rev
Log:
merge Reinhard's info with mine, didn't notice that it was there already

Modified:
    cocoon/trunk/README.m10n.txt

Modified: cocoon/trunk/README.m10n.txt
URL: http://svn.apache.org/viewcvs/cocoon/trunk/README.m10n.txt?rev=388820&r1=388819&r2=388820&view=diff
==============================================================================
--- cocoon/trunk/README.m10n.txt (original)
+++ cocoon/trunk/README.m10n.txt Sat Mar 25 12:35:09 2006
@@ -18,21 +18,6 @@
 http://cocoon.zones.apache.org/daisy/documentation/g2/756.html
 http://cocoon.zones.apache.org/daisy/documentation/g1/798.html
 
-HOW TO RUN THE TRUNK
-According to http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=114329748805779&w=2
-
-0. checkout complete trunk and
-  $ mvn clean install -Dmaven.test.skip=true
-
-  Call this until you get "BUILD SUCCESSFUL" - sometimes donwloads from maven
-  repositories are temporarily unaccessible and cause the build to fail.
-
-1. go to cocoon-webapp
-  $ mvn cocoon:deploy
-  $ mvn jetty6:run
-
-2. point your browser to http://localhost:8888/ or http://localhost:8888/apps/cocoon-deployer-plugin-demo/test
-
 HOW TO CONVERT AN EXISTING BLOCK TO MAVEN STRUCTURE
 
 1. use archetype plugin to create template block structure in the repo root  
@@ -72,7 +57,14 @@
 
 HOW TO START THE COCOON WEBAPP
 
+0. checkout complete trunk and
+  $ mvn clean install -Dmaven.test.skip=true
+
+  Call this until you get "BUILD SUCCESSFUL" - sometimes donwloads from maven
+  repositories are temporarily unaccessible and cause the build to fail.
+
 1. go to cocoon-webapp
-  $ mvn cocoo:deploy
+  $ mvn cocoon:deploy
   $ mvn jetty6:run
+
 2. point your browser to http://localhost:8888/ or http://localhost:8888/apps/cocoon-deployer-plugin-demo/test