You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2011/01/11 00:44:57 UTC

[jira] Updated: (MRESOURCES-114) Double caret ^^ doesn't work as custom delimiter

     [ http://jira.codehaus.org/browse/MRESOURCES-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg updated MRESOURCES-114:
---------------------------------------

    Description: 
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.

  was:I'm converting a project from Ant that uses a double caret as a filtering delimiter (e.g. "^^DB.HOST^^").  If I change "^^" to a single caret "^", or "^@", or anything else it works fine.  I'll attach a minimal example project.


> 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
>    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