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 17:31:51 UTC

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

Author: bdelacretaz
Date: Sat Mar 25 08:31:51 2006
New Revision: 388783

URL: http://svn.apache.org/viewcvs?rev=388783&view=rev
Log:
how to run the trunk added, as per Reinhard's email

Modified:
    cocoon/trunk/README.m10n.txt

Modified: cocoon/trunk/README.m10n.txt
URL: http://svn.apache.org/viewcvs/cocoon/trunk/README.m10n.txt?rev=388783&r1=388782&r2=388783&view=diff
==============================================================================
--- cocoon/trunk/README.m10n.txt (original)
+++ cocoon/trunk/README.m10n.txt Sat Mar 25 08:31:51 2006
@@ -18,6 +18,20 @@
 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 as long as you get "BUILD SUCCESSFUL".
+
+1. go to cocoon-webapp
+  $ mvn cocoo: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