Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 67148 invoked from network); 17 Apr 2008 10:40:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2008 10:40:37 -0000 Received: (qmail 85839 invoked by uid 500); 17 Apr 2008 10:40:37 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 85823 invoked by uid 500); 17 Apr 2008 10:40:37 -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 85814 invoked by uid 99); 17 Apr 2008 10:40:37 -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:40:37 -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 (athena.apache.org: domain of jose.noheda@gmail.com designates 209.85.146.179 as permitted sender) Received: from [209.85.146.179] (HELO wa-out-1112.google.com) (209.85.146.179) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 10:39:53 +0000 Received: by wa-out-1112.google.com with SMTP id k22so22720waf.0 for ; Thu, 17 Apr 2008 03:40:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=kAu/IS496KRsmmMJxjatY86i+cqnuiKbx3N5LV74iIY=; b=QSH5mELGUK+GOwWwgQGHUl4pwaIRHA01v8eyrhMMhgG5xctyGGLNQObVZXfzpC42DgQAkr3DTzrXLW4MHJbKYuxgaKmg6T+6lSj8jdpXWRteygI9nBTeQ36pPO0eCgeZe9LfLgxDcfPjWG0QBpdkJ+j06Dlsa+c/Oxg38rBcw0U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=hUGmGgqJh2UwcZ7jHMdxIypmpLF+FSbyqf/c9yafI8ZJ8ZP0gEm7NXRajH77ozPvEBDb+JenmGPd/BR4jC/y6VETO4jCBpXpg13AVFYkSU58g0fiHhG9vhIfV0qXj9RX0uev15kVWAzV0WI/W6ffmKGKAYMwtqVBYSPFHH1teSo= Received: by 10.114.135.1 with SMTP id i1mr1206095wad.115.1208428806460; Thu, 17 Apr 2008 03:40:06 -0700 (PDT) Received: by 10.114.200.12 with HTTP; Thu, 17 Apr 2008 03:40:06 -0700 (PDT) Message-ID: Date: Thu, 17 Apr 2008 12:40:06 +0200 From: "Jose Noheda" To: ivy-user@ant.apache.org Subject: Re: Spring Security 2.0 error In-Reply-To: <480726C0.6040701@pagesmiths.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_39454_22075492.1208428806455" References: <480726C0.6040701@pagesmiths.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_39454_22075492.1208428806455 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thank you. Adding artifact tag worked. Should I keep the issue open anyway? On Thu, Apr 17, 2008 at 12:30 PM, Jim White wrote: > 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 > > > > > name="spring-security-core" > > rev="2.0.0" conf="compile->default;package_war->default" /> > > > > I've even tried (to no avail, of course) > > > > > name="spring-security-core" > > rev="2.0.0" conf="compile->default;package_war->default"> > > > > > > > > Can someone confirm there's a problem with it? > > > > Regards > > > > > ------=_Part_39454_22075492.1208428806455--