Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 52019 invoked from network); 21 Jul 2008 05:53:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jul 2008 05:53:58 -0000 Received: (qmail 16104 invoked by uid 500); 21 Jul 2008 05:53:57 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 16081 invoked by uid 500); 21 Jul 2008 05:53:57 -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 16070 invoked by uid 99); 21 Jul 2008 05:53:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jul 2008 22:53:57 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of brunee@gmail.com designates 209.85.200.173 as permitted sender) Received: from [209.85.200.173] (HELO wf-out-1314.google.com) (209.85.200.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jul 2008 05:53:03 +0000 Received: by wf-out-1314.google.com with SMTP id 23so1024838wfg.10 for ; Sun, 20 Jul 2008 22:53:28 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=BqkzaQ3jHs1Cm1mgJXuKriyWeCnIBP2oEpjonPYgYrE=; b=ItiFU+Yvr3S8HiVInmsnTmOpRC3fuQpSrmGs1eqw5Z7xAp19xMAnJaNVg5RnrfoMhR i83tTJ00GgNhY5o1jq7g/gMdfwVhbAtuoXSjyHPp41Tzo6GDX+c/v0PGFjigaAXCL8B7 GlDJCxWCfPV3PzJqsqlkxQFnglDW0FGVPDUKw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=dyzMD4eJsNlWq+vNb78W1VLVK1lUNwnr+CxVtEWkn5HeifNFZqDhhT7ILURAIbQFLl /8MFlqLY2qDLeT+fd4pMmu9m2xzgoNiZeb5Xt8VWQkVJGtiijMYyAHcNLMNIgwJeEYcF xV2sPQnGRWAiEGWYn1PqP/2ZDloI14tNI943A= Received: by 10.142.223.4 with SMTP id v4mr1165531wfg.172.1216619608744; Sun, 20 Jul 2008 22:53:28 -0700 (PDT) Received: by 10.142.156.3 with HTTP; Sun, 20 Jul 2008 22:53:28 -0700 (PDT) Message-ID: <94bda3fa0807202253x2076357cl8b35ca7244e3abaa@mail.gmail.com> Date: Mon, 21 Jul 2008 15:53:28 +1000 From: brunee To: ivy-user@ant.apache.org Subject: .bundle extension in ivy retrieve... im so confused MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi I am trying to add the following dependency but for some reason its looking for [ivy:retrieve] http://repo1.maven.org/maven2/org/springframework/security/spring-security-cas-client/2.0.1/spring-security-cas-client-2.0.1.bundle What is the .bundle? Why is this jar dependency so special to all of a sudden have a .bundle extesnion? I am so confused?? Any ideas, anyone?