You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by "John Gill (JIRA)" <ji...@apache.org> on 2007/10/05 13:23:50 UTC

[jira] Commented: (IVY-209) Enable file directory as artifact.

    [ https://issues.apache.org/jira/browse/IVY-209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532655 ] 

John Gill commented on IVY-209:
-------------------------------

I would be happy if I could use something along the lines of a fileset pattern in ant like "**/*.*"

To my mind the ** is the type, the * before the / is the name, and the * after the . is the ext. So I would like to use the following syntax:

<artifact name="*" type="**" ext="*"/>

This might work well for dependencies, but I am not too sure how it would work for publications, or whether the published ivy.xml should explicitly list the artifacts published or not.

> Enable file directory as artifact.
> ----------------------------------
>
>                 Key: IVY-209
>                 URL: https://issues.apache.org/jira/browse/IVY-209
>             Project: Ivy
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 1.3.1
>            Reporter: HB
>            Assignee: Xavier Hanin
>
> For JEE delivery, we need to be able to deliver directory and its content as regular artifact.

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