Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@www.apache.org Received: (qmail 35255 invoked from network); 28 Sep 2004 20:49:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 Sep 2004 20:49:58 -0000 Received: (qmail 89882 invoked by uid 500); 28 Sep 2004 20:49:47 -0000 Delivered-To: apmail-jakarta-lucene-dev-archive@jakarta.apache.org Received: (qmail 89846 invoked by uid 500); 28 Sep 2004 20:49:47 -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 89820 invoked by uid 99); 28 Sep 2004 20:49:46 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [209.10.110.95] (HELO londo.swishmail.com) (209.10.110.95) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 28 Sep 2004 13:49:44 -0700 Received: (qmail 76416 invoked by uid 89); 28 Sep 2004 20:49:41 -0000 Received: from unknown (HELO ?192.168.168.81?) (postmaster@cottrell-cutting.net@24.5.163.156) by londo.swishmail.com with AES256-SHA encrypted SMTP; 28 Sep 2004 20:49:41 -0000 Message-ID: <4159CD85.90403@apache.org> Date: Tue, 28 Sep 2004 13:45:57 -0700 From: Doug Cutting User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040806 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lucene Developers List Subject: Re: IndexInput & GCJ References: <414A0571.9030902@apache.org> In-Reply-To: <414A0571.9030902@apache.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Doug Cutting wrote: > Still to do: > > 1. Replace OutputStream with IndexOutput and BufferedIndexOutput. This > is not critical and mostly for consistency, as mmap makes more sense for > read-only data. > 2. Update RAMDirectory and FSDirectory to no longer use deprecated > classes. This is done last, to make sure that the earlier steps to not > break back-compatibility for existing Directory implementations. These changes are now complete and in CVS. Doug --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-dev-help@jakarta.apache.org