Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 12974 invoked from network); 11 Apr 2005 16:27:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Apr 2005 16:27:45 -0000 Received: (qmail 66781 invoked by uid 500); 11 Apr 2005 16:27:39 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 66725 invoked by uid 500); 11 Apr 2005 16:27:39 -0000 Mailing-List: contact user-help@ant.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 user@ant.apache.org Received: (qmail 66703 invoked by uid 99); 11 Apr 2005 16:27:38 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: 195.212.29.134 is neither permitted nor denied by domain of milton.leis@gmail.com) Received: from mtagate1.uk.ibm.com (HELO mtagate1.uk.ibm.com) (195.212.29.134) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 11 Apr 2005 09:27:38 -0700 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate1.uk.ibm.com (8.12.10/8.12.10) with ESMTP id j3BGRZXJ237396 for ; Mon, 11 Apr 2005 16:27:35 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1407.portsmouth.uk.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j3BGRY8A207640 for ; Mon, 11 Apr 2005 17:27:34 +0100 Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.12.11/8.12.11) with ESMTP id j3BGRY6R032579 for ; Mon, 11 Apr 2005 17:27:34 +0100 Received: from mail-gw1.hursley.ibm.com (mail-gw1.hursley.ibm.com [9.20.131.252]) by d06av02.portsmouth.uk.ibm.com (8.12.11/8.12.11) with ESMTP id j3BGRY9C032575 for ; Mon, 11 Apr 2005 17:27:34 +0100 Received: from localhost.localdomain ([127.0.0.1] helo=mail-gw1.hursley.ibm.com) by mail-gw1.hursley.ibm.com with esmtp (Exim 4.12) id 1DL1l8-0005so-00 for user@ant.apache.org; Mon, 11 Apr 2005 17:27:34 +0100 Received: from [9.20.136.27] (helo=sp15en17.hursley.ibm.com) by mail-gw1.hursley.ibm.com with esmtp (Exim 4.12) id 1DL1l7-0005sj-00 for user@ant.apache.org; Mon, 11 Apr 2005 17:27:33 +0100 Received: from [127.0.0.1] (dhcp-9-20-183-90.hursley.ibm.com [9.20.183.90]) by sp15en17.hursley.ibm.com (AIX5.1/8.11.6p2/8.11.0) with ESMTP id j3BGRYa148692 for ; Mon, 11 Apr 2005 17:27:34 +0100 Message-ID: <425AA570.7050306@gmail.com> Date: Mon, 11 Apr 2005 17:27:28 +0100 From: Milton Leis User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@ant.apache.org Subject: Inverting the selection of a patternset? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Anyone help with the following puzzle. I have a carefully crafted patternset, like this: that I can use to ZIP the files like this: How can I select all the files that are *not* in the same patternset? > ??? --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org