From owner-freebsd-java Tue Feb 26 8:59:30 2002 Delivered-To: freebsd-java@freebsd.org Received: from aiai.ed.ac.uk (eigg.aiai.ed.ac.uk [129.215.41.7]) by hub.freebsd.org (Postfix) with ESMTP id 3C24E37B420 for ; Tue, 26 Feb 2002 08:59:18 -0800 (PST) Received: from todday (todday.aiai.ed.ac.uk [129.215.105.40]) by aiai.ed.ac.uk (8.9.3/8.9.3) with SMTP id QAA03705; Tue, 26 Feb 2002 16:59:16 GMT Date: Tue, 26 Feb 2002 16:59:16 GMT Message-Id: <23144.200202261659@todday> From: Jeff Dalton Subject: Re: What is ant good for? To: Brad Cox , freebsd-java@FreeBSD.ORG In-Reply-To: Brad Cox's message of Tue, 26 Feb 2002 11:40:37 -0500 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 > >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? -- Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message