Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 2551 invoked from network); 11 Jul 2006 15:20:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jul 2006 15:20:41 -0000 Received: (qmail 95085 invoked by uid 500); 11 Jul 2006 15:20:35 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 95044 invoked by uid 500); 11 Jul 2006 15:20:34 -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 95033 invoked by uid 99); 11 Jul 2006 15:20:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 08:20:34 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of aaron.davies@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jul 2006 08:20:34 -0700 Received: by ug-out-1314.google.com with SMTP id m3so4213459ugc for ; Tue, 11 Jul 2006 08:20:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=CPdgi/i31CNe3WmX/oIwv81I0Jlw69Cznqqe0lvQrLf6nHEJbizjU1uSJ5gh6XhmQJsekp5qdexxFB9eFF0A5kaVM06bBPlF66s1MYrvSdumg7SLvYaZ48KJ4NctzcyytH8FY82rP5y4nTAinqaM1CjaTkkzo8pEV3ZbvhqVJAM= Received: by 10.78.185.7 with SMTP id i7mr2214294huf; Tue, 11 Jul 2006 08:20:12 -0700 (PDT) Received: by 10.78.117.4 with HTTP; Tue, 11 Jul 2006 08:20:12 -0700 (PDT) Message-ID: Date: Tue, 11 Jul 2006 11:20:12 -0400 From: "Aaron Davies" To: "Ant Users" Subject: Line *Doesn't* Contain? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N How can I do a negative filter in a filterchain? I've tried to use a negative lookahead regexp /.*(?!foo).*/, but so far no luck. -- Aaron Davies aaron.davies@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org