Uploaded image for project: 'Ivy'
  1. Ivy
  2. IVY-439

Add more filters to the Ant tasks

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.4.1
    • None
    • Ant
    • None

    Description

      At the moment, it is only possible to specify 1 filter which filters out the artifacts based on their type. This is done with the "type" attribute.
      It would be useful to use more filters here, e.g.:

      • a filter based on the status
      • a filter based on the organization
      • a filter based on the branch
      • a combination of the filters above
      • a custom-made filter
      • ...

      Perhaps we could add a "filter" element, somthing like this (something similar like the "selector"-type in Ant)

      <resolve ...>
          <type-filter types="jar,zip" />
          <organisation-filter orgs="apache" />
          <filter class="com.mycompany.MyCustomFilter" />
      </resolve>
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              maartenc Maarten Coene
              Votes:
              3 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: