Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 83AD198FF for ; Sat, 13 Oct 2012 00:46:33 +0000 (UTC) Received: (qmail 87963 invoked by uid 500); 13 Oct 2012 00:46:30 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 87905 invoked by uid 500); 13 Oct 2012 00:46:30 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 87897 invoked by uid 99); 13 Oct 2012 00:46:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Oct 2012 00:46:30 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of goksron@gmail.com designates 209.85.223.176 as permitted sender) Received: from [209.85.223.176] (HELO mail-ie0-f176.google.com) (209.85.223.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Oct 2012 00:46:23 +0000 Received: by mail-ie0-f176.google.com with SMTP id k11so6619944iea.35 for ; Fri, 12 Oct 2012 17:46:02 -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=Jrnfwd7+dgtU8ri0tUfSevY8T83mf/ofiIkobWdXiiM=; b=pMNDofmc2PhOUORztzTtGnCgs9jmW1V6+TuUw0l1/fiDkSkeFnsT+J7nhoGri/UNs/ vl3dKrIkCvoVJVUxfwBdQhke+enRKfZ8oxj5oC7luty+xNSrhlQ+fGYoc/msxSDq97ku lzUNzMVhmOe1VW7dbBmpv75XJLaVVvXu4HZAgmS26siBLBwsdnBou2RQ8LsUBCEOw7+H dDiZ1gkh5TfGii981SZtI7XTFQ2yIzTs5Ox9LhRtEJtDHKn+vcdECA7Me4LDB8z/cWxo 1aqMN1E4pTDRiJ7tOV3N0nRrI9bNB9e+tObuSi4682Z28ld9SP9qXa9rw6SXJYJW1ApB eXFA== MIME-Version: 1.0 Received: by 10.50.140.105 with SMTP id rf9mr3767218igb.23.1350089162791; Fri, 12 Oct 2012 17:46:02 -0700 (PDT) Received: by 10.64.135.97 with HTTP; Fri, 12 Oct 2012 17:46:02 -0700 (PDT) In-Reply-To: References: Date: Fri, 12 Oct 2012 17:46:02 -0700 Message-ID: Subject: Re: Using From: Lance Norskog To: solr-user@lucene.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org After that, remove your ivy repository (home/.ivy2) and try again. And rename your Maven repository just to avoid anything. I have had weird problems with connectivity to different Ivy repositories. I use a VPN service that pops out in different countries (blackVPN) and some countries worked and other countries did not. On Fri, Oct 12, 2012 at 3:52 PM, Erick Erickson wrote: > I've been building 4.x regularly. Have you tried "ant clean-jars"? > > Best > Erick > > On Fri, Oct 12, 2012 at 6:32 PM, P Williams > wrote: >> Hi, >> >> Has anyone tried using > name="solr-test-framework" rev="4.0.0" conf="test->default"/> with Apache >> IVY in their project? >> >> rev 3.6.1 works but any of the 4.0.0 ALPHA, BETA and release result in: >> [ivy:resolve] :: problems summary :: >> [ivy:resolve] :::: WARNINGS >> [ivy:resolve] [FAILED ] >> org.eclipse.jetty.orbit#javax.servlet;3.0.0.v201112011016!javax.servlet.orbit: >> (0ms) >> [ivy:resolve] ==== shared: tried >> [ivy:resolve] >> C:\Users\pjenkins\.ant/shared/org.eclipse.jetty.orbit/javax.servlet/3.0.0.v201112011016/orbits/javax.servlet.orbit >> [ivy:resolve] ==== public: tried >> [ivy:resolve] >> http://repo1.maven.org/maven2/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.orbit >> [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: >> [ivy:resolve] :: FAILED DOWNLOADS :: >> [ivy:resolve] :: ^ see resolution messages for details ^ :: >> [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: >> [ivy:resolve] :: >> org.eclipse.jetty.orbit#javax.servlet;3.0.0.v201112011016!javax.servlet.orbit >> [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: >> [ivy:resolve] >> [ivy:resolve] >> [ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS >> >> Can anybody point me to the source of this error or a workaround? >> >> Thanks, >> Tricia -- Lance Norskog goksron@gmail.com