From user-return-72064-apmail-ant-user-archive=ant.apache.org@ant.apache.org Sun Nov 13 08:55:43 2011 Return-Path: X-Original-To: apmail-ant-user-archive@www.apache.org Delivered-To: apmail-ant-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1A1F8746C for ; Sun, 13 Nov 2011 08:55:43 +0000 (UTC) Received: (qmail 16451 invoked by uid 500); 13 Nov 2011 08:55:37 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 16362 invoked by uid 500); 13 Nov 2011 08:55:36 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 16354 invoked by uid 99); 13 Nov 2011 08:55:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Nov 2011 08:55:36 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jak-ant-user@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Nov 2011 08:55:28 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RPVqE-000228-K5 for user@ant.apache.org; Sun, 13 Nov 2011 09:55:06 +0100 Received: from cpe0026f33339ec-cm0026f33339e8.cpe.net.cable.rogers.com ([99.235.207.21]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Nov 2011 09:55:06 +0100 Received: from kelvSYC by cpe0026f33339ec-cm0026f33339e8.cpe.net.cable.rogers.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Nov 2011 09:55:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: user@ant.apache.org From: Kelvin Chung Subject: Help with uptodate Date: Sun, 13 Nov 2011 03:45:29 -0500 Lines: 28 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpe0026f33339ec-cm0026f33339e8.cpe.net.cable.rogers.com User-Agent: Unison/2.1.6 I'm trying to use ant to manage a group of zip files that must be kept up to date. Suppose I have a folder full of files, and I have a bunch of targets that puts different subsets of those files in a zip file. Like so: I'd like to execute target foo and target bar, say, when the foo1 fileset or any file therein is modified. How can I do this? Also, since I've never used ant before, is it possible to make a fileset that, for example, takes all the files in an existing fileset except for a number of exceptions? --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org