Return-Path: Delivered-To: apmail-gump-general-archive@www.apache.org Received: (qmail 16378 invoked from network); 17 Feb 2006 23:21:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Feb 2006 23:21:59 -0000 Received: (qmail 85805 invoked by uid 500); 17 Feb 2006 23:21:57 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 85761 invoked by uid 500); 17 Feb 2006 23:21:57 -0000 Mailing-List: contact general-help@gump.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Gump code and data" Reply-To: "Gump code and data" Delivered-To: mailing list general@gump.apache.org Received: (qmail 85746 invoked by uid 99); 17 Feb 2006 23:21:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2006 15:21:56 -0800 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 64.233.184.204 as permitted sender) Received: from [64.233.184.204] (HELO wproxy.gmail.com) (64.233.184.204) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Feb 2006 15:21:56 -0800 Received: by wproxy.gmail.com with SMTP id i5so259037wra for ; Fri, 17 Feb 2006 15:21:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=PebhIqWG+d9aek8ky1b5yol7tRa7a1UR6jTQzmEeqjTEEk1FVHqeT/fRkS9mSMvuc3rGl/Va2vr1zh+/6wMoozv8cirsCwfjyu4Gg7VTzd4+I3kj9AUhQbMyXtxl85ZmSZqpdpZcyWeExOxZW0pfgDTPRYmoG/RoQ06JYOP/s3Q= Received: by 10.54.133.8 with SMTP id g8mr1540695wrd; Fri, 17 Feb 2006 15:21:34 -0800 (PST) Received: by 10.54.133.15 with HTTP; Fri, 17 Feb 2006 15:21:34 -0800 (PST) Message-ID: <54ac72d70602171521x738038b3j107f91d5f203f6c9@mail.gmail.com> Date: Fri, 17 Feb 2006 15:21:34 -0800 From: "Andrew McIntyre" To: "Gump code and data" Subject: Failure in derby-split-1 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Just noticed this has been failing for a while. The failure is here: compile_reference: [javac] Compiling 10 source files to /x1/gump/public/workspace/db-derby/classes [javac] /x1/gump/public/workspace/db-derby/java/engine/org/apache/derby= /iapi/reference/SQLState.java:29: package org.apache.derby.shared.common.reference does not exist [javac] org.apache.derby.shared.common.reference.SQLState [javac] ^ [javac] 1 error BUILD FAILED This looks like svn did not properly update some files. The file that is missing exists in the source tree here: http://svn.apache.org/repos/asf/db/derby/code/trunk/java/shared/org/apache/= derby/shared/common/reference/ Maybe those new files didn't update properly? Perhaps the pointers to the various source directories in tools/ant/properties/dirs.properties didn't update? Maybe there's something in the metadata I need to change to find the new files? Not sure what's going on, but I'll be glad to help if someone could take a look and make sure that the new files in java/shared are there. Thanks! andrew --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org