Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 209 invoked from network); 7 Jun 2007 15:52:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jun 2007 15:52:32 -0000 Received: (qmail 24981 invoked by uid 500); 7 Jun 2007 15:52:36 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 24927 invoked by uid 500); 7 Jun 2007 15:52:35 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 24916 invoked by uid 99); 7 Jun 2007 15:52:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2007 08:52:35 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2007 08:52:31 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 413A21A981A; Thu, 7 Jun 2007 08:52:11 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r545222 - /cocoon/trunk/README.txt Date: Thu, 07 Jun 2007 15:52:11 -0000 To: cvs@cocoon.apache.org From: reinhard@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070607155211.413A21A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: reinhard Date: Thu Jun 7 08:52:10 2007 New Revision: 545222 URL: http://svn.apache.org/viewvc?view=rev&rev=545222 Log: corrections Modified: cocoon/trunk/README.txt Modified: cocoon/trunk/README.txt URL: http://svn.apache.org/viewvc/cocoon/trunk/README.txt?view=diff&rev=545222&r1=545221&r2=545222 ============================================================================== --- cocoon/trunk/README.txt (original) +++ cocoon/trunk/README.txt Thu Jun 7 08:52:10 2007 @@ -8,26 +8,14 @@ PREREQUISITES ------------- -You need a JDK, 1.4.x or 1.5.x. +You need a JDK, 1.4.x, 1.5.x. or 1.6.x -Maven 2 must be installed (at least 2.0.5). +Maven 2 must be installed (at least 2.0.6). MAVEN REPOSITORY MIRRORS ------------------------ -To avoid very slow builds due to slow or inaccessible Maven repositories, -it is recommended to setup your closest/fastest/preferred Maven mirror, -as explained in - - http://maven.apache.org/guides/mini/guide-mirror-settings.html - -People have been reporting good results with the dotsrc repo -(mirrors.dotsrc.org/maven2), at least from Europe. -A good US based repo is the one from mergere (repo.mergere.com/maven2). - -Build times will vary dramatically depending on how good your connectivity -to the Maven repository/mirror is, how well it performs, and whether -you already have a loaded local Maven repository. +Using a Maven repository isn't necessary anymore. HOW TO BUILD THE COCOON WEBAPP @@ -109,5 +97,3 @@ (Don't use jetty:run-exploded as in this case the jetty6 plugin will alter the webapp build by the Cocoon deployer again!) - -See also MAVEN REPOSITORY MIRRORS above.