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

[jira] Commented: (BUILDR-402) Enable using a regexp to get subprojects

    [ https://issues.apache.org/jira/browse/BUILDR-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846523#action_12846523 ] 

Alex Boisvert commented on BUILDR-402:
--------------------------------------

I think we should separate two things here:

1) enhancing projects() to accept a regex to retrieve projects;
2) preventing (matching) projects from being invoked;

I've never had need for either so I think we should start by identifying use-cases.  There may be better ways of approaching the problems.

> Enable using a regexp to get subprojects
> ----------------------------------------
>
>                 Key: BUILDR-402
>                 URL: https://issues.apache.org/jira/browse/BUILDR-402
>             Project: Buildr
>          Issue Type: New Feature
>          Components: Core features
>    Affects Versions: 1.3.5
>            Reporter: Antoine Toulme
>             Fix For: 1.4
>
>
> project.projects return all the projects defined under the project.
> That may cause some issues when you want to call that method without invoking everyone.
> One way to work around the problem is to call the project you want by name. This enhancement targets making it possible to return a list of project with a regexp matching their name.

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