You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Ian Brandt (JIRA)" <ji...@codehaus.org> on 2009/12/20 19:35:55 UTC

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

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. "^^DB.HOST^^").  If I change "^^" to a single caret "^", or "^@", 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

        

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

Posted by "Aurelien (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MRESOURCES-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=297865#comment-297865 ] 

Aurelien commented on MRESOURCES-114:
-------------------------------------

"@" works, but not "@@".
Problem is still present in version 2.5...
                
> Double caret ^^ doesn't work as custom delimiter 
> -------------------------------------------------
>
>                 Key: MRESOURCES-114
>                 URL: https://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, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Ian Brandt (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRESOURCES-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=203576#action_203576 ] 

Ian Brandt commented on MRESOURCES-114:
---------------------------------------

Oops, aparently JIRA picked up the caret characters in my description as superscript wiki markup, and I don't seem to have the access rights to edit it.  Here it is again with the markup escaped:

{quote}
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.
{quote}

> 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. "^^DB.HOST^^").  If I change "^^" to a single caret "^", or "^@", 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

        

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

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRESOURCES-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=251108#action_251108 ] 

Dennis Lundberg commented on MRESOURCES-114:
--------------------------------------------

The problem is still present in latest trunk.

> 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

        

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

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ 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

        

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

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.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

        

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

Posted by "Ian Brandt (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MRESOURCES-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=203580#action_203580 ] 

Ian Brandt commented on MRESOURCES-114:
---------------------------------------

Some further observations:

* "\^@filterme\^@" works with delimiter "\^@", but "\^@filterme@\^" with delimiter "\^@*@\^" does not.
* "%" works, but not "%%".
* Similarly "|" works, but not "||".


> 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. "^^DB.HOST^^").  If I change "^^" to a single caret "^", or "^@", 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