Return-Path: Delivered-To: apmail-incubator-uima-user-archive@minotaur.apache.org Received: (qmail 14290 invoked from network); 16 Feb 2010 09:30:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Feb 2010 09:30:39 -0000 Received: (qmail 62878 invoked by uid 500); 16 Feb 2010 09:30:38 -0000 Delivered-To: apmail-incubator-uima-user-archive@incubator.apache.org Received: (qmail 62838 invoked by uid 500); 16 Feb 2010 09:30:37 -0000 Mailing-List: contact uima-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: uima-user@incubator.apache.org Delivered-To: mailing list uima-user@incubator.apache.org Received: (qmail 62828 invoked by uid 99); 16 Feb 2010 09:30:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Feb 2010 09:30:37 +0000 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DATE_IN_PAST_06_12,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcaug-uima-user@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Feb 2010 09:30:29 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NhJks-0007Xr-6D for uima-user@incubator.apache.org; Tue, 16 Feb 2010 10:30:06 +0100 Received: from ip56580ed3.direct-adsl.nl ([86.88.14.211]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Feb 2010 10:30:06 +0100 Received: from roland by ip56580ed3.direct-adsl.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Feb 2010 10:30:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: uima-user@incubator.apache.org From: Roland Cornelissen Subject: Lucas compile error Followup-To: gmane.comp.apache.uima.general Date: Tue, 16 Feb 2010 00:34:56 +0100 Lines: 17 Message-ID: Reply-To: roland@kabelco.nl Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ip56580ed3.direct-adsl.nl User-Agent: KNode/4.3.2 Sender: news Hi, I try to get LUCAS to work for me in Eclipse but I keep remaining this error for SplitterFile.java in org.apache.uima.lucas.indexer.analysis: splitIterator = Iterators.forArray(splitts, 0, splitts.length); The error I get is: Type mismatch: cannot convert from UnmodifiableIterator to Iterator With this error Lucas seems to work, it produces an index, but I'm not certain if that will be so all the time. I used the following libraries: Lucene 2.4 (core,highlighter,memory,snowball) / Google Collect 1.0 /Uima Can anybody explain what's going on here?? Roland