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 76CE9E65D for ; Fri, 21 Dec 2012 18:31:39 +0000 (UTC) Received: (qmail 1647 invoked by uid 500); 21 Dec 2012 18:31:39 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 1609 invoked by uid 500); 21 Dec 2012 18:31:39 -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 1598 invoked by uid 99); 21 Dec 2012 18:31:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2012 18:31:39 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of msa@schor.com designates 69.93.164.14 as permitted sender) Received: from [69.93.164.14] (HELO gateway06.websitewelcome.com) (69.93.164.14) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2012 18:31:29 +0000 Received: by gateway06.websitewelcome.com (Postfix, from userid 5007) id 25C41E106472D; Fri, 21 Dec 2012 12:31:08 -0600 (CST) Received: from gator74.hostgator.com (gator74.hostgator.com [184.173.199.208]) by gateway06.websitewelcome.com (Postfix) with ESMTP id 189E2E1064708 for ; Fri, 21 Dec 2012 12:31:08 -0600 (CST) Received: from [24.45.227.47] (port=51145 helo=[192.168.1.101]) by gator74.hostgator.com with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80) (envelope-from ) id 1Tm7ND-0004Ef-Su for user@uima.apache.org; Fri, 21 Dec 2012 12:31:08 -0600 Message-ID: <50D4AAEB.4090805@schor.com> Date: Fri, 21 Dec 2012 13:31:07 -0500 From: Marshall Schor 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: UIMA Addons References: In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator74.hostgator.com X-AntiAbuse: Original Domain - uima.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - schor.com X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: ([192.168.1.101]) [24.45.227.47]:51145 X-Source-Auth: msa+schor.com X-Email-Count: 3 X-Source-Cap: bWlzY2hvcjttaXNjaG9yO2dhdG9yNzQuaG9zdGdhdG9yLmNvbQ== X-Virus-Checked: Checked by ClamAV on apache.org Hi, Not all add-ons are set up to build PEAR files. You can see which ones are, by looking in the particular project for a file named "marker-file-identifying-standard-pear". Which project(s) failed to produce a PEAR file? Did the mvn install say "SUCCESS" at the end, or did it have an error? If it had an error, what was it? -Marshall On 12/21/2012 12:05 PM, Metcalf, Katherine E. wrote: > Hello, > > I am trying to build the UIMA Addons so that I can use some of them. However, I don�t not think I have been able to correctly build them. My steps have followed those described on the quick start building page: > svn checkout https://svn.apache.org/repos/asf/uima/addons/trunk /myWorkingCopyAddons > cd /myWorkingCopyAddons > mvn install > > This process produces jar files and such, but no PEAR file. Is this process supposed to produce a PEAR file? If yes, then am I missing a step? And if not, then how do you incorporate the Addons into a UIMA Project? > > Thank you, > Rin >