Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 26168 invoked from network); 26 Apr 2007 02:19:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Apr 2007 02:19:05 -0000 Received: (qmail 57372 invoked by uid 500); 26 Apr 2007 02:19:12 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 57322 invoked by uid 500); 26 Apr 2007 02:19:12 -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 57311 invoked by uid 99); 26 Apr 2007 02:19:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2007 19:19:11 -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; Wed, 25 Apr 2007 19:19:04 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 394501A9838; Wed, 25 Apr 2007 19:18:44 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r532575 - in /forrest/trunk: main/build.xml plugins/build.xml site-author/content/xdocs/procedures/release/How_to_release.xml site-author/status.xml Date: Thu, 26 Apr 2007 02:18:43 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070426021844.394501A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: crossley Date: Wed Apr 25 19:18:43 2007 New Revision: 532575 URL: http://svn.apache.org/viewvc?view=rev&rev=532575 Log: Explicitly set the javac target@ to our defined base version. This fixed an issue with plugins being deployed by committers using more recent versions. Thanks to Ron Blaschke. Modified: forrest/trunk/main/build.xml forrest/trunk/plugins/build.xml forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml forrest/trunk/site-author/status.xml Modified: forrest/trunk/main/build.xml URL: http://svn.apache.org/viewvc/forrest/trunk/main/build.xml?view=diff&rev=532575&r1=532574&r2=532575 ============================================================================== --- forrest/trunk/main/build.xml (original) +++ forrest/trunk/main/build.xml Wed Apr 25 19:18:43 2007 @@ -43,7 +43,7 @@ - + @@ -431,6 +431,7 @@
  • Start discussion on Java-Version to use for compiling and testing - the release. + the release. If necessary, alter the build.compiler.vm value in main/build.xml

  • Modified: forrest/trunk/site-author/status.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?view=diff&rev=532575&r1=532574&r2=532575 ============================================================================== --- forrest/trunk/site-author/status.xml (original) +++ forrest/trunk/site-author/status.xml Wed Apr 25 19:18:43 2007 @@ -150,6 +150,11 @@ Added document to facilitate upgrading to v0.9 + + Explicitly set the javac target@ to our defined base version. + This fixed an issue with plugins being deployed by committers using + more recent versions. +