Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 57570 invoked from network); 12 Jun 2009 23:25:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jun 2009 23:25:03 -0000 Received: (qmail 31000 invoked by uid 500); 12 Jun 2009 23:25:14 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 30921 invoked by uid 500); 12 Jun 2009 23:25:14 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 30911 invoked by uid 99); 12 Jun 2009 23:25:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jun 2009 23:25:14 +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: domain of wsmoak@gmail.com designates 209.85.221.193 as permitted sender) Received: from [209.85.221.193] (HELO mail-qy0-f193.google.com) (209.85.221.193) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jun 2009 23:25:05 +0000 Received: by qyk31 with SMTP id 31so3722051qyk.10 for ; Fri, 12 Jun 2009 16:24:44 -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:message-id:subject:to:content-type :content-transfer-encoding; bh=vvZf1ltrTkJHXaL57GQYQOiIEwGent98fReh+cdx6/w=; b=xPo7ZEhSkTV//NB0NFE1U9LUtsoNwrZOdkoJKAWNItye4QtDHKANhcmdGFf5ND+RQA YPekZAKDO5DbeWGlaaUTiqRqtHwloCXKCEJVTa8QWfBK6xj0JaRh4f68yTXzQFt28fM3 EdX0B1hfe4X9BdAHLbUNTjiaybp4f7mDrYXzs= 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:content-transfer-encoding; b=E60VvvdAxFGZm9eCHD3CALwDRqYoUxeBCsoB+1h44HgRMGuskSaNv1KUmaAkL0LeO2 wPMVp5rMB1FPbQpo5wCXPdCqTLAtWPsR2QPDa46dmHmXNXhAb6Ij5IALrYilG086Hh6S z1SFas5KIiDjBYpL1mLNP27X7+dnFp9A2Ntfc= MIME-Version: 1.0 Received: by 10.224.45.75 with SMTP id d11mr4958935qaf.156.1244849084209; Fri, 12 Jun 2009 16:24:44 -0700 (PDT) In-Reply-To: <5910E9B2CAB57740B92D1A5AE915B08F61A46E@server1.hq.pedigreetechnologies.com> References: <5910E9B2CAB57740B92D1A5AE915B08F61A46E@server1.hq.pedigreetechnologies.com> From: Wendy Smoak Date: Fri, 12 Jun 2009 16:24:24 -0700 Message-ID: Subject: Re: Dependencies among ant project in continuum To: users@continuum.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Wed, May 13, 2009 at 1:58 PM, Sandeep Poreddy > =A0 =A0 =A0 =A0I have multiple inter-dependent ant projects =A0on continu= um > server. =A0The build of one project depends on one or more projects. In what way do your Ant projects depend on each other? Continuum does understand Maven dependencies and can build those projects in the right order, but I'm not sure how it would know that one Ant project depends on another Ant project. --=20 Wendy