You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Antoine Toulme (JIRA)" <ji...@apache.org> on 2010/03/24 04:34:27 UTC

[jira] Updated: (BUILDR-406) Support for regexps in include and exclude patterns

     [ https://issues.apache.org/jira/browse/BUILDR-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Toulme updated BUILDR-406:
----------------------------------

    Attachment: BUILDR-406.txt

Here is a patch with specs that does the job.

I'll let it simmer for a little bit and will commit unless a red flag is raised.

> Support for regexps in include and exclude patterns
> ---------------------------------------------------
>
>                 Key: BUILDR-406
>                 URL: https://issues.apache.org/jira/browse/BUILDR-406
>             Project: Buildr
>          Issue Type: Improvement
>          Components: Core features
>    Affects Versions: 1.3.5
>            Reporter: Antoine Toulme
>            Assignee: Antoine Toulme
>             Fix For: 1.4
>
>         Attachments: BUILDR-406.txt
>
>
> The filter class lets people set patterns for including or excluding elements from a package, a zip, etc.
> We currently support glob like patterns. It would be great to also support regular expressions.
> The plan would be to let users define include or exclude patterns using regular expressions that way:
> package(:zip).exclude(/\.*/)
> package(:zip).include(/[C|D][0-9]*/)
> Strings will still be used as glob patterns, so both mechanisms can complete each other:
> package(:zip).exclude("target").include(/test-.*\.html/)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.