[
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.