Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 97740 invoked from network); 3 Jul 2007 09:09:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jul 2007 09:09:04 -0000 Received: (qmail 40466 invoked by uid 500); 3 Jul 2007 09:09:07 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 40290 invoked by uid 500); 3 Jul 2007 09:09:06 -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 40278 invoked by uid 99); 3 Jul 2007 09:09:06 -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 02:09:06 -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 64.233.184.232 as permitted sender) Received: from [64.233.184.232] (HELO wr-out-0506.google.com) (64.233.184.232) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2007 02:09:00 -0700 Received: by wr-out-0506.google.com with SMTP id 69so1709321wri for ; Tue, 03 Jul 2007 02:08:40 -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=OTbbS6z9z6sz1Dn+1I2Jz64ohlw5lhU5NHWVPQll7DS0suIBEv8BrLvell4xEEaLwrWWOgEZH9nK39dni9kSdw5v6Ea2fcZqXg2M5C9pdsJDnh/zNooizujt6Ms2QhfTJPo0PuhZ+BzFFgqkIkUFfJelmef1nc9HZ1G4VRWz9K8= 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=S42AI9oLaWblZlHZQwdoaVd2KrZiw40FwfOrcMsWEyyvdua17esCyL0EmEwHu9dobi7gtOIp088tz2G1vUXKKH737XkcV13AEAu/+hhm2FTsjs9u6pq/+WhImP1YDCfmD2fNUjIJ8gzMeCzi5ADwOEOAHz6k+dd+4Qytk6D+EK4= Received: by 10.143.9.5 with SMTP id m5mr418509wfi.1183453719387; Tue, 03 Jul 2007 02:08:39 -0700 (PDT) Received: by 10.143.160.12 with HTTP; Tue, 3 Jul 2007 02:08:39 -0700 (PDT) Message-ID: Date: Tue, 3 Jul 2007 17:08:39 +0800 From: hezjing To: ivy-users Subject: Unresolved dependencies - spring-context 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 Based on http://mvnrepository.com/artifact/org.springframework/spring-context/2.0.4, org.springframework spring-context 2.0.4 I created below Ivy dependency, When run, it gives the following error :::::::::::::::::::::::::::::::::::::::::::::: :: UNRESOLVED DEPENDENCIES :: :::::::::::::::::::::::::::::::::::::::::::::: :: [ org.springframework | spr | 2.0.4 ]: not found :::::::::::::::::::::::::::::::::::::::::::::: Did I overlook anything this time? -- Hez