Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 35174 invoked from network); 29 Feb 2008 21:02:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Feb 2008 21:02:34 -0000 Received: (qmail 57527 invoked by uid 500); 29 Feb 2008 21:02:29 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 57509 invoked by uid 500); 29 Feb 2008 21:02:29 -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 57500 invoked by uid 99); 29 Feb 2008 21:02:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Feb 2008 13:02:29 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of troy.bull@gmail.com designates 209.85.162.183 as permitted sender) Received: from [209.85.162.183] (HELO el-out-1112.google.com) (209.85.162.183) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Feb 2008 21:01:55 +0000 Received: by el-out-1112.google.com with SMTP id m34so534154ele.10 for ; Fri, 29 Feb 2008 13:02:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Qpcd+yOjaCrCvLBb9n2ppL23w2CHEDrcgFbCmkSIPEI=; b=qzPEMNFjjPPmytYtI0NHxe17jv5hF3KEATU1C3gKU0ve9ZLDWKl9KUXgjTuezuExgmCr991/f4ZKq0R71JIQyesm/97Fem3NCmp+GLtvVcxQxm+TwN5U7pGcdLlczL6f9VLIbl3MF5iH5/ru8kuuptLskNfsDmEbGCbK12OqefY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uNoiGUjIns7Kn3cKsf0RSr+Q9C4E61SYjXY0ZoGLIE4jOKE5q4RFeYBGKnQjDW/YQ2D+v6OKhX3xf95XJeNpgSEtX41C7G/RwfABGeeGE7iM5JeM4xyhBayHgHElWSpyyd7m26RLGOHt8GbE9nkAJI4WXIBGNkXIdPOYQe5bbAc= Received: by 10.114.209.1 with SMTP id h1mr12260005wag.130.1204318923737; Fri, 29 Feb 2008 13:02:03 -0800 (PST) Received: by 10.115.47.14 with HTTP; Fri, 29 Feb 2008 13:02:03 -0800 (PST) Message-ID: Date: Fri, 29 Feb 2008 15:02:03 -0600 From: "Troy Bull" To: ivy-user@ant.apache.org Subject: Re: Continuous integration and deciding whether to build In-Reply-To: <8CCED536-BCE8-42BA-A7C4-F743E74BB3D2@iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8CCED536-BCE8-42BA-A7C4-F743E74BB3D2@iki.fi> X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Feb 29, 2008 at 1:24 PM, Juha Ranta wrote: > Hello, > > As an introduction, I have an existing build system that I'm trying to > improve by using Ivy. I think Ivy is very cool, so big thanks for it! > > I have a build server with projects checked out from CVS in one > directory like this: > > projectA/ > projectB/ > projectC/ > projectD/ > .... Have you looked at CruiseControl? Thats what we use to do something very similar to what you are wondering.. troy