Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 64384 invoked from network); 20 Nov 2006 00:52:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2006 00:52:48 -0000 Received: (qmail 73323 invoked by uid 500); 20 Nov 2006 00:52:56 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 73270 invoked by uid 500); 20 Nov 2006 00:52:56 -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 73259 invoked by uid 99); 20 Nov 2006 00:52:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Nov 2006 16:52:56 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [169.229.70.167] (HELO rescomp.berkeley.edu) (169.229.70.167) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Nov 2006 16:52:43 -0800 Received: by rescomp.berkeley.edu (Postfix, from userid 1007) id B392C5B763; Sun, 19 Nov 2006 16:52:22 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by rescomp.berkeley.edu (Postfix) with ESMTP id 9D3117F403 for ; Sun, 19 Nov 2006 16:52:22 -0800 (PST) Date: Sun, 19 Nov 2006 16:52:22 -0800 (PST) From: Chris Hostetter To: java-dev@lucene.apache.org Subject: Re: Lucene nightly build failure In-Reply-To: <200611200003.kAK03qe2005685@lucene.zones.apache.org> Message-ID: References: <200611200003.kAK03qe2005685@lucene.zones.apache.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org : [javac] /tmp/lucene-nightly/src/java/org/apache/lucene/queryParser/QueryParser.java:654: cannot resolve symbol : [javac] symbol : method toChars (int,char[],int) : [javac] location: class java.lang.Character : [javac] length += Character.toChars(codePoint, output, length); ...hmm, that method seems to only be in java 1.5, hopefully someone that understands code points can step up and change it to something 1.4 safe? Perosnally, I'm really confused as to why the trunk builds cleanly with a 1.5 javac right now, since it's clearly using -source 1.4 and -target 1.4 ???? Hmmm... ok so aparently "-source 1.4" only verifies 1.4 compatibility of the language features, not that the java.lang.* class refrences... http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6333296 ...looks like we could use the bootclasspathref attribute of to specify a differnet rt.jar ... but i don't think we can legally provide a copy of sun's rt.jar for people to build with can we? Looks like all the ocmmitters using 1.5 need to reinstall a copy of the 1.4 JVM and pay extra special attention to which one they are using for the time being. -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org