From ivy-user-return-4723-apmail-ant-ivy-user-archive=ant.apache.org@ant.apache.org Tue Feb 03 23:53:33 2009 Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 28004 invoked from network); 3 Feb 2009 23:53:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Feb 2009 23:53:33 -0000 Received: (qmail 30114 invoked by uid 500); 3 Feb 2009 23:53:32 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 30093 invoked by uid 500); 3 Feb 2009 23:53:32 -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 30082 invoked by uid 99); 3 Feb 2009 23:53:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2009 15:53:31 -0800 X-ASF-Spam-Status: No, hits=4.0 required=10.0 tests=DNS_FROM_OPENWHOIS,FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2009 23:53:23 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LUV4g-0001um-LC for ivy-user@ant.apache.org; Tue, 03 Feb 2009 15:53:02 -0800 Message-ID: <21821665.post@talk.nabble.com> Date: Tue, 3 Feb 2009 15:53:02 -0800 (PST) From: eqe99 To: ivy-user@ant.apache.org Subject: newbie: why does log4j pull down all sorts of files? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: eqe99@yahoo.com X-Virus-Checked: Checked by ClamAV on apache.org ive got a toy project and i added log4j which proceeded to break by trying to pull down some Sun jars. now putting aside the question of why the sun jars arent available (licensing?), i have tried to exclude the other confs explicitly in the ivy.xml to no avail. can someone tell me what my total newbie error here is? thx much ========================================================================= sample file: ========================================================================= error message: [ivy:retrieve] confs: [default] [ivy:retrieve] found log4j#log4j;1.2.15 in exist [ivy:retrieve] found javax.mail#mail;1.4 in jboss [ivy:retrieve] found javax.activation#activation;1.1 in jboss [ivy:retrieve] found javax.jms#jms;1.1 in jboss [ivy:retrieve] found com.sun.jdmk#jmxtools;1.2.1 in exist [ivy:retrieve] found com.sun.jmx#jmxri;1.2.1 in exist [ivy:retrieve] found junit#junit;4.5 in exist [ivy:retrieve] :: resolution report :: resolve 4469ms :: artifacts dl 187ms --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | default | 7 | 0 | 0 | 0 || 7 | 0 | --------------------------------------------------------------------- [ivy:retrieve] [ivy:retrieve] :: problems summary :: [ivy:retrieve] :::: WARNINGS [ivy:retrieve] [NOT FOUND ] com.sun.jdmk#jmxtools;1.2.1!jmxtools.jar (125ms) [ivy:retrieve] ==== exist: tried [ivy:retrieve] http://repo.exist.com/maven2/com/sun/jdmk/jmxtools/1.2.1/jmxtools-1.2.1.jar [ivy:retrieve] [NOT FOUND ] com.sun.jmx#jmxri;1.2.1!jmxri.jar (62ms) [ivy:retrieve] ==== exist: tried [ivy:retrieve] http://repo.exist.com/maven2/com/sun/jmx/jmxri/1.2.1/jmxri-1.2.1.jar [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:retrieve] :: FAILED DOWNLOADS :: [ivy:retrieve] :: ^ see resolution messages for details ^ :: [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:retrieve] :: com.sun.jdmk#jmxtools;1.2.1!jmxtools.jar [ivy:retrieve] :: com.sun.jmx#jmxri;1.2.1!jmxri.jar [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: -- View this message in context: http://www.nabble.com/newbie%3A-why-does-log4j-pull-down-all-sorts-of-files--tp21821665p21821665.html Sent from the ivy-user mailing list archive at Nabble.com.