Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 11742 invoked from network); 17 Oct 2007 00:56:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Oct 2007 00:56:11 -0000 Received: (qmail 198 invoked by uid 500); 17 Oct 2007 00:55:58 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 166 invoked by uid 500); 17 Oct 2007 00:55:58 -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 157 invoked by uid 99); 17 Oct 2007 00:55:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2007 17:55:58 -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: domain of m.v.lunteren@gmail.com designates 64.233.182.187 as permitted sender) Received: from [64.233.182.187] (HELO nf-out-0910.google.com) (64.233.182.187) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2007 00:56:02 +0000 Received: by nf-out-0910.google.com with SMTP id d3so1680351nfc for ; Tue, 16 Oct 2007 17:55:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=9E25wE5AtgoC60+UfKjyQ9YTuXkaqKxunu/VFuJazIM=; b=Hbr2gQwHYOZfx6BokkHwjA7e6f83xWbRYYsrt4lQPPxbkfQjtdPT7yt4Mv1wnjVHKV9TCrCOLJZgeF40WZA3HRy4o8IZvW1ls8aakDn1mxh4hPAQrfwLBQFagAKjaUUTtUNYVxxjvizn1chqfSdMXsNi8lEY+lncmuE65hJbb8c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=mwGEvehOLya1LrDS4w7o7ZrKbDFzOQtBtBVUAx/c+Y/3kh9kHGgaM/UEsvmzRP6esIrnevynWZ8lsNmQgvKbOUMW/DzQ6KbOQzuDgY+/hyneVFGolzqq9NZaGQMTP86qNg5+/wnr7AKtnHMMk25sXFk5uMze8E+zHWK0dGOtNMA= Received: by 10.78.138.14 with SMTP id l14mr5306751hud.1192582539384; Tue, 16 Oct 2007 17:55:39 -0700 (PDT) Received: by 10.78.161.20 with HTTP; Tue, 16 Oct 2007 17:55:39 -0700 (PDT) Message-ID: Date: Tue, 16 Oct 2007 17:55:39 -0700 From: "Myrna van Lunteren" To: derbydev Subject: deprecation warnings with jdk15 build MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi, Now that we switched to jdk15 as the base level for the trunk, I see a ton of deprecation warnings. My jdk is: Sun's 1.5.0_12-b04, and I've got build.compiler set to modern I find it bothersome and hard to see 'real' build failures like this, but trunk/tools/ant/properties/modern.properties has deprecation set to 'on'. Would it be reasonable to set this to 'off' or am I the only one seeing these warnings? Or is there another trick I need to do? Thx, Myrna