Return-Path: Delivered-To: apmail-xml-axis-user-archive@xml.apache.org Received: (qmail 45006 invoked by uid 500); 28 Oct 2002 21:12:59 -0000 Mailing-List: contact axis-user-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@xml.apache.org Received: (qmail 44997 invoked from network); 28 Oct 2002 21:12:58 -0000 Message-ID: <004c01c27ec6$e594bdf0$1219570f@ranier> From: "Steve Loughran" To: References: Subject: Re: Complete ant script? Date: Mon, 28 Oct 2002 13:13:41 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-MailScanner: Found to be clean X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Status: O X-Status: X-Keywords: This is a very nicely done build file, almost like one I'd do myself. Indeed, we even use similar property naming policies. Nice to see someone who understands the difference between property name and property location, too. One thing I'd do differently would be to drive the setting of tomcat home dir from env.CATALINA_HOME, so remove any assumptions about directories. the location of things like axis, I'd probably tack into a build.properties file that gets loaded in early on; each person in the team would have to create their own. otherwise, a nice little build file. -steve ----- Original Message ----- From: "Jagadeesan,Sivakumar" To: Sent: Monday, October 28, 2002 12:34 PM Subject: RE: Complete ant script? > > > > > > > > > > > > > > > > > > > > location="${tomcat.home.dir}/webapps/axis/WEB-INF/classes" /> > > > > location="${build.dir}/services/classes" /> > > > >