Return-Path: Delivered-To: apmail-incubator-cayenne-dev-archive@locus.apache.org Received: (qmail 67800 invoked from network); 15 Sep 2006 16:39:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Sep 2006 16:39:37 -0000 Received: (qmail 55356 invoked by uid 500); 15 Sep 2006 16:39:37 -0000 Delivered-To: apmail-incubator-cayenne-dev-archive@incubator.apache.org Received: (qmail 55253 invoked by uid 500); 15 Sep 2006 16:39:37 -0000 Mailing-List: contact cayenne-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cayenne-dev@incubator.apache.org Delivered-To: mailing list cayenne-dev@incubator.apache.org Received: (qmail 55244 invoked by uid 99); 15 Sep 2006 16:39:37 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [64.124.179.102] (HELO polatsk.objectstyle.org) (64.124.179.102) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 15 Sep 2006 09:39:35 -0700 Received: (qmail 15157 invoked from network); 15 Sep 2006 16:39:14 -0000 Received: from unknown (HELO ?JB?cr??IPv6:::1?) (127.0.0.1) by localhost with SMTP; 15 Sep 2006 16:39:14 -0000 Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: References: <8f985b960609150929l27a80d71n4daafc77a606bf58@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <44A2616C-E0A3-4D11-ADA0-FD37C8BE7F42@objectstyle.org> Content-Transfer-Encoding: 7bit From: Andrus Adamchik Subject: Re: 1.5 Date: Fri, 15 Sep 2006 12:39:13 -0400 To: cayenne-dev@incubator.apache.org X-Mailer: Apple Mail (2.752.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Sorry for the flood ... checking the old nightly build script. Here is how you test in 1.4 mode (a snip from the Perl script): $ENV{'JAVA_HOME'} = $jdk_14; run_command("$ant help"); run_command("$ant clean"); my $status = run_command("$ant test-1_4"); Andrus On Sep 15, 2006, at 12:37 PM, Andrus Adamchik wrote: > Regarding 1.2 and 2.0 branches - I haven't tested it in a while, so > things may be broken.. But I don't see much harm building with 1.5, > as those are stable branches and there is very little chance of > introducing a random error in the code. But you can fix the Ant > script if you see any problems. > > Andrus > > On Sep 15, 2006, at 12:33 PM, Andrus Adamchik wrote: > >> I don't think there was any decision, but as a practical matter, >> we migrated trunk to Maven so all handcoded Ant procedures are no >> longer applicable. >> >> Andrus >> >> On Sep 15, 2006, at 12:29 PM, Mike Kienenberger wrote: >> >>> Have we decided at this point that 1.5 is required for building >>> cayenne (even though it compiles to 1.4.2 compatible code?) >>> >>> I haven't mentioned it in awhile, but the only way I can build >>> cayenne-java is to use this bat script: >>> >>> ie, "..\go" instead of "ant" and "..\go test" instead of "ant test" >>> >>> set JAVA_HOME=E:\W2k\jdk1.5.0_06 >>> ant -Dbuild.compiler=javac1.5 %1 %2 %3 %4 %5 %6 %7 %8 %9 >>> >> >> > >