Re: updating jar files with each build

2002-10-18 Thread Lisa Knee
files with each build How is using the delete task better than having it deleted via the default behaviour? -Original Message- From: Lisa Knee [mailto:lisa.knee;clarussystems.com] Sent: Thursday, 17 October 2002 1:56 p.m. To: Ant Users List Subject: Re: updating jar files

updating jar files with each build

2002-10-16 Thread Lisa Knee
I'm new to Ant and loving it but have one simple question: if a jar file is being created and you want it to overwrite the old one with each new compile, how do you set up your build.xml file for that? I tried update=true in the jar tag, but to no avail. thanks! lisa -- To unsubscribe,

build.xml file - question

2002-10-14 Thread Lisa Knee
hi Folks, I am trying to build Ant for the first time and get this error: Buildfile: build.xml does not exist! Build failed I've read and read and find no answer to this simple yet perplexing question. Does one create this file or is it included in the install? I am working with Ant 1.5.1,

Re: build.xml file - question

2002-10-14 Thread Lisa Knee
: RE: build.xml file - question Ant expects to find a build file called build.xml in the directory where you execute ant from. This file should include all your build rules. Cheers, Peter. -Original Message- From: Lisa Knee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 15 October

Re: build.xml file - question

2002-10-14 Thread Lisa Knee
file - question Check the manual at: http://jakarta.apache.org/ant/manual/index.html There's a section called Using Ant - you can start there. ;-) Peter. -Original Message- From: Lisa Knee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 15 October 2002 1:41 p.m. To: Ant Users