Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 4828 invoked from network); 4 Jul 2007 01:54:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jul 2007 01:54:31 -0000 Received: (qmail 61614 invoked by uid 500); 4 Jul 2007 01:54:34 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 61468 invoked by uid 500); 4 Jul 2007 01:54:33 -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 61459 invoked by uid 99); 4 Jul 2007 01:54:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2007 18:54:33 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of hezjing@gmail.com designates 66.249.82.226 as permitted sender) Received: from [66.249.82.226] (HELO wx-out-0506.google.com) (66.249.82.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2007 18:54:29 -0700 Received: by wx-out-0506.google.com with SMTP id h30so1872774wxd for ; Tue, 03 Jul 2007 18:54:08 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=CNtaO+AcWwiWOejVPKddTqceQBGuykDTypZQ9wcdWNzVk77N0FfUY21Tu4dUc951X10IQUNAwN9v6ot5mS9rkx2FetenlmKDuYDX2levh6qY5hmtUWzZ6kz/5GdGuKHMdB0Vgj4Q+48G85jVKAnGf8QVdbxzNwzwmMwQYHUatpE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Qfb0GkTUyDtAt702M96LQwu3KRjxRIKn4tArjOHo9tggdXHsWO0y+5cIkbpPdMlOAYQ+Si4AyfHQZzXHrzh+PR0V3LVU2fN1jejncJtJH5TIztkEpGOQJMqo2sI3JuWjKxZWYEMjRof7btPXGMxJdSfuzhNAjVvwMtNNZRJ0raI= Received: by 10.142.174.8 with SMTP id w8mr482085wfe.1183514047785; Tue, 03 Jul 2007 18:54:07 -0700 (PDT) Received: by 10.142.252.13 with HTTP; Tue, 3 Jul 2007 18:54:07 -0700 (PDT) Message-ID: Date: Wed, 4 Jul 2007 09:54:07 +0800 From: hezjing To: ivy-users Subject: Unresolved dependencies - slf4j-jdk14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org 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? How to turn-on the debug message level to see more details? -- Hez