You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2007/07/11 00:09:11 UTC

svn commit: r555097 - /cocoon/trunk/README.txt

Author: anathaniel
Date: Tue Jul 10 15:09:10 2007
New Revision: 555097

URL: http://svn.apache.org/viewvc?view=rev&rev=555097
Log:
Some more hints what to do if build fails

Modified:
    cocoon/trunk/README.txt

Modified: cocoon/trunk/README.txt
URL: http://svn.apache.org/viewvc/cocoon/trunk/README.txt?view=diff&rev=555097&r1=555096&r2=555097
==============================================================================
--- cocoon/trunk/README.txt (original)
+++ cocoon/trunk/README.txt Tue Jul 10 15:09:10 2007
@@ -8,7 +8,8 @@
 
 PREREQUISITES
 -------------
-You need a JDK, 1.4.x, 1.5.x. or 1.6.x
+You need a JDK, 1.4.x, 1.5.x, 1.6.x, or 1.7.x.
+When experimenting with trunk, 1.5.x is probably the best bet.
 
 Maven 2 must be installed (at least 2.0.6).
 
@@ -33,8 +34,17 @@
 
   BUILD SUCCESSFUL
 
+If you have consistent build failures due to a missing cocoon-rcl
+artefact, then run first
 
-See also MAVEN REPOSITORY MIRRORS above.
+  $ cd tools
+  $ mvn clean install
+
+If you have build failures due to out-of-memory conditions, increase
+the JVM maximum memory limit:
+ 
+  $ MAVEN_OPTS="-Xmx200m"
+  $ export MAVEN_OPTS
 
 
 HOW TO MOUNT THE PROJECTS IN ECLIPSE