From ivy-user-return-7486-apmail-ant-ivy-user-archive=ant.apache.org@ant.apache.org Mon Dec 13 23:17:37 2010 Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 11796 invoked from network); 13 Dec 2010 23:17:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Dec 2010 23:17:37 -0000 Received: (qmail 25305 invoked by uid 500); 13 Dec 2010 23:17:36 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 25164 invoked by uid 500); 13 Dec 2010 23:17:36 -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 25156 invoked by uid 99); 13 Dec 2010 23:17:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Dec 2010 23:17:36 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [68.142.200.150] (HELO web30807.mail.mud.yahoo.com) (68.142.200.150) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 13 Dec 2010 23:17:28 +0000 Received: (qmail 88634 invoked by uid 60001); 13 Dec 2010 23:17:07 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1292282226; bh=P4ydLBIInS8PYGgvK0NgaPUWUXqiHf0NlRrgiE9SElA=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=QT7swl+2SxItkEcRIPzEWJCFjQALp20rlzktkdiv7aXA51QSdrB/sB9ySzyHSeGoqyEudfDfNnzWCgsmrdTwpwFxuRv/nAlKSQ+4YgIPcBhXI1T9EqEiQn7ediqsj46YLYnRgfoR9YjGrad/VHcsjeO3ZsLC8KlmRgaYy1z9rDk= DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=CScFFWQenm5VNf7fUeU/pSurpIQ30/c2uTo5ctrvpG+IFn+ZME7e6cQwFiNnZGEBZzGXQx1M0oMhbTFgYmEcL++d990EHfrHtFwEMw0UXIOYZP7711hTHbr4d26DBX29qCxqcZJ8asLuNtO2sezhzfpGOjapOLvgZtc1QpFLQ0U=; Message-ID: <997065.88385.qm@web30807.mail.mud.yahoo.com> X-YMail-OSG: sw.kupsVM1lg2VVQNZfn9PIxWNpmYR3AtfnzLuiZeuXa2wX JBKqB_IZEZ_QsZaMyaKJu03grWH7pbmvVudXoED2P5ZrEWEcngnHmdPrs2UH OkmOZC4vPft_st6CLwdUNZRdiLMS7AkNkf7YfRQ6mkS3QB28FB5.sY_tiE0U 8PxejKw9GRYuMxPKRLvwJa21dskbtQvoPmSuFNLE7hvIVyiwskRWt0T5bqpb CQSEqUrtg_DWhow3OUIoix3p0Za5LuNy8Br87R9nBZmloGyCk1_0jRIyvwbF cRg66jbyQvaHm_32juQEefgxW0NBEfcQ0hRZlRn8_dw6XNFLsJ7Igu_3hYCA bZ27wdy.0V3O.rPAKg.ZZcV1jp3KT6H48DunGel53fd58ExbNNDI15Ss18xz rQfWecpmgzrOn Received: from [91.177.58.135] by web30807.mail.mud.yahoo.com via HTTP; Mon, 13 Dec 2010 15:17:06 PST X-Mailer: YahooMailRC/553 YahooMailWebService/0.8.107.285259 References: <7CA0D5FE7FA83048893E9230C1E9C0280B53258E@DNVREMSA01.jsq.bsg.ad.adp.com> Date: Mon, 13 Dec 2010 15:17:06 -0800 (PST) From: Maarten Coene Subject: Re: excluded dependencies still downloaded? To: ivy-user@ant.apache.org In-Reply-To: <7CA0D5FE7FA83048893E9230C1E9C0280B53258E@DNVREMSA01.jsq.bsg.ad.adp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org This should work. Are you sure that you don't depend on junit using another dependency path? (don't trust on ivy:report for this) If you are sure of it, could you open a JIRA issue and provide if possible a simple example so we can reproduce the problem? Maarten ----- Original Message ---- From: "Hiller, Dean (Contractor)" To: ivy-user@ant.apache.org Sent: Fri, December 10, 2010 7:18:54 PM Subject: excluded dependencies still downloaded? I have a virtual module with ivy.xml and all it has for a test is And it "correctly" does NOT download junit. Then, I have a many modules to use this virtual module and this module DOES download junit and when I run the ivy:report It says the junit came from the line above L. Does this not work transitively so I should get all the jars of my virtual module Exactly as the virtual module defined it? Thanks, Dean This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail and delete the message and any attachments from your system.