Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 98860 invoked from network); 22 Apr 2009 14:03:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Apr 2009 14:03:22 -0000 Received: (qmail 47726 invoked by uid 500); 22 Apr 2009 14:03:21 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 47658 invoked by uid 500); 22 Apr 2009 14:03:21 -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 47648 invoked by uid 99); 22 Apr 2009 14:03:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2009 14:03:21 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [64.6.254.129] (HELO tbee.org) (64.6.254.129) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2009 14:03:10 +0000 Received: (qmail 18690 invoked from network); 22 Apr 2009 10:02:50 -0400 Received: from 82-169-203-130.ip.telfort.nl (HELO ?192.168.1.35?) (82.169.203.130) by tbee.org with SMTP; 22 Apr 2009 10:02:50 -0400 Message-ID: <49EF238A.5020908@tbee.org> Date: Wed, 22 Apr 2009 16:02:50 +0200 From: Tom User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: ivy-user@ant.apache.org Subject: Re: Configurations and Ivy file confusion References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Good for you, it also took me the better part of the afternoon to get a working ivy.xml. I would suggest providing some more tutorials around the configuration concept. Just to clarify: right now I'm trying to setup different collections of jars for building and testing. E.g. I have a set with jars that are required for building, which differs from the runtime set and from the test set. For example: - runtime = log4j, commons this, commons that, framework here, ... - build = runtime + servlet.api (servlet api is provided by the container, so not part of the deliverable/runtime, but required for compiling the sources) - test = runtime + junit, hsqldb In the end it is simple, but never the less... Since this maybe is a common setup, it might make a good example. Joshua Tharp wrote: > Nevermind. I think I figured out what I was doing wrong. > > On Tue, Apr 21, 2009 at 4:19 PM, Joshua Tharp < > joshua-tharp@alumni.calpoly.edu> wrote: > > >> Serious ivy newbie alert >> >> I am utterly baffled by the configuration mechanism with Ivy.