Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 35276 invoked from network); 30 Mar 2010 15:41:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Mar 2010 15:41:43 -0000 Received: (qmail 44799 invoked by uid 500); 30 Mar 2010 15:41:43 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 44761 invoked by uid 500); 30 Mar 2010 15:41:43 -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 44753 invoked by uid 99); 30 Mar 2010 15:41:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Mar 2010 15:41:43 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of fernandezpablo85@gmail.com designates 209.85.219.210 as permitted sender) Received: from [209.85.219.210] (HELO mail-ew0-f210.google.com) (209.85.219.210) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Mar 2010 15:41:36 +0000 Received: by ewy2 with SMTP id 2so733192ewy.16 for ; Tue, 30 Mar 2010 08:41:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:received:message-id:subject:to:content-type; bh=x02AfrDnQSuEtk3/qeKwLvaOgnD70XdQBXQ9QxLLeVA=; b=LPvfSIrHULDCAWFRW6Pw1pLJwFKwAVTRH05zcmNOaGvtnBXimJt1qY7ea6cL9ASV+h xk/w5IlFxcjE8n0oo96MavyweW0ymcg7Bhnc85I2PS/oM7ivdT7NCjGHooeVioYQpHEX jupWQSNNHO4FVYN7g+JtMGrB40UY8DuYMXwgY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=c5K+gXM7DUVD/gew7+KZG36wqQYaoy0oBGy3uYIeJPVnkZGEd572Vs3xR6ijbgo4eK okFXscYskJV/KhaNKYpkJERNyHAShhM2q+LaOUmx+4J+OYTc0GCbrDH1lUT4r7NvQDmd b47xG+zFRAB/uQQH197ztfgRqdourIdup2FzU= MIME-Version: 1.0 Received: by 10.216.85.136 with HTTP; Tue, 30 Mar 2010 08:35:01 -0700 (PDT) In-Reply-To: <3bc8237c1003300758o7bf3c7edwf976f5ebbf71452@mail.gmail.com> References: <3bc8237c1003300758o7bf3c7edwf976f5ebbf71452@mail.gmail.com> From: pablo fernandez Date: Tue, 30 Mar 2010 12:35:01 -0300 Received: by 10.216.90.4 with SMTP id d4mr744482wef.135.1269963321249; Tue, 30 Mar 2010 08:35:21 -0700 (PDT) Message-ID: Subject: Re: Ivy adding unnecessary dependencies? To: ivy-user@ant.apache.org Content-Type: multipart/alternative; boundary=0016e6d64815a41d0a04830660e0 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d64815a41d0a04830660e0 Content-Type: text/plain; charset=ISO-8859-1 I'm still confused after reading the configuration mappings documentation. Do I need to specify a single configuration and add [conf='jar->default'] for each jar? On Tue, Mar 30, 2010 at 11:58 AM, Archie Cobbs wrote: > You're not specifying any configuration mappings, so you're getting the > default, which is every possible artifact that might be needed in any > scenario. > > -Archie > > On Tue, Mar 30, 2010 at 8:34 AM, pablo fernandez < > fernandezpablo85@gmail.com > > wrote: > > > Hi, > > > > I have this ivy.xml file: > > http://pastie.org/895294 > > > > And I get this dependencies included in my /lib folder: > > > > activation-1.1.jar > > ant-1.6.5.jar > > antlr-2.7.6.jar > > aopalliance-1.0-sources.jar > > aopalliance-1.0.jar > > asm-1.5.3.jar > > asm-attrs-1.5.3.jar > > castor-core-1.3-sources.jar > > castor-core-1.3.jar > > castor-xml-1.3-sources.jar > > castor-xml-1.3.jar > > cglib-2.1_3.jar > > commons-collections-3.2.jar > > commons-logging-1.1.1.jar > > dom4j-1.6.1.jar > > ehcache-1.6.2-javadoc.jar > > ehcache-1.6.2-sources.jar > > ehcache-1.6.2.jar > > geronimo-jms_1.1_spec-1.0.jar > > guice-2.0.jar > > guice-multibindings-2.0.jar > > guice-servlet-2.0.jar > > hamcrest-core-1.1.jar > > hibernate-3.2.6.ga.jar > > jakarta-regexp-1.4.jar > > janino-2.4.3.jar > > javax.inject-1-javadoc.jar > > javax.inject-1-sources.jar > > javax.inject-1.jar > > junit-3.8.jar > > ldapsdk-4.1.jar > > logback-classic-0.9.18-sources.jar > > logback-classic-0.9.18.jar > > logback-core-0.9.18.jar > > mail-1.4.jar > > mockito-core-1.8.0-sources.jar > > mockito-core-1.8.0.jar > > objenesis-1.0.jar > > oro-2.0.8.jar > > servlet-api-2.5-sources.jar > > servlet-api-2.5.jar > > slf4j-api-1.5.10.jar > > xml-apis-1.0.b2.jar > > > > Some of these are transitive dependencies, but others are just strange > and > > have nothing to do with my project. Also I'm getting the -sources jars > and > > I > > don't want those either. > > > > Any idea why this happens? > > > > Thanks! > > -- > > Fernandez, Pablo. > > > > > > -- > Archie L. Cobbs > -- Fernandez, Pablo. --0016e6d64815a41d0a04830660e0--