Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 62380175DC for ; Thu, 9 Oct 2014 17:37:35 +0000 (UTC) Received: (qmail 99392 invoked by uid 500); 9 Oct 2014 17:37:35 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 99338 invoked by uid 500); 9 Oct 2014 17:37:35 -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 99323 invoked by uid 99); 9 Oct 2014 17:37:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Oct 2014 17:37:34 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [199.193.192.100] (HELO codehaus01.managed.contegix.com) (199.193.192.100) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Oct 2014 17:37:30 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 6CC37B117D for ; Thu, 9 Oct 2014 12:37:10 -0500 (CDT) Date: Thu, 9 Oct 2014 12:37:10 -0500 (CDT) From: "Karl-Heinz Marbaise (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] (MRESOURCES-130) Using < within a delimiter does not work MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org [ https://jira.codehaus.org/browse/MRESOURCES-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl-Heinz Marbaise reassigned MRESOURCES-130: ---------------------------------------------- Assignee: Karl-Heinz Marbaise > Using < within a delimiter does not work > ---------------------------------------- > > Key: MRESOURCES-130 > URL: https://jira.codehaus.org/browse/MRESOURCES-130 > Project: Maven Resources Plugin > Issue Type: Bug > Components: delimiters > Environment: Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) > Java version: 1.6.0_20 > Default locale: de_DE, platform encoding: Cp1252 > OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" > Reporter: Christian > Assignee: Karl-Heinz Marbaise > > Hi guys, > I am trying to use the pattern <%=*%> as a delimiter and it is not working. > This is the snippet from my pom.xml: > {code} > > org.apache.maven.plugins > maven-resources-plugin > 2.4.3 > > > <%= * %> > > UTF-8 > > > {code} > The resource plugin seems to handle that well like its output let me guess: > {noformat} > [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.4.3:resources' --> > [DEBUG] (f) buildFilters = [C:\XXXX.properties] > [DEBUG] (s) delimiters = [<%= * %>, lll] > [DEBUG] (f) encoding = UTF-8 > [DEBUG] (f) escapeWindowsPaths = true > [DEBUG] (s) includeEmptyDirs = false > [DEBUG] (s) outputDirectory = C:\XXXX > [DEBUG] (s) overwrite = false > ... > [DEBUG] (f) useBuildFilters = true > [DEBUG] (s) useDefaultDelimiters = false > [DEBUG] -- end configuration -- > {noformat} > Looking into the resulting files shows me that NOTHING was filtered... > I also tried specifying the delimiter like this: > {code} > <%=*%> > <%=*%> > <%=*%> > ]]> > {code} > Nothing worked. > Please fix this or give me any hint what I am doing wrong. I didnt get a reply on the mailing list (http://maven.40175.n5.nabble.com/Using-lt-gt-as-delimiter-td3265330.html). > Thx a lot > Cheers > Christian -- This message was sent by Atlassian JIRA (v6.1.6#6162)