Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 55816 invoked from network); 4 Nov 2010 17:51:32 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Nov 2010 17:51:32 -0000 Received: (qmail 7109 invoked by uid 500); 4 Nov 2010 17:52:02 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 6465 invoked by uid 500); 4 Nov 2010 17:52:01 -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 6458 invoked by uid 99); 4 Nov 2010 17:52:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Nov 2010 17:52:01 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of m.v.lunteren@gmail.com designates 209.85.215.44 as permitted sender) Received: from [209.85.215.44] (HELO mail-ew0-f44.google.com) (209.85.215.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Nov 2010 17:51:53 +0000 Received: by ewy27 with SMTP id 27so1248370ewy.31 for ; Thu, 04 Nov 2010 10:51:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=oACLeWI+zVnPcTB5/fWpdLHx7pZWM7rjSJyZGQZjBPE=; b=oINfvTDxQ6l5OHq0PakljECMFinZhAeC3u/dVcWx6vYsaqG9fIfZLhvAaCZcHEJXFi NTJNS4OZIUVOFUwfmPx3CQ6iisFSriy7GbUV/vV5D0PkQdY2ZEBW9uq/xWstJEHrsrxW S7Fl+IdEGtMVcx7vIIyj518pxUuZpysrYmJHM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=DsK226AOkSxud0bIXR5yt/WYpvKvXZzFgtDNKR6g1+OpJ77Yo9jG8VkEMATMQHMvj0 nnjz26zZa3A4Y0nGpv+7fagR/FE944cYiTyNgDT92UWY8CB1CdWLuEN3xqkTLuiMnytY +eGeR3XhI8RNLRj0p9sfHAe9IPDlqC46eNg8g= MIME-Version: 1.0 Received: by 10.216.3.145 with SMTP id 17mr127983weh.109.1288893093212; Thu, 04 Nov 2010 10:51:33 -0700 (PDT) Received: by 10.216.63.201 with HTTP; Thu, 4 Nov 2010 10:51:33 -0700 (PDT) Date: Thu, 4 Nov 2010 10:51:33 -0700 Message-ID: Subject: my build is broken From: Myrna van Lunteren To: derbydev Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, My main build on windows is broken after the latest updates. On my Linux machine the build is fine, but I don't have the j2me stuff there, probably some other stuff is missing. Perhaps I should've done clobber before svn update again, but I tried to clean everything up and start over... I'm still trying to see what's happening/happened/fixing it up... e.g.: compile_util: [javac] Compiling 8 source files to C:\derbyt\svn\trunk\classes [javac] C:\derbyt\svn\trunk\java\engine\org\apache\derby\iapi\types\SqlXmlUtil.java:40: package org.w3c.dom does not exist [javac] import org.w3c.dom.Attr; [javac] ^ and, more seriously: [javac] C:\derbyt\svn\trunk\java\engine\org\apache\derby\impl\jdbc\LOBStoredProcedure.java:27: cannot find symbol [javac] symbol : class DriverManager [javac] location: package java.sql [javac] import java.sql.DriverManager; [javac] ^ Myrna