Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 65765 invoked from network); 31 Jan 2003 19:44:53 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 31 Jan 2003 19:44:53 -0000 Received: (qmail 9240 invoked by uid 97); 31 Jan 2003 19:46:23 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@nagoya.betaversion.org Received: (qmail 9233 invoked from network); 31 Jan 2003 19:46:23 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 31 Jan 2003 19:46:23 -0000 Received: (qmail 62905 invoked by uid 500); 31 Jan 2003 19:44:10 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 62883 invoked from network); 31 Jan 2003 19:44:10 -0000 Received: from junior.lgc.com (134.132.72.99) by daedalus.apache.org with SMTP; 31 Jan 2003 19:44:10 -0000 Received: from lgchvw01.lgc.com (lgchvw01.lgc.com [134.132.93.107]) by junior.lgc.com (8.11.3/8.11.3) with SMTP id h0VJhAB04431 for ; Fri, 31 Jan 2003 13:43:10 -0600 (CST) Received: from 134.132.93.152 by lgchvw01.lgc.com (InterScan E-Mail VirusWall NT); Fri, 31 Jan 2003 13:44:14 -0600 Received: by lgchexchbh.ad.lgc.com with Internet Mail Service (5.5.2653.19) id ; Fri, 31 Jan 2003 13:44:14 -0600 Message-ID: From: Dominique Devienne To: "'Ant Users List'" Subject: RE: jar update quesiton Date: Fri, 31 Jan 2003 13:44:13 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Well known bug, to be fixed for Ant 1.5.2 and 1.6. Ant BugZilla is littered with bug entries for the problem. Use a nightly build of CVS were it's supposed to be 99% fixed. --DD -----Original Message----- From: Mark Smith [mailto:marksmithurbana@yahoo.com] Sent: Friday, January 31, 2003 1:21 PM To: ant-user@jakarta.apache.org Subject: jar update quesiton Hi, I've been looking through this newsgroup and couldn't find someone that asked this particular question... How do I use the task to update a jar file when only a few files in it has been updated? For example, when doing daily development, I compile my entire codebase, then jar up a chunk of it for my applet/webstart stuff, then I start my application, all within ant. So for the task, I only want files that have been updated to be updated to the jar. I don't want the entire jar file to be recreated. I've played with the update and duplicate options in the task and ran in --verbose mode but can't get the effect I'm looking for.. Seems like no matter what I do, whenever a file is updated, the task adds an entry for *every* file, not just the updated files. Also, the ant documentation does not state what the possible values are for the "update" tag within the task. Any help is greatly appreciated. Thanks, Mark --------------------------------------------------------------------- To unsubscribe, e-mail: ant-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: ant-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: ant-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: ant-user-help@jakarta.apache.org