Return-Path: Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: (qmail 78834 invoked from network); 11 Jan 2011 19:06:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Jan 2011 19:06:26 -0000 Received: (qmail 22628 invoked by uid 500); 11 Jan 2011 19:06:26 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 22572 invoked by uid 500); 11 Jan 2011 19:06:26 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 22564 invoked by uid 99); 11 Jan 2011 19:06:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jan 2011 19:06:26 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jan 2011 19:06:20 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 0F76A19E02B2 for ; Tue, 11 Jan 2011 13:05:59 -0600 (CST) Date: Tue, 11 Jan 2011 13:05:59 -0600 (CST) From: "Dennis Lundberg (JIRA)" To: issues@maven.apache.org Message-ID: <21551165.24415.1294772759027.JavaMail.haus-jira@codehaus01.managed.contegix.com> In-Reply-To: <10350112.40558.1261334155326.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Updated: (MRESOURCES-114) Double caret ^^ doesn't work as custom delimiter MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MRESOURCES-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Lundberg updated MRESOURCES-114: --------------------------------------- Component/s: delimiters > Double caret ^^ doesn't work as custom delimiter > ------------------------------------------------- > > Key: MRESOURCES-114 > URL: http://jira.codehaus.org/browse/MRESOURCES-114 > Project: Maven 2.x Resources Plugin > Issue Type: Bug > Components: delimiters > Affects Versions: 2.4.1 > Reporter: Ian Brandt > Attachments: double-caret-filter-test.zip > > > I'm converting a project from Ant that uses a double caret as a filtering delimiter, e.g. > {noformat} > "^^DB.HOST^^" > {noformat} > If I change > {noformat} > "^^" > {noformat} > to a single caret > {noformat} > "^" > {noformat} > or > {noformat} > "^@" > {noformat} > or anything else it works fine. I'll attach a minimal example project. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira