Return-Path: Delivered-To: apmail-incubator-uima-user-archive@minotaur.apache.org Received: (qmail 7423 invoked from network); 26 Jun 2009 06:41:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jun 2009 06:41:46 -0000 Received: (qmail 21894 invoked by uid 500); 26 Jun 2009 06:41:57 -0000 Delivered-To: apmail-incubator-uima-user-archive@incubator.apache.org Received: (qmail 21803 invoked by uid 500); 26 Jun 2009 06:41:56 -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 21793 invoked by uid 99); 26 Jun 2009 06:41:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jun 2009 06:41:56 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of twgoetz@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 26 Jun 2009 06:41:45 +0000 Received: (qmail invoked by alias); 26 Jun 2009 06:41:25 -0000 Received: from p5B2079E5.dip.t-dialin.net (EHLO [192.168.0.2]) [91.32.121.229] by mail.gmx.net (mp034) with SMTP; 26 Jun 2009 08:41:25 +0200 X-Authenticated: #25330878 X-Provags-ID: V01U2FsdGVkX1+gi0hsOA6ga//ut1RLl3hH89KCYjBIB+z8IcN8I4 Ic7y8hLdp1biCi Message-ID: <4A446D96.70701@gmx.de> Date: Fri, 26 Jun 2009 08:41:26 +0200 From: Thilo Goetz User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: uima-user@incubator.apache.org Subject: Re: How to start the CAS Editor? References: <4A428F54.8050804@gmail.com> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.52 X-Virus-Checked: Checked by ClamAV on apache.org Kai Schlamp wrote: > Kai Schlamp wrote: >>> 2. Add the uimaj-ep-runtime plugin as plugin to your eclipse instance >> >> Ok, but how? uimaj-ep-runtime also doesn't have a MANIFEST, and so >> can't be exported as a plugin. >> Do I have to build that first, too? >> I didn't use Maven before, but now installed a Maven Eclipse Plugin >> (m2eclipse). >> Do I have to compile uimaj-ep-runtime with Maven. > > I now tried to run Maven assembly:assembly from within Eclipse with the > help of that Maven plugin. > I get the below error, but I am not even sure if I am using Maven > correctly. > > The error message (I assume it has to do with the > http://repo1.maven.org/maven2 part ... seems nonsense to me): > > [ERROR] > > Failed to resolve parent-POM from repository. > > Parent POM Information: > > Group-Id: org.apache.uima > Artifact-Id: uimaj-eclipse-plugins > Version: 2.3.0.incubating-SNAPSHOT You will need to build the rest of UIMA first (with Maven). The CAS Editor needs a current version of UIMA APIs from trunk, that's the version 2.3.0 etc. Since we haven't released that version yet, it's not in the maven repos. However, it will get installed in your local repo when you build it. Please follow the instructions on the website for building UIMA from source. --Thilo > > Local Repository: /home/kai/.m2/repository > > Remote Repositories: > central -> http://repo1.maven.org/maven2 > > Reason: Unable to download the artifact from any repository > > org.apache.uima:uimaj-eclipse-plugins:pom:2.3.0.incubating-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2) > > > > Project Id: [inherited]:uimaj-ep-runtime:bundle:[inherited] > From file: > /home/kai/projects/pubcurator/workspaces/caseditor/uimaj-ep-runtime/pom.xml > > > > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run with the -e flag > [INFO] > ------------------------------------------------------------------------ > [INFO] + Ignoring build failures > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESSFUL > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: < 1 second > [INFO] Finished at: Thu Jun 25 22:31:36 CEST 2009 > [INFO] Final Memory: 1M/58M > [INFO] > ------------------------------------------------------------------------