You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by il...@apache.org on 2012/11/30 12:33:46 UTC

svn commit: r1415588 - in /cocoon/trunk/jail: cocoon2.2/ cocoon2.2/README index.html

Author: ilgrosso
Date: Fri Nov 30 11:33:45 2012
New Revision: 1415588

URL: http://svn.apache.org/viewvc?rev=1415588&view=rev
Log:
Adding C2.2 samples to the jail

Added:
    cocoon/trunk/jail/cocoon2.2/
    cocoon/trunk/jail/cocoon2.2/README
Modified:
    cocoon/trunk/jail/index.html

Added: cocoon/trunk/jail/cocoon2.2/README
URL: http://svn.apache.org/viewvc/cocoon/trunk/jail/cocoon2.2/README?rev=1415588&view=auto
==============================================================================
--- cocoon/trunk/jail/cocoon2.2/README (added)
+++ cocoon/trunk/jail/cocoon2.2/README Fri Nov 30 11:33:45 2012
@@ -0,0 +1,7 @@
+For building samples for the jail, you need to
+
+1. checkout https://svn.apache.org/repos/asf/cocoon/trunk
+
+2. cd trunk && mvn -P allblocks install -Dmaven.test.skip=true
+
+The webapp WAR will be available under core/cocoon-webapp/target

Modified: cocoon/trunk/jail/index.html
URL: http://svn.apache.org/viewvc/cocoon/trunk/jail/index.html?rev=1415588&r1=1415587&r2=1415588&view=diff
==============================================================================
--- cocoon/trunk/jail/index.html (original)
+++ cocoon/trunk/jail/index.html Fri Nov 30 11:33:45 2012
@@ -73,6 +73,7 @@
     <h1>Samples</h1>
     <ul>
     	<li><a href="cocoon21/samples/">Cocoon 2.1 samples</a></li>
+    	<li><a href="cocoon22/samples/">Cocoon 2.2 samples</a></li>
     	<li><a href="cocoon3/">Cocoon 3.0 samples</a></li>
     </ul>