Return-Path: X-Original-To: apmail-ant-ivy-user-archive@www.apache.org Delivered-To: apmail-ant-ivy-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 A2BE09D0D for ; Thu, 23 Feb 2012 13:54:53 +0000 (UTC) Received: (qmail 79574 invoked by uid 500); 23 Feb 2012 13:54:53 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 79520 invoked by uid 500); 23 Feb 2012 13:54:52 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 79504 invoked by uid 99); 23 Feb 2012 13:54:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2012 13:54:52 +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 lewis.mcgibbney@gmail.com designates 209.85.160.173 as permitted sender) Received: from [209.85.160.173] (HELO mail-gy0-f173.google.com) (209.85.160.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2012 13:54:46 +0000 Received: by ghrr14 with SMTP id r14so74705ghr.4 for ; Thu, 23 Feb 2012 05:54:25 -0800 (PST) Received-SPF: pass (google.com: domain of lewis.mcgibbney@gmail.com designates 10.236.9.1 as permitted sender) client-ip=10.236.9.1; Authentication-Results: mr.google.com; spf=pass (google.com: domain of lewis.mcgibbney@gmail.com designates 10.236.9.1 as permitted sender) smtp.mail=lewis.mcgibbney@gmail.com; dkim=pass header.i=lewis.mcgibbney@gmail.com Received: from mr.google.com ([10.236.9.1]) by 10.236.9.1 with SMTP id 1mr2818004yhs.14.1330005265616 (num_hops = 1); Thu, 23 Feb 2012 05:54:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=QUiIW9UfU89nG4tJHia27gk6OAtGPXltohonAmYCd2U=; b=I70gSO7zWxGHxyMqGyreNS1MGpiKNDdMaxxrhwqvpAMOh7pcgkbD5B6k+42jZLtAnz 9iqVUYBSlh1yDjV8mLikA/DJCsVRS6C7HExez3tjc0hI6/2iTiZHBeLtm4TUfd7xUrai HKpi/VKLrR3aWGjxw6sYRpUGztv+eFeyV5J4E= MIME-Version: 1.0 Received: by 10.236.9.1 with SMTP id 1mr2254865yhs.14.1330005265554; Thu, 23 Feb 2012 05:54:25 -0800 (PST) Received: by 10.236.108.147 with HTTP; Thu, 23 Feb 2012 05:54:25 -0800 (PST) Date: Thu, 23 Feb 2012 13:54:25 +0000 Message-ID: Subject: Unknown fetching configuration for Ivy 2.2.0 From: Lewis John Mcgibbney To: ivy-user@ant.apache.org Content-Type: multipart/alternative; boundary=20cf303a2bc1671e3004b9a1fbc0 --20cf303a2bc1671e3004b9a1fbc0 Content-Type: text/plain; charset=ISO-8859-1 Hi, Since last posting I have now 'correctly' configured the resolvers in ivysettings.xml to fetch Gora SNAPSHOT's from here [0]. However now I am experiencing a really weird problme that left me scratching my head in a confused state! In my ivy.xml I have I get 3 out of 4 dependencies (gora-core being the problem). Unknown to me, instead of picking up the actual gora-core-0.2-SNAPSHOT.jar [1] I somehow pull the test jar [2] but it appears in my application /build/lib directory packaged as gora-core-0.2-SNAPSHOT!!! When I look inside the jar, it is the test jar, but the jar is named gora-core-0.2-SNAPSHOT.jar... Additionally, and I think this is a separate issue altogether, when I try to compile my application code, I get the following javac warnings [javac] Compiling 170 source files to /home/lewis/ASF/nutchgora/build/classes [javac] warning: [path] bad path element "/home/lewis/ASF/nutchgora/build/lib/apache-cassandra-clientutil-1.0.2.jar": no such file or directory [javac] warning: [path] bad path element "/home/lewis/ASF/nutchgora/build/lib/apache-cassandra-thrift-1.0.2.jar": no such file or directory [javac] warning: [path] bad path element "/home/lewis/ASF/nutchgora/build/lib/bcel.jar": no such file or directory [javac] warning: [path] bad path element "/home/lewis/ASF/nutchgora/build/lib/dom4j-full.jar": no such file or directory [javac] warning: [path] bad path element "/home/lewis/ASF/nutchgora/build/lib/findbugs.jar": no such file or directory [javac] warning: [path] bad path element "/home/lewis/ASF/nutchgora/build/lib/plastic.jar": no such file or directory [javac] warning: [path] bad path element "/home/lewis/ASF/nutchgora/build/lib/jaxb-api.jar": no such file or directory [javac] warning: [path] bad path element "/home/lewis/ASF/nutchgora/build/lib/activation.jar": no such file or directory [javac] warning: [path] bad path element "/home/lewis/ASF/nutchgora/build/lib/jsr173_1.0_api.jar": no such file or directory [javac] warning: [path] bad path element "/home/lewis/ASF/nutchgora/build/lib/jaxb1-impl.jar": no such file or directory [javac] warning: [path] bad path element "/home/lewis/ASF/nutchgora/build/lib/xercesImpl.jar": no such file or directory [javac] warning: [path] bad path element "/home/lewis/ASF/nutchgora/build/lib/xml-apis.jar": no such file or directory [javac] /home/lewis/ASF/nutchgora/src/java/org/apache/nutch/api/DbReader.java:30: package org.apache.gora.query does not exist [javac] import org.apache.gora.query.Query; ... etc... I think this is a separate issue so maybe I can solve this later on :0| Any advice guys? I'm really quite stumped on this one. Thank you Lewis [0] https://repository.apache.org/content/repositories/snapshots/org/apache/gora/ [1] https://repository.apache.org/content/repositories/snapshots/org/apache/gora/gora-core/0.2-SNAPSHOT/gora-core-0.2-SNAPSHOT.jar [2] https://repository.apache.org/content/repositories/snapshots/org/apache/gora/gora-core/0.2-SNAPSHOT/gora-core-0.2-SNAPSHOT-tests.jar -- *Lewis* --20cf303a2bc1671e3004b9a1fbc0--