You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Per Hermansson (JIRA)" <ji...@apache.org> on 2007/12/23 15:15:43 UTC

[jira] Created: (IVY-684) ivy:buildlist should support nested dirset elements

ivy:buildlist should support nested dirset elements
---------------------------------------------------

                 Key: IVY-684
                 URL: https://issues.apache.org/jira/browse/IVY-684
             Project: Ivy
          Issue Type: Improvement
          Components: Ant
         Environment: Operating system: All
            Reporter: Per Hermansson
            Priority: Minor


Currently ivy:buildlist resolves modules from the directory that files in the fileset resides in. But it would also be possible to make the resolution by providing the module directory by a dirset.

Using subant on the generated reference would also still be possible since subant supports dirsets as well as filesets.


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


[jira] Updated: (IVY-684) ivy:buildlist should support nested dirset elements

Posted by "Per Hermansson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Per Hermansson updated IVY-684:
-------------------------------

    Attachment: ant-buildlist.patch

I've created a patch that gives me the functionality I want. Although the implementation it's not 100% correct.

With this patch I can use ivy:buildlist in ant in the following way:
<ivy:buildlist reference="build-path">
	<dirset dir="${modules.dir}" includes="*" />
</ivy:buildlist>


> ivy:buildlist should support nested dirset elements
> ---------------------------------------------------
>
>                 Key: IVY-684
>                 URL: https://issues.apache.org/jira/browse/IVY-684
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Ant
>         Environment: Operating system: All
>            Reporter: Per Hermansson
>            Priority: Minor
>         Attachments: ant-buildlist.patch
>
>
> Currently ivy:buildlist resolves modules from the directory that files in the fileset resides in. But it would also be possible to make the resolution by providing the module directory by a dirset.
> Using subant on the generated reference would also still be possible since subant supports dirsets as well as filesets.

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