Return-Path: Delivered-To: apmail-cayenne-dev-archive@www.apache.org Received: (qmail 52059 invoked from network); 30 Sep 2008 12:51:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Sep 2008 12:51:21 -0000 Received: (qmail 75296 invoked by uid 500); 30 Sep 2008 12:51:19 -0000 Delivered-To: apmail-cayenne-dev-archive@cayenne.apache.org Received: (qmail 75282 invoked by uid 500); 30 Sep 2008 12:51:19 -0000 Mailing-List: contact dev-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list dev@cayenne.apache.org Received: (qmail 75271 invoked by uid 99); 30 Sep 2008 12:51:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2008 05:51:19 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.78.103.231] (HELO vorsha.objectstyle.org) (208.78.103.231) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 30 Sep 2008 12:50:18 +0000 Received: (qmail 2523 invoked from network); 30 Sep 2008 12:50:51 -0000 Received: from unknown (HELO ?IPv6:::1?) (127.0.0.1) by localhost with SMTP; 30 Sep 2008 12:50:51 -0000 Message-Id: From: Andrus Adamchik To: dev@cayenne.apache.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Setup for Java 1.6 Date: Tue, 30 Sep 2008 15:50:50 +0300 X-Mailer: Apple Mail (2.929.2) X-Virus-Checked: Checked by ClamAV on apache.org I just committed maven changes needed to compile Cayenne with either Java 5 or 6. I would strongly recommend to everybody to do a full rebuild from root of the checkout tree after an update. A few other points: * We have a new empty module cayenne-jdk1.6-unpublished. As the name suggests, it is for the code that will only run under Java 1.6 * You can build from root of the checkout with either Java 5 or 6. In the former case, Maven will exclude "cayenne-jdk1.6-unpublished" from the build and from resulting aggregated jars. Corollary to that - release managers MUST USE JAVA 6 TO CREATE RELEASE ARTIFACTS. * It is up to the developers how to organize the modules in Eclipse. I am back to the two workspaces setup - one with default Java 5 JVM and another - with Java 6. Let me know if anything that I checked in breaks your local build. Thanks, Andrus