Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@www.apache.org Received: (qmail 20452 invoked from network); 13 Sep 2003 03:01:07 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 13 Sep 2003 03:01:07 -0000 Received: (qmail 95940 invoked by uid 500); 13 Sep 2003 03:00:47 -0000 Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 95852 invoked by uid 500); 13 Sep 2003 03:00:46 -0000 Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 95837 invoked from network); 13 Sep 2003 03:00:46 -0000 Received: from unknown (HELO grunt24.ihug.com.au) (203.109.249.144) by daedalus.apache.org with SMTP; 13 Sep 2003 03:00:46 -0000 Received: from p56-apx1.syd.ihug.com.au (expresso.localdomain) [203.173.140.56] by grunt24.ihug.com.au with esmtp (Exim 3.35 #1 (Debian)) id 19y0ed-0007lE-00; Sat, 13 Sep 2003 13:00:55 +1000 Received: from jeff by expresso.localdomain with local (Exim 3.35 #1 (Debian)) id 19y0gO-0000kx-00 for ; Sat, 13 Sep 2003 13:02:44 +1000 Date: Sat, 13 Sep 2003 13:02:43 +1000 From: Jeff Turner To: forrest-dev@xml.apache.org Subject: Re: cvs commit: xml-forrest/src/scratchpad/src/java/org/apache/forrest/search ForrestDocument.java ForrestDocumentSAXParser.java ForrestIndexer.java ForrestSearchRenderer.java ForrestSearchServlet.java ForrestSearcher.java Message-ID: <20030913030243.GA2262@expresso.localdomain> Mail-Followup-To: forrest-dev@xml.apache.org References: <20030912190731.64076.qmail@minotaur.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20030912190731.64076.qmail@minotaur.apache.org> User-Agent: Mutt/1.5.4i X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Fri, Sep 12, 2003 at 07:07:31PM -0000, cheche@apache.org wrote: > cheche 2003/09/12 12:07:31 > > Modified: . status.xml > src/resources/conf web.xml > src/resources/forrest-shbat forrest.build.xml > src/resources/fresh-site/src/documentation skinconf.xml > src/resources/schema/relaxng skinconf.rnc > src/resources/skins/common/xslt/html document2html.xsl > src/resources/skins/forrest-site/xslt/html site2xhtml.xsl > Added: src/scratchpad/src/java/org/apache/forrest/search > ForrestDocument.java ForrestDocumentSAXParser.java > ForrestIndexer.java ForrestSearchRenderer.java > ForrestSearchServlet.java ForrestSearcher.java > Log: > Added first version of Lucene integrated within Forrest. > PR: FOR-9 > Submitted by: Ram�n Prades rprades@porcelanosa.com Has a JDK 1.4 dependency: scratchpad.compile: Compiling 6 source files to /usr/serverlocal/src/apache/xml-forrest-cvs/build/scratchpad/classes /usr/serverlocal/src/apache/xml-forrest-cvs/src/scratchpad/src/java/org/apache/forrest/search/ForrestSearcher.java:181: cannot resolve symbol symbol : method replaceAll (java.lang.String,java.lang.String) location: class java.lang.String String path = hits.doc(i).get("path").replaceAll(".xml", ".html"); ^ 1 error --Jeff