From java-dev-return-34972-apmail-lucene-java-dev-archive=lucene.apache.org@lucene.apache.org Thu Jun 18 21:37:38 2009 Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 42558 invoked from network); 18 Jun 2009 21:37:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Jun 2009 21:37:38 -0000 Received: (qmail 96540 invoked by uid 500); 18 Jun 2009 21:37:48 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 96460 invoked by uid 500); 18 Jun 2009 21:37:48 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 96446 invoked by uid 99); 18 Jun 2009 21:37:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2009 21:37:48 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.69.42.181] (HELO radix.cryptio.net) (208.69.42.181) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2009 21:37:38 +0000 Received: by radix.cryptio.net (Postfix, from userid 1007) id A77A071C56E; Thu, 18 Jun 2009 14:37:16 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by radix.cryptio.net (Postfix) with ESMTP id A5E4071C557 for ; Thu, 18 Jun 2009 14:37:16 -0700 (PDT) Date: Thu, 18 Jun 2009 14:37:16 -0700 (PDT) From: Chris Hostetter To: java-dev@lucene.apache.org Subject: RE: Tests fail to compile on JDK 1.4? In-Reply-To: Message-ID: References: <9ac0c6aa0906011753j4f3097d8pdee28e5e029b8a51@mail.gmail.com> <786fde50906012337q40e5c4afse0089ba4aa7e51b2@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org : We had some discussions about it, the easiest is, to set the bootclasspath : in the task to an older rt.jar during compilation. Because this : needs updates for e.g. Hudson (rt.jar missing) we said, that the one, who : releases the final version should simply check this before on the : compilation computer in the release process. there are ways to automate this sanity check in ant, i took a stab at this a while back... https://issues.apache.org/jira/browse/LUCENE-718 ...but i never moved forward with it becuase most people didn't seemed that concerned. -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org