From NOS@Utel.no Wed Oct 18 06:35:36 2000 Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 55827 invoked from network); 18 Oct 2000 06:35:36 -0000 Received: from ti15a61-0166.dialup.online.no (HELO grimm1.grimstad) (130.67.114.38) by 63.211.145.10 with SMTP; 18 Oct 2000 06:35:36 -0000 Received: From GRIMM1.GRIMSTAD (148.121.170.10[148.121.170.10 port:2125]) by grimm1.grimstad Mail essentials (server 2.422) with SMTP id: <510@grimm1.grimstad> for ; Wed, 18 Oct 2000 08:25:15 +0200 smtpmailfrom Received: by GRIMM1 with Internet Mail Service (5.5.2650.21) id <49QYJWGH>; Wed, 18 Oct 2000 08:25:15 +0200 Message-ID: <4119492D7C3BD311B3670008C79B7BF904C0BD@GRIMM1> From: =?iso-8859-1?Q?Nils_Olav_Sel=E5sdal?= To: "'ant-user@jakarta.apache.org'" Subject: RE: Has anyone written a 'jmake' like task? Date: Wed, 18 Oct 2000 08:25:14 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: 63.211.145.10 1.6.2 0/1000/N > Hi all; > > My company is thinking about using Ant for our build system. > > We currently use and rely on jmake rather heavily. > > All it does is take two directories as arguments, sourcedir > and destdir. > > It compiles all the java files in sourcedir and places the > resultant .class > files, plus any .properties etc files it finds along the way, > in destdir. > > Is there a task in Ant that does this now? If this is all what jmake does, i'm pretty sure you'll like ant. (ofcourse it got this features) and LOTS more.. You can specifie source dir, dest dir, specifie which other files to copy(.jpg.xml.properties, or whatever). Delete files, run javadoc run cvs,rename files, replace tokens in files, pack as jar,tar,zip, etc.,etc...