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

RE: updating jar files with each build

2002-10-16 Thread Peter
As I recall, update=true means that the files in the jar/zip file are updated rather than the whole file being rewritten. So you probably don't want to used update=true -Original Message- From: Lisa Knee [mailto:[EMAIL PROTECTED]] Sent: Thursday, 17 October 2002 11:54 a.m. To: Ant

RE: updating jar files with each build

2002-10-16 Thread Mike Dougherty
PROTECTED]] Sent: Wednesday, October 16, 2002 4:35 PM To: Ant Users List Subject: Re: updating jar files with each build Actually, it doesn't rewrite anything, unless I delete the jar file each time - painfully, manually. Thus my inquiry as to a better way, which doesn't seem to exist

RE: updating jar files with each build

2002-10-16 Thread Peter
, 17 October 2002 1:41 p.m. To: Ant Users List Subject: RE: updating jar files with each build Maybe this will help, the jar task documentation states this: The update parameter controls what happens if the JAR file already exists. When set to yes, the JAR file is updated with the files

RE: updating jar files with each build

2002-10-16 Thread Dustin Hunter
To: Ant Users List Subject: Re: updating jar files with each build Actually, it doesn't rewrite anything, unless I delete the jar file each time - painfully, manually. Thus my inquiry as to a better way, which doesn't seem to exist ... so thanks anyways! lisa - Original Message