Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 19997 invoked from network); 15 Mar 2010 10:19:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Mar 2010 10:19:05 -0000 Received: (qmail 71569 invoked by uid 500); 15 Mar 2010 10:18:19 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 71492 invoked by uid 500); 15 Mar 2010 10:18:18 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 71480 invoked by uid 99); 15 Mar 2010 10:18:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Mar 2010 10:18:17 +0000 X-ASF-Spam-Status: No, hits=-1001.3 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Mar 2010 10:18:16 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 29BF62388903; Mon, 15 Mar 2010 10:17:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r923155 - in /forrest/trunk: README.txt index.html site-author/content/xdocs/docs_0_90/upgrading_09.xml site-author/content/xdocs/procedures/release/How_to_release.xml Date: Mon, 15 Mar 2010 10:17:56 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100315101756.29BF62388903@eris.apache.org> Author: crossley Date: Mon Mar 15 10:17:55 2010 New Revision: 923155 URL: http://svn.apache.org/viewvc?rev=923155&view=rev Log: Upgrade required java version for Forrest to 1.5 Modified: forrest/trunk/README.txt forrest/trunk/index.html forrest/trunk/site-author/content/xdocs/docs_0_90/upgrading_09.xml forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml Modified: forrest/trunk/README.txt URL: http://svn.apache.org/viewvc/forrest/trunk/README.txt?rev=923155&r1=923154&r2=923155&view=diff ============================================================================== --- forrest/trunk/README.txt (original) +++ forrest/trunk/README.txt Mon Mar 15 10:17:55 2010 @@ -13,7 +13,7 @@ Requirements Forrest is implemented both as a Java servlet and a Java command line application. The following requirements exist for installing it: - * A Java 1.4 or later compatible virtual machine for your operating system. + * A Java 1.5 or later compatible virtual machine for your operating system. Installation Instructions and Documentation ------------------------------------------- Modified: forrest/trunk/index.html URL: http://svn.apache.org/viewvc/forrest/trunk/index.html?rev=923155&r1=923154&r2=923155&view=diff ============================================================================== --- forrest/trunk/index.html (original) +++ forrest/trunk/index.html Mon Mar 15 10:17:55 2010 @@ -40,7 +40,7 @@ Please note that this HTML file was _not

What do I do now?

- Apache Forrest requires that Java 1.4 (or newer) be installed on your + Apache Forrest requires that Java 1.5 (or newer) be installed on your system. If you need help with that, then see the Forrest FAQ. Basically, if you are only going to use Forrest as-is then you need only the Java Runtime Environment (JRE) and if you intend to enhance and rebuild Forrest Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/upgrading_09.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/upgrading_09.xml?rev=923155&r1=923154&r2=923155&view=diff ============================================================================== --- forrest/trunk/site-author/content/xdocs/docs_0_90/upgrading_09.xml (original) +++ forrest/trunk/site-author/content/xdocs/docs_0_90/upgrading_09.xml Mon Mar 15 10:17:55 2010 @@ -56,6 +56,7 @@ important supporting products such as Apache Xerces and Apache Xalan, etc.

  • [Placeholder]
  • +
  • Java 1.5
  • Some new initial plugins are in the "whiteboard". See the entries in the @@ -64,6 +65,14 @@ Status of Themes: Skins and Dispatcher.

    +
    + Java 1.5 (or newer) is required +

    + Java 1.5 (or newer) is required, starting with this Forrest 0.9 version. + For further information, see + FAQ. +

    +
    Notes about Cocoon version

    Modified: forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml?rev=923155&r1=923154&r2=923155&view=diff ============================================================================== --- forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml (original) +++ forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml Mon Mar 15 10:17:55 2010 @@ -241,7 +241,8 @@

  • Start discussion on Java-Version to use for compiling and testing - the release. If necessary, alter the build.compiler.vm value in main/build.xml and plugins/build.xml + the release. If necessary, alter the build.compiler.vm value in main/build.xml and plugins/build.xml and in various other files. + Conduct a text search for the old version.