From owner-freebsd-java Tue Feb 26 9:12: 5 2002 Delivered-To: freebsd-java@freebsd.org Received: from hronir.scardini.com (dsl-209-162-215-176.easystreet.com [209.162.215.176]) by hub.freebsd.org (Postfix) with ESMTP id 5D02037B422 for ; Tue, 26 Feb 2002 09:11:38 -0800 (PST) Received: from uqbar.lan.scardini.com (uqbar.lan.scardini.com [192.168.2.100]) (authenticated) by hronir.scardini.com (8.11.6/8.11.6) with ESMTP id g1QHBcN48659; Tue, 26 Feb 2002 09:11:38 -0800 (PST) (envelope-from chrise@scardini.com) Received: (from chrise@localhost) by uqbar.lan.scardini.com (8.11.6/8.11.6) id g1QHBap02074; Tue, 26 Feb 2002 09:11:36 -0800 (PST) (envelope-from chrise) Date: Tue, 26 Feb 2002 09:11:36 -0800 From: Christopher Elkins To: Jeff Dalton Cc: Brad Cox , freebsd-java@FreeBSD.ORG Subject: Re: What is ant good for? Message-ID: <20020226091136.F220@uqbar.lan.scardini.com> Mail-Followup-To: Jeff Dalton , Brad Cox , freebsd-java@FreeBSD.ORG References: <23144.200202261659@todday> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <23144.200202261659@todday>; from jeff@aiai.ed.ac.uk on Tue, Feb 26, 2002 at 04:59:16PM +0000 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Feb 26, 2002 at 04:59:16PM +0000, Jeff Dalton wrote: > > >So I'm wondering whether ant does anything that would make it > > >worth the effort of learning to use it. > > > > > >Does it, for instance, work out the dependencies between files > > >to determine what needs to be recompiled and what doesn't? > > > > Yes, but that's rarely useful since jikes handles dependencies > > internally. Ant is a portable alternative to unix make. Of course, > > make is alarmingly complex too. ;) > > But make doesn't determine the dependencies: you have to list > at least the direct ones yourself. > > Does any actually work them out? Yes. -- Christopher Elkins To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message