Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@apache.org Received: (qmail 11681 invoked from network); 4 May 2003 14:18:24 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 4 May 2003 14:18:24 -0000 Received: (qmail 19061 invoked by uid 97); 4 May 2003 14:20:27 -0000 Delivered-To: qmlist-jakarta-archive-lucene-dev@nagoya.betaversion.org Received: (qmail 18992 invoked from network); 4 May 2003 14:20:26 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 4 May 2003 14:20:26 -0000 Received: (qmail 11410 invoked by uid 500); 4 May 2003 14:18:22 -0000 Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Developers List" Reply-To: "Lucene Developers List" Delivered-To: mailing list lucene-dev@jakarta.apache.org Received: (qmail 11399 invoked from network); 4 May 2003 14:18:22 -0000 Received: from mclean.mail.mindspring.net (207.69.200.57) by daedalus.apache.org with SMTP; 4 May 2003 14:18:22 -0000 Received: from h-66-167-237-119.mclnva23.covad.net ([66.167.237.119] helo=POWERPACK) by mclean.mail.mindspring.net with smtp (Exim 3.33 #1) id 19CKJr-0006CH-00 for lucene-dev@jakarta.apache.org; Sun, 04 May 2003 10:18:23 -0400 Message-ID: <125001c31248$0ebe1770$0501a8c0@POWERPACK> From: "Terry Steichen" To: "Lucene Developers List" References: <200303172147.35172.ykingma@xs4all.nl> Subject: Re: FSDirectory won't compile (again) Date: Sun, 4 May 2003 10:18:38 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I thought it was just me - but I have exactly the same build problem. Planned to look into it when I had some extra time. I hope I am not forced to upgrade to 1.4, as that will cause major problems for the moment. Regards, Terry ----- Original Message ----- From: "Ype Kingma" To: Sent: Sunday, May 04, 2003 1:24 PM Subject: FSDirectory won't compile (again) Dear Lucene developers, In the current CVS version, FSDirectory.java won't compile. This is the corresponding build output: compile: [javac] Compiling 4 source files to /home/ype/lcncvs/jakarta-lucene/bin/classes [javac] /home/ype/lcncvs/jakarta-lucene/src/java/org/apache/lucene/store/FSDirectory .java:95: cannot resolve symbol [javac] symbol : constructor RuntimeException (java.security.NoSuchAlgorithmException) [javac] location: class java.lang.RuntimeException [javac] throw new RuntimeException(e); [javac] ^ [javac] 1 error BUILD FAILED I'm using java 1.3.1 on linux. Java 1.3.1 seems to lack a constructor with the indicated argument type. I reported a similar problem with FSDirectory.java on the 17th of March. Should I upgrade to java 1.4? Kind regards, Ype Kingma --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-dev-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-dev-help@jakarta.apache.org