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 C94259E76 for ; Mon, 25 Jun 2012 06:23:21 +0000 (UTC) Received: (qmail 34811 invoked by uid 500); 25 Jun 2012 06:23:21 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 34754 invoked by uid 500); 25 Jun 2012 06:23:20 -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 34701 invoked by uid 99); 25 Jun 2012 06:23:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2012 06:23:18 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bp.untn@gmail.com designates 209.85.213.49 as permitted sender) Received: from [209.85.213.49] (HELO mail-yw0-f49.google.com) (209.85.213.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2012 06:23:12 +0000 Received: by yhjj52 with SMTP id j52so2600478yhj.22 for ; Sun, 24 Jun 2012 23:22:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=oc+jD0kpIVdqgODV0I8W16g0MC/DPPLBuUl+866AB+M=; b=bOy/psQFlek2liasXD5la94JtQD4nA3FhbnWOrbEI5+nFRzn4WlPZ9TqkLnDAgGyGb jZkbvW2Bwtltly3q+4XuDGr6/d8FGofI1orYotmYu4LJaMyCjHL2gXJUxX3yMvgW01FX IZ29Oyrle2QMutBkWe4604RaMDnWYoznF0agXF5ZYiaC0ZqrT4Fx+zoO3/fxwK8R5dkC DMPBQlFWnJR2qhYjI+lzEiEgoUO7iCXjLL86m+Y8Fp1S+evRhyhitE2FzGZ5NT5HF4gW FP/CeKKLNVtw69pDY3rlkbkuZkTMNpbPT3i3nQJ0xqbw78OMXal+HRs0NgFENshOXi7I s89w== MIME-Version: 1.0 Received: by 10.50.186.196 with SMTP id fm4mr7165234igc.34.1340605371392; Sun, 24 Jun 2012 23:22:51 -0700 (PDT) Received: by 10.50.110.36 with HTTP; Sun, 24 Jun 2012 23:22:51 -0700 (PDT) In-Reply-To: <4FE4E030.3090101@schor.com> References: <4FE4E030.3090101@schor.com> Date: Mon, 25 Jun 2012 08:22:51 +0200 Message-ID: Subject: Re: installing uima addons problem with parent From: "bp.untn@gmail.com" To: user@uima.apache.org Content-Type: multipart/alternative; boundary=14dae9340fe7f2231004c346024c X-Virus-Checked: Checked by ClamAV on apache.org --14dae9340fe7f2231004c346024c Content-Type: text/plain; charset=ISO-8859-1 Dear Marshall, thanks, I updated the svn, now I can build it. Thanks! B. On Fri, Jun 22, 2012 at 11:14 PM, Marshall Schor wrote: > Hi, > > You're not doing anything wrong; rather, there is a minor update that > needs to > be done to let the uima-add-ons build from trunk. > > I've fixed it and checked in the changes to the uima-addons-parent. If you > update your copy to the new SVN head level, it should compile. > > Sorry for the trouble. > > -Marshall > > > On 6/22/2012 3:43 AM, bp.untn@gmail.com wrote: > > Hi, > > > > I simply don't get what I'm doing wrong. > > I wanted to install the SimpleServer addon, downloaded it from the svn > and > > did > > 'mvn install'. but I got an error that the parent-pom is missing. > > > > Then, I downloaded the entire addons trunk from svn: > > > > "You can access the UIMA Addons in the SVN repository at > > http://svn.apache.org/repos/asf/uima/addons/trunk/"< > http://svn.apache.org/repos/asf/uima/addons/trunk/> > > m > > > > which contains the folder "uima-addons-parent" with the pom.xml file and > > tried to call mvn install (and mvn clean install) from that directory. > > > > But still, the same error. What am I doing wrong? > > > > Here the steps to reproduce: > > > > mkdir uima-addons-svn > > cd uima-addons-svn > > svn checkout http://svn.apache.org/repos/asf/uima/addons/trunk/ > > cd trunk/ > > cd uima-addons-parent/ > > mvn clean install > > [INFO] Scanning for projects... > > [ERROR] The build could not read 1 project -> [Help 1] > > [ERROR] > > [ERROR] The project org.apache.uima:uima-addons-parent:2.3.2-SNAPSHOT > > (/home/bplank/tools/uima-addons-svn/trunk/uima-addons-parent/pom.xml) > has 1 > > error > > [ERROR] Non-resolvable parent POM: Could not find artifact > > org.apache.uima:parent-pom:pom:3-SNAPSHOT and 'parent.relativePath' > points > > at no local POM @ line 31, column 11 -> [Help 2] > > [ERROR] > > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e > > switch. > > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > > [ERROR] > > [ERROR] For more information about the errors and possible solutions, > > please read the following articles: > > [ERROR] [Help 1] > > > http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException > > [ERROR] [Help 2] > > > http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException > > > > mvn version: > > mvn -version > > Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100) > > Maven home: /home/user/tools/apache-maven-3.0.4 > > Java version: 1.7.0_03, vendor: Oracle Corporation > > Java home: /home/user/jdk1.7.0_03/jre > > Default locale: en_US, platform encoding: UTF-8 > > OS name: "linux", version: "3.2.0-25-generic", arch: "amd64", family: > "unix" > > > > Thanks, > > BP > > > --14dae9340fe7f2231004c346024c--