Return-Path: X-Original-To: apmail-ant-ivy-user-archive@www.apache.org Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F0D5175F6 for ; Sun, 24 Jul 2011 18:53:55 +0000 (UTC) Received: (qmail 89939 invoked by uid 500); 24 Jul 2011 18:53:55 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 89904 invoked by uid 500); 24 Jul 2011 18:53:55 -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 89896 invoked by uid 99); 24 Jul 2011 18:53:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jul 2011 18:53:54 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tpbrown@gmail.com designates 209.85.210.173 as permitted sender) Received: from [209.85.210.173] (HELO mail-iy0-f173.google.com) (209.85.210.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jul 2011 18:53:46 +0000 Received: by iyb39 with SMTP id 39so4557444iyb.4 for ; Sun, 24 Jul 2011 11:53:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=r9Q1gyELJyvmulpbUaifC3meYbRLTDDZt/7fSzaDYd4=; b=ZGXlfj7FyLd5ps58tFE3qEBhC1sV0lhE4ZxObSl4Biq8R3ZlZwaN1ZCIq4VpFRcHRo Wjp0+igsSbr4az5wMzOHSW2PglzpUCEtGC63cFI/bbvH7oiPgj+Scw6DvgUOqiMRAQ8M K6LpaQ819T4pWYY3SE3rEHka3Fnj3eyeIFXPA= MIME-Version: 1.0 Received: by 10.231.41.23 with SMTP id m23mr3828139ibe.183.1311533605634; Sun, 24 Jul 2011 11:53:25 -0700 (PDT) Received: by 10.42.96.4 with HTTP; Sun, 24 Jul 2011 11:53:25 -0700 (PDT) In-Reply-To: <4E2C684B.3010105@geekster.com> References: <4E2C3644.8030109@geekster.com> <5255155122564238197@unknownmsgid> <4E2C684B.3010105@geekster.com> Date: Sun, 24 Jul 2011 11:53:25 -0700 Message-ID: Subject: Re: container supplied jars excluded in ivy From: Tim Brown To: ivy-user@ant.apache.org Content-Type: multipart/alternative; boundary=0015176f0862acc11f04a8d5361d X-Virus-Checked: Checked by ClamAV on apache.org --0015176f0862acc11f04a8d5361d Content-Type: text/plain; charset=ISO-8859-1 > > The order of your extends doesn't make sense to me because the runtime > dependencies are a superset of the compile time, so you'd be overkill on the > compile. > Odd, for me the inverse is true. I need the most things on my classpath at test time [servlet spec, junit], fewer at compile [servlet spec], and fewest at run time [just my war]. Here's the snippet of my configurations, and their mapping. I use externalized configuration so there's added confs for configuration and externalized WSDLs.. HTH, ~T --0015176f0862acc11f04a8d5361d--