Return-Path: Delivered-To: apmail-uima-user-archive@www.apache.org Received: (qmail 20410 invoked from network); 17 Nov 2010 03:20:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Nov 2010 03:20:59 -0000 Received: (qmail 72555 invoked by uid 500); 17 Nov 2010 03:21:30 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 72270 invoked by uid 500); 17 Nov 2010 03:21:28 -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 72262 invoked by uid 99); 17 Nov 2010 03:21:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Nov 2010 03:21:27 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of msa@schor.com designates 67.18.71.14 as permitted sender) Received: from [67.18.71.14] (HELO gateway13.websitewelcome.com) (67.18.71.14) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 17 Nov 2010 03:21:20 +0000 Received: (qmail 29253 invoked from network); 17 Nov 2010 03:20:34 -0000 Received: from gator74.hostgator.com (67.18.27.130) by gateway13.websitewelcome.com with SMTP; 17 Nov 2010 03:20:34 -0000 Received: from [68.198.198.59] (port=48571 helo=[192.168.1.103]) by gator74.hostgator.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1PIYa7-00060B-3Y for user@uima.apache.org; Tue, 16 Nov 2010 21:21:11 -0600 Message-ID: <4CE34A1F.7040002@schor.com> Date: Tue, 16 Nov 2010 22:21:03 -0500 From: Marshall Schor User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: user@uima.apache.org Subject: Re: UIMA Trunk/Maven/Eclipse problem References: <4CDDF404.2090601@schor.com> In-Reply-To: X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 hmmm, are you behind a firewall? The error appears to indicate you can't get to the repository (time out). What happens if you paste that url: https://repository.apache.org/content/groups/snapshots-group/org/apache/uima/parent-pom/1-SNAPSHOT/maven-metadata.xml into a browser? (for me, in Firefox, it shows some xml). -Marshall On 11/16/2010 9:31 AM, Kodo wrote: > Hi Marshall! > > I've been trying to get this to work but I still fail:-( I've decided to focus > on getting the DictionaryAnnotator to work before going any further. I tried > your suggestions below and added the lines you suggested to c:\Documents and > Settings\\.m2\settings.xml file: > > > test > > true > > > > apache-nexus-snapshot > > https://repository.apache.org/content/groups/snapshots- > group/ > > > > > > apache-nexus-plugin-snapshot > > https://repository.apache.org/content/groups/snapshots-group/ > > > > > Then navigated to the directory where the DictionaryAnnotator stuff is stored > and then issued a "maven install" command and was greeted with a nice: > > [INFO] Scanning for projects... > Downloading: https://repository.apache.org/content/groups/snapshots- > group/org/ap > ache/uima/parent-pom/1-SNAPSHOT/maven-metadata.xml > [WARNING] Could not transfer metadata org.apache.uima:parent-pom:1- > SNAPSHOT/mave > n-metadata.xml from apache-nexus-snapshot > (https://repository.apache.org/content > /groups/snapshots-group/): Error transferring file: Connection timed out: > connec > t > Downloading: https://repository.apache.org/content/groups/snapshots- > group/org/ap > ache/uima/parent-pom/1-SNAPSHOT/parent-pom-1-SNAPSHOT.pom > [ERROR] The build could not read 1 project -> [Help 1] > [ERROR] > [ERROR] The project org.apache.uima:DictionaryAnnotator:2.3.1-SNAPSHOT > (C:\Pro > jects\Climateaware\Tools\apache-uima\trunk\DictionaryAnnotator\pom.xml) has 1 > er > ror > [ERROR] Non-resolvable parent POM: Could not transfer artifact > org.apache.ui > ma:parent-pom:pom:1-SNAPSHOT from apache-nexus-snapshot > (https://repository.apac > he.org/content/groups/snapshots-group/): Error transferring file: Connection > tim > ed out: connect and 'parent.relativePath' points at wrong local POM @ line 25, > c > olumn 11 -> [Help 2] > > I'd really love to have this stuff working - I hope you're able to give me a > hint how to proceed. > > Thanks in advance! > /Peter > > >