Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 5232 invoked from network); 4 Jul 2007 07:40:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jul 2007 07:40:46 -0000 Received: (qmail 95757 invoked by uid 500); 4 Jul 2007 07:40:48 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 95741 invoked by uid 500); 4 Jul 2007 07:40:48 -0000 Mailing-List: contact ivy-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@incubator.apache.org Delivered-To: mailing list ivy-user@incubator.apache.org Received: (qmail 95732 invoked by uid 99); 4 Jul 2007 07:40:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2007 00:40:48 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of xavier.hanin@gmail.com designates 209.85.146.182 as permitted sender) Received: from [209.85.146.182] (HELO wa-out-1112.google.com) (209.85.146.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2007 00:40:45 -0700 Received: by wa-out-1112.google.com with SMTP id n4so3165436wag for ; Wed, 04 Jul 2007 00:40:24 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=pDH69lB1o7ZC0NhPaJn0VQHh5LWD1ILRBC+SiwABP8Ky1CsvaXSH3TRFVMHnvTo+w/KRLonhRlOWjDob8RQj1FF1MzvLBayT3P00vXiiZC1EzNM7ukXRAwoOWV/kDK7UkDXCh/MlarfMxfzlVmmTcS40Mesbp88SGy2vFg4KGpQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Yn1w2SZkup6bjLlHsG4tvyK233Dj9aGiuJAUVgGsqgJSb8/gQ31QUwHbV98HWvOXiMmx9XLIIVjlSMBOY0ZSWJPHNuF+2aTa+n2ie7F7L0JyXQ4LV+aRTKmq016wyyWV54GsouhGK+r8CtZP3Y7i2U+I9ri9R0LB0FfDbkQ9PV0= Received: by 10.115.75.1 with SMTP id c1mr6970011wal.1183534824570; Wed, 04 Jul 2007 00:40:24 -0700 (PDT) Received: by 10.114.124.10 with HTTP; Wed, 4 Jul 2007 00:40:24 -0700 (PDT) Message-ID: <635a05060707040040t416e08ads521799b004d71bfe@mail.gmail.com> Date: Wed, 4 Jul 2007 09:40:24 +0200 From: "Xavier Hanin" To: ivy-user@incubator.apache.org Subject: Re: Unresolved dependencies - slf4j-jdk14 In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_120790_16182001.1183534824536" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_120790_16182001.1183534824536 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 7/4/07, hezjing wrote: > > Hi! > > Following my previous problem of "Unresolved dependencies - > spring-context", I have installed the non-official ivy.jar (built from > trunk on 29th June). > > Based on > http://www.mvnrepository.com/artifact/org.slf4j.slf4j/slf4j-jdk14/1.1.0-RC0 > , > > > org.slf4j.slf4j > slf4j-jdk14 > 1.1.0-RC0 > > > > I created below Ivy dependency, > > > > > When run, I got another unresolved dependencies > > :::::::::::::::::::::::::::::::::::::::::::::: > :: UNRESOLVED DEPENDENCIES :: > :::::::::::::::::::::::::::::::::::::::::::::: > :: [ org.slf4j.slf4j | slf4j-jdk14 | 1.1.0-RC0 ]: not found > :::::::::::::::::::::::::::::::::::::::::::::: > > :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS > > > Do you have any idea how to resolve this problem? Even without verbose or debug, Ivy should tell you at which location it tried to locate the module. Check if at least one of these locations actually exist (with a browser if you use http repository). If it doesn't Ivy can't do much for you :-) In this case it seems that it's mvnrepository.com which is the source of your problem. With: http://www.mvnrepository.com/search.html?query=slf4j+jdk you find two modules, the one you tried and another one ([ org.slf4j | slf4j-jdk14 ]). The one you tried does not actually exist on maven 2 repository, while the other one seems to exist. Usually when only one revision is available, it's a sign that the module may be the wrong one. How to turn-on the debug message level to see more details? Use standard Ant message levels command line options: -debug or -verbose HTH, Xavier -- > > Hez > -- Xavier Hanin - Independent Java Consultant http://xhab.blogspot.com/ http://incubator.apache.org/ivy/ http://www.xoocode.org/ ------=_Part_120790_16182001.1183534824536--