You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Matt Inger (JIRA)" <ji...@apache.org> on 2008/06/16 19:27:45 UTC

[jira] Closed: (IVY-340) Ability to have multiple roots in the task

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

Matt Inger closed IVY-340.
--------------------------


Works in the RC1 build.

> Ability to have multiple roots in the <ivy:buildfilelist> task
> --------------------------------------------------------------
>
>                 Key: IVY-340
>                 URL: https://issues.apache.org/jira/browse/IVY-340
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Ant
>    Affects Versions: 1.4
>            Reporter: Matt Inger
>            Assignee: Xavier Hanin
>             Fix For: 2.0.0-alpha-1
>
>         Attachments: buildlist_multipleroots.diff
>
>
> It would be extremely beneficial to have the ability to supply multiple roots in the <ivy:buildfilelist> task.
> Support for instance, you have 10 applications in the same source tree, but only certain apps change
> over a given development cycle.  It would be nice to be able to build only that set of apps and their
> dependencies during the automated build. (Our build takes a property, and creates the buildfilelist
> accordingly based on whether the property is set or not).
> Right now, only 1 root can be specified:
> <ivy:buildfilelist root="app1" ... />
> i propose a comma seperated list (or any reasonable delimiter) to specify multiple roots:
> <ivy:buildfilelist root="app1,app2" ... />

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