DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=34839>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=34839


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |1.7




------- Additional Comments From [EMAIL PROTECTED]  2005-05-27 19:10 -------
This can be done with ResourceCollections, in CVS HEAD for Ant 1.7 .

The path can be expressed in terms of filesets.

<path id="p">
  <fileset dir="lookhere" />
  <fileset dir="lookthere" />
  <fileset dir="lookelsewhere" />
</path>

You can limit the files matched with the restrict collection:

<restrict id="r">
  <path refid="p" />
  <choose-a-resource-selector />
</restrict>

If you need to put this in a property, use pathconvert:

<pathconvert refid="r" property="r" />

Voila!

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to