Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 62887 invoked from network); 17 Apr 2008 10:30:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2008 10:30:59 -0000 Received: (qmail 74693 invoked by uid 500); 17 Apr 2008 10:30:59 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 74675 invoked by uid 500); 17 Apr 2008 10:30:59 -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 74660 invoked by uid 99); 17 Apr 2008 10:30:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 03:30:59 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.68.5.16] (HELO relay02.pair.com) (209.68.5.16) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 17 Apr 2008 10:30:13 +0000 Received: (qmail 28730 invoked from network); 17 Apr 2008 10:30:24 -0000 Received: from unknown (HELO ?127.0.0.1?) (unknown) by unknown with SMTP; 17 Apr 2008 10:30:24 -0000 X-pair-Authenticated: 209.68.1.139 Message-ID: <480726C0.6040701@pagesmiths.com> Date: Thu, 17 Apr 2008 03:30:24 -0700 From: Jim White User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.13) Gecko/20060414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ivy-user@ant.apache.org Subject: Re: Spring Security 2.0 error References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Yes, fails for me as well. :: problems summary :: [FAILED ] org.springframework.security#spring-security-core;2.0.0!spring-security-core.bundle: ==== public: tried http://repo1.maven.org/maven2/org/springframework/security/spring-security-core/2.0.0/spring-security-core-2.0.0.bundle There is a spring-security-core-2.0.0.jar but not spring-security-core-2.0.0.bundle. [FAILED ] javax.transaction#jta;1.0.1B!jta.jar: ==== public: tried http://repo1.maven.org/maven2/javax/transaction/jta/1.0.1B/jta-1.0.1B.jar There is a jta-1.0.1B.pom but no jta-1.0.1B.jar. The JBoss M2 repo has the JTA JAR but not Spring Security. http://repository.jboss.com/maven2/javax/transaction/jta/1.0.1B/ Adding an to that dependency will solve that problem (assuming the JAR is in fact the correct artifact, which it probably is). Jim Jose Noheda wrote: > Hi, > > I'm getting the following error when downloading Spring Security: > > [ivy:retrieve] > [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:retrieve] :: FAILED DOWNLOADS :: > [ivy:retrieve] :: ^ see resolution messages for details ^ :: > [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:retrieve] :: > org.springframework.security#spring-security-core;2.0.0!spring-security-core.bundle > [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:retrieve] > > The ivy.xml is as follows > > rev="2.0.0" conf="compile->default;package_war->default" /> > > I've even tried (to no avail, of course) > > rev="2.0.0" conf="compile->default;package_war->default"> > > > > Can someone confirm there's a problem with it? > > Regards >