Return-Path: X-Original-To: apmail-uima-user-archive@www.apache.org Delivered-To: apmail-uima-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B084E781 for ; Fri, 14 Dec 2012 11:17:02 +0000 (UTC) Received: (qmail 57091 invoked by uid 500); 14 Dec 2012 11:17:01 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 57023 invoked by uid 500); 14 Dec 2012 11:17:00 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 56994 invoked by uid 99); 14 Dec 2012 11:16:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2012 11:16:59 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [132.187.3.35] (HELO mailrelay.rz.uni-wuerzburg.de) (132.187.3.35) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2012 11:16:51 +0000 Received: from virusscan-slb.rz.uni-wuerzburg.de (localhost [127.0.0.1]) by mailrelay-slb.rz.uni-wuerzburg.de (Postfix) with ESMTP id 452F67ABFA for ; Fri, 14 Dec 2012 12:16:30 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by virusscan-slb.rz.uni-wuerzburg.de (Postfix) with ESMTP id 4413E7ABF8 for ; Fri, 14 Dec 2012 12:16:30 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-wuerzburg.de Received: from mailmaster.uni-wuerzburg.de ([10.101.19.2]) by localhost (vmail001.slb.uni-wuerzburg.de [10.101.19.141]) (amavisd-new, port 10225) with ESMTP id HBuIhQD3JuOQ for ; Fri, 14 Dec 2012 12:16:30 +0100 (CET) Received: from [192.168.178.76] (dslb-084-056-074-216.pools.arcor-ip.net [84.56.74.216]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTPSA id 2333D76BCE for ; Fri, 14 Dec 2012 12:16:30 +0100 (CET) Message-ID: <50CB0A8D.3010704@uni-wuerzburg.de> Date: Fri, 14 Dec 2012 12:16:29 +0100 From: =?UTF-8?B?UGV0ZXIgS2zDvGds?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: user@uima.apache.org Subject: Re: TextMarker types, JCasGenPomFriendly and Maven References: <12dc5cc8fa82bf55e7ae1a73a767d4f9@webmail.webfaction.com> In-Reply-To: <12dc5cc8fa82bf55e7ae1a73a767d4f9@webmail.webfaction.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, thanks for the pointer. I will attend this problem. I already prepared information about building TextMarker, but I am still thinking about the best location to publish it. After uimaFIT has arrived at Apache UIMA, I will also take care that TextMarker will work together with uimaFIT more smoothly. Best, Peter Am 13.12.2012 20:15, schrieb Pablo Duboue: > Hi, > > Just a comment, if you use the uimaFIT JCasGenPomFriendly in Maven and > want to use TextMarker as a standalone annotator you'll need to > exclude the generated TextMarker basic type files from the build by > adding something like this to your pom.xml plugins: > > > org.apache.maven.plugins > maven-compiler-plugin > 3.0 > > 1.6 > 1.6 > > org/apache/uima/textmarker/type/*.java > > > > > I don't know if this is actually a bug in the way JCasGenPomFriendly > is being called and it should pick up the existence of the > org.apache.uima.textmarker.type JCas types or this is the preferred > way to do it. The important aspect is that TextMarker has JCas types > augmented with extra methods. Using regenerated types won't do (you'll > get a cryptic error message java.lang.NoSuchMethodError: > org.apache.uima.textmarker.type.TextMarkerBasic.setLowMemoryProfile(Z)V). > > Mr. Klügl, if this is not in the documentation for TextMarker > somewhere you might want to add it. (And thanks for making such a > great tool available!) > > Best regards, > > P.