You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by fe...@apache.org on 2007/12/14 11:20:31 UTC

svn commit: r604147 - /forrest/trunk/etc/cocoon_upgrade/GettingCocoonSources.txt

Author: ferdinand
Date: Fri Dec 14 02:20:29 2007
New Revision: 604147

URL: http://svn.apache.org/viewvc?rev=604147&view=rev
Log:
Added info on how to retrieve sources

Added:
    forrest/trunk/etc/cocoon_upgrade/GettingCocoonSources.txt

Added: forrest/trunk/etc/cocoon_upgrade/GettingCocoonSources.txt
URL: http://svn.apache.org/viewvc/forrest/trunk/etc/cocoon_upgrade/GettingCocoonSources.txt?rev=604147&view=auto
==============================================================================
--- forrest/trunk/etc/cocoon_upgrade/GettingCocoonSources.txt (added)
+++ forrest/trunk/etc/cocoon_upgrade/GettingCocoonSources.txt Fri Dec 14 02:20:29 2007
@@ -0,0 +1,30 @@
+             Getting Forrest's Cocoon Sources
+             --------------------------------
+
+Getting the complete sources for the Cocoon version used in
+Forrest is a bit complex since we are using an old known revision
+of Coccoon trunk that uses some externals.
+
+Here is how to get the complete sources
+
+> 1. checkout http://svn.apache.org/repos/asf/cocoon/trunk in rev 351990
+>
+> 2. checkout http://svn.apache.org/repos/asf/cocoon/blocks (i used rev 
+> 351990 - rev. number changed automaticaly)
+> (into folder cocoon/src/blocks)
+>
+> 3. checkout 
+> http://svn.apache.org/repos/asf/gump/metadata/project/cocoon/module.xml 
+> in rev 351990
+> (into folder cocoon/src/gump/)
+>
+> 4. copy local.build.properties and local.blocks.properties from
+> apache-forrest-0.8/etc/cocoon_upgrade into cocoon/
+>
+> 5. build cocoon
+
+Also see 
+
+	http://thread.gmane.org/gmane.text.xml.forrest.devel/24689/focus=24709
+	https://issues.apache.org/jira/browse/FOR-1015
+