Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 60332 invoked from network); 16 May 2006 23:38:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 May 2006 23:38:02 -0000 Received: (qmail 30101 invoked by uid 500); 16 May 2006 23:37:59 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 30058 invoked by uid 500); 16 May 2006 23:37:59 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 30047 invoked by uid 99); 16 May 2006 23:37:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 May 2006 16:37:59 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mcintyre.a@gmail.com designates 66.249.92.171 as permitted sender) Received: from [66.249.92.171] (HELO ug-out-1314.google.com) (66.249.92.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 May 2006 16:37:58 -0700 Received: by ug-out-1314.google.com with SMTP id m3so94633uge for ; Tue, 16 May 2006 16:37:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eyGgPxPWfr9RFpKlxYf0llwaU7X4D/njTQJeABmBNZIkbuWZn41EV5JRjNQ6sE3WNhrApfl5cVG3XP6+aG7LzIJXrAdic0aLPoxJQxEKIyYwd8V2H++ksei9vMMMgIAIdYUs9jVdQ6m3DfpY6UD4wof6V9GlmztyG6GGBFALplI= Received: by 10.78.47.15 with SMTP id u15mr59469huu; Tue, 16 May 2006 16:37:37 -0700 (PDT) Received: by 10.78.67.7 with HTTP; Tue, 16 May 2006 16:37:37 -0700 (PDT) Message-ID: <54ac72d70605161637q4455d664l548815e1342e1734@mail.gmail.com> Date: Tue, 16 May 2006 16:37:37 -0700 From: "Andrew McIntyre" To: derby-dev@db.apache.org Subject: Re: Snapshot build problem on trunk In-Reply-To: <44699D47.2010404@sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <44699D47.2010404@sun.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 5/16/06, Lars Heill wrote: > Hi, > > I run a daily clean snapshot build on derby trunk. > > The last couple of days ant snapshot has failed, saying: > > BUILD FAILED > /home/pakker/derby/code/build.xml:1559: /home/pakker/derby/code/jars/= sane not found. > > after successful runs of ant clobber, ant insane. > > Could this be related to the change in r405563? Well, I guess I'm *not* the only person running the snapshot target. :-) Yes, it is now necessary to run a sane build before the snapshot target as well. See the instructions at http://wiki.apache.org/db-derby/DerbySnapshotOrRelease I suppose the part which zips up the debug-lib target could be broken out and made conditional on the sane jars being available, but the intended purpose of the snapshot target is to assist committers in producing snapshots to put up on the Derby website. As such, I'd like to make sure that the debug-lib snapshots are posted whenever the snapshots are updated on the site. Failing to complete the snapshot target because the sane jars are not available is the right thing to do here. If it's being used for other purposes, then I'm sure we can find a compromise. Perhaps a new target that just builds the non-debug version of the snapshot? andrew